vwkd

Results 93 comments of vwkd

+1 (Adding context from #296) [Hasura](https://hasura.io/docs/latest/queries/postgres/query-filters/#pg-nested-filter) can do this for both child and parent relationships. AFAIK the [REST API](https://supabase.com/docs/reference/javascript/using-filters) can do this currently only for child relationships (see "Filter Foreign...

The setting with label "Encrypt to verified sessions only" is named at best confusing and at worst just wrong. Since for a true fact the negation of the opposite is...

@ereio I like it. It's simple and doesn't leak abstractions about encryption. Maybe I'd stick with "Allow only verified **sessions** to read your messages" since you could theoretically have multiple...

Some terminals like iTerm2[^1][^2] send a `SIGWINCH` signal when the system color scheme changes. If helix could specify commands in the config that are run in reaction to a signal,...

Since maintainers don’t seem interested in a better solution, here’s one way to set up automatic theme switching using iTerm2 (3.4) on macOS. The helix script modifies a custom theme...

At least Deno is now [shown](https://deno.com/blog/deno-on-mdn/) in MDN's browser-compat-data. Would be great if this can be shown on Can I Use just like another browser would be.

+1 The CLI is a convenient way to quickly run a query from a file without having to copy and paste around in some UI or mock a client in...

In addition to trailing whitespace, VSCode has a useful option to show boundary whitespace, e.g. double space. Ideally, the option would also allow to show both trailing and boundary whitespace...

@dsherret Thanks for the clarification. Maybe the help entry could mention which commands don't support config file auto-discovery? Currently `deno install --help` suggest config file auto-discovery > -c, --config The...

That's what I'm currently doing but it's feels not ideal. For example, if used multiple times it requires assertions at each place, or a dummy reassignment. Would it be possible...