Gunar

Results 82 comments of Gunar

@jackwotherspoon Thanks man. I'm not inclined to go with the Cloud SQL Auth Proxy as that's one more thing for the user to remember to execute. I guess I could...

@jackwotherspoon With regards to: > For the Unix sockets sample just swap out part of the pg8000 code for this code snippet: Is there any way to use my already...

In case anyone is wondering, here's what the diff to @UnusualNorm's fork looks like as of the commit hash https://github.com/UnusualNorm/cliget/commit/b16efafe0184261c36bda8d8fed8839eafb047f5. Basically @UnusualNorm just had to add [webextension-polyfill](https://github.com/mozilla/webextension-polyfill). Nothing in the...

This is a security issue. This issue means anyone can DoS (Denial of Service) a Hasura service by simply crafting a specific query. I've been encountering the same problem and...

fyi just knowing that the right format for `text[]` is `{hello,world}` solved my problem (obvious in retrospect) — consider adding it to docs

@marionschleifer that's great, thank you! — your docs are impeccable.

YES. This would be SO MUCH WIN. Ideally, Alva would output a [Gatsby Theme](https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/). Imagine the power :boom:

Try using `Pool` instead of `Client` (solved my problem).

I got it to work like this: ```vim " --- {{{ TypeScript let g:test#javascript#mocha#file_pattern = '\v.*\.spec\.(ts|tsx)$' function! TypeScriptTransform(cmd) abort return substitute(a:cmd, '\v(.*)mocha', 'TS_NODE_FILES=true \1ts-mocha', '') endfunction let g:test#custom_transformations = {'typescript':...

Hah, look. I've found my own issue again.