Leandro Guida
Leandro Guida
You are reloading the grid every time you add a new record, right? ``` javascript $("#grid-basic").bootgrid("reload"); ``` Which means, the event `loaded` is being called again. You should be removing...
I'm using version 4.0.0 and receiving the same message. ``` (byebug) select2 site.name, from: "Site" *** Capybara::ElementNotFound Exception: Unable to find css ".select2-choices" ```
Hello, I'm searching for the same functionality. I currently have some code (in golang in my case) using the AEAD envelope with a Google KMS Key URI, which works very...
+1 for that
Very basic log would look like: ``` bash git log --oneline .. ```
Hello, the code sample seems to be private. But i'm doing something similar to what you described, storing key sets n a separate bucket and encrypting them with a KMS...
+1