Cymen Vig
Cymen Vig
It would be great to have a nicer viewer for the JSON/JSONB columns/cells. Maybe on mouse hover one could see nicely formatted JSON to make it easier to look through...
I like this -- it works great. However, my use case is 20 fullscreen images. I think how it works is that all of the compressed JPG get uncompressed into...
### Summary In some cases, it is desirable to be able to have multiple `require.context` and attempt to resolve in each before falling back to global. This PR adds `useContexts`...
Not sure on the exact wording but native days in month is confusing because the second parameter to `Date` is normally zero-based month however in this case, we need the...
It's simple enough to hard code it of course but I ran into this cool answer on StackOverflow on getting the long month names via Intl: https://stackoverflow.com/questions/47232534/how-to-get-a-list-of-month-names-in-javascript-using-intl I wondered if...
EMFILE error on OS X (exceeding the open file limit) -- upstream issue, please read for workaround
Handle this error in a nicer way: ``` Error while running `/Users/example/my_repo/my_rails/./node_modules/.bin/browserify -d --list -`: events.js:72 throw er; // Unhandled 'error' event ^ Error: EMFILE, open '/Users/example/my_repo/my_rails/package.json' (in /Users/example/my_repo/my_rails/app/assets/javascripts/some.js) ```...
I've been getting this error when saving `.rb` files in VS Code: ``` [Error - 10:24:00 PM] Request textDocument/formatting failed. Message: [Bundler::GemNotFound] Could not find racc-1.5.2 in any of the...
This PR adds support for: - pause - stop - unpause (just call `play` without a filename) - event notification when playback has finished For the event notification, it made...
Per conversation on issue https://github.com/flippercloud/flipper/issues/609 I wrote a `RedisCacheConnectionPool` adapter. I copied the existing tests for the `RedisCache` adapter and updated them. I debated testing both within the same test...
It looks like Safari has a bug as reported here: https://bugs.webkit.org/show_bug.cgi?id=237225 A similar node module has a bug report for the same issue here: https://github.com/jackmoore/autosize/issues/396 I'm just opening this issue...