Benjie

Results 214 issues of Benjie

Awesome gem; I just imported it into our massive project and it's surfaced a number of issues for us that should make quite some difference! However, we were having some...

Hey, great project! One of the recent awesome features Postgres has added in 9.5 is Row Level Security (RLS); I really want to use that in combination with the simple...

Where `wrapLines` splits the code content on `\n` and wraps it in ``s if the highlighter opens a `` on one line and doesn't close it until the next line...

feature

v0.3.2 installed via CocoaPods. If I add a breakpoint to [NUISettings L175](https://github.com/tombenner/nui/blob/v0.3.2/NUI/Core/NUISettings.m#L175) I can see when I run tests that it's ran twice. This causes an infinite loop as a...

s1:awaiting input

It's fundamentally broken.

🐛 bug

## Description Fixes https://github.com/graphile/issues/issues/8 Because `queryDocumentAst` was not sent through, plugin could not determine it was a subscription and thus could not direct the SQL queries to the replica rather...

### Summary If the initial schema takes a long time to build, or if it cannot build due to server issues (e.g. cannot connect to PostgreSQL and `retryOnInitFail` is on),...

🐛 bug

It would be nice to add, e.g. ```js module.exports = { options: { graphileBuildOptions: { pgStrictFunctions: true, }, }, }; ``` to `.postgraphilerc.js` in order to enable pgStrictFunctions (or other...

💅 enhancement

- [ ] Add option to enable analyze _on queries only_ - [ ] Add option to export as JSON rather than text (for import into https://tatiyants.com/pev/#/plans/new) - [ ]...

✨ feature