Nate Brustein
Nate Brustein
Using ActiveRecord 5.2.3, the following code works (with the generated sql included below) `Widget.with(my_cte: "select id from widgets limit 1").joins('join my_cte using (id)').delete_all` ``` DELETE FROM "widgets" WHERE "widgets"."id" IN...
The sort in sifter respects diacritics, but it doesn't support all locales. In my case, I'm specifically running into trouble sorting Chinese in a selectize element. Seems like the way...
login-success is fired from submitLogin and handlePostMessage, but when using the sameWindow option with oauth login, the validation happens through validateToken, and `login-success` never gets fired. A workaround in some...
When I used `jsondiffpatch/public/build/jsondiffpatch-full.js` for local development, I started to have problems with chrome devtools. If I put a debugger in my own code, then in the source tab of...
In the wild, on line 913 of ocLazyLoad.js, a few of our users hit the following error: null is not an object (evaluating 'v[1]') The relevant line of code is:...
Rarely, when trying to write to the database in the wild, we see a `Attempt to iterate a cursor that doesn't exist` error in our error reporting services. I found...
Watch for changes to title and placeholder attrs and update the input element as needed. Fixes #51
…re full support for mgModel features Fixes #125
using the getterSetter option in ngModelOptions does not work. Specifically, the initial model value is not reflected in the selectize element.
node v5.4.1 npm v3.5.3 ``` gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo...