Juliusz Gonera
Juliusz Gonera
What is the reason behind converting all the data to structs? I actually find hashes better because I can encode them back to JSON easily. How about an option for...
I spent 5 minutes trying to figure out why `j` didn't work.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have the following resource in my CloudFormation template which creates...
Thank you for an excellent plugin! Makes writing Markdown much easier. The only time I'd like to disable it is when editing lists so I added `let g:pencil#map#suspend_af = 'K'`...
Let's say I have a `.resultset.json` file but no source code. This file should be enough to generate some basics stats, like total code coverage, total number of lines, etc....
Using version 0.11.0 I set `failOnError: true` in my config and tried writing a `select` query that fetches a column that doesn't exist. `npx pgtyped` showed an error but still...
I have a wrapper function that I use to run my queries. For now all it does is the camelCase snake_case conversion but I'd like to also add some logging...
MailSlurper seems to incorrectly display e-mails that our app sends: They look fine in GMail and MailCatcher: This is a sample source: https://gist.github.com/jgonera/56c0de77a7b1c212b4e257cabbfccc72
I'm building an app that targets only new browsers but when I `import JSBI from 'jsbi'` Webpack uses the UMD bundle because the [`browser` field from `package.json` takes precedence over...
I'm building an app that targets only new browsers but when I `import JSBI from 'jsbi'` Webpack uses the UMD bundle because the [`browser` field from `package.json` takes precedence over...