digest
Here are 121 public repositories matching this topic...
-
Updated
Jun 4, 2020 - D
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Mar 24, 2018 - Rust
-
Updated
Mar 21, 2019 - Python
-
Updated
Sep 24, 2019
-
Updated
Apr 6, 2020 - Rust
-
Updated
May 14, 2015 - Java
-
Updated
Feb 14, 2017 - Shell
Better documentation
https://dev.mysql.com/doc/refman/8.0/en/create-index.html#create-index-unique
A
UNIQUEindex permits multipleNULLvalues for columns that can containNULL.
Links
Examples
CREATE TABLE `progress` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`plan_id` int(1I'm running Redmine 3.3.3 with Redmine Digest 1.1.0 and Redmine Select2 1.1.0. When creating a digest rule, I'd like to select a specific project to exclude from the digest, so I select For any issue update except for the selected projects and then attempt to enter a project name in the search box. This fails and gives the following error in the console:
Uncaught TypeError: text.toUpperC
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Sep 20, 2019 - Swift
-
Updated
Feb 19, 2018 - C
-
Updated
Sep 27, 2017 - Java
-
Updated
Mar 17, 2019 - Java
-
Updated
Feb 7, 2018 - Swift
-
Updated
Jan 10, 2020 - PHP
-
Updated
Mar 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the digest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the digest topic, visit your repo's landing page and select "manage topics."
It doesn't seem intuitive to me that Aes is a stateless object. You can create an instance of it with a BlockMode, which seems to imply to me that several encrypt/decrypt of the same data would produce different results each time.
If Aes is going to remain stateless, it would be nice to be explicity about this in the docs.