Jack Davis

Results 14 issues of Jack Davis

By example (I've used a similar example to #313, but it's not exactly related) ```sql /* @name myQuery @param the_param -> ((some_words)...) */ insert into app.my_table (the_words) select -- this...

### Are you submitting a **bug report** or a **feature request**? **feature request** (or more like a **performance request**) ### What is the current behavior? `onBlur`, `onChange` and `onFocus` from...

Hey! I come from `ReactDOM` land where `ReactDOM.createPortal` exists and I see this library as the react-native alternative. One key behaviour of `ReactDOM.createPortal` that I've come to expect, is that...

## Description of the change Fixes #11 by making a new inferable scope type. I tried to edit ScopeTuple, but it's used in so many places and would've been a...

Consider the following scenario ``` type SomeType = {}; const myScope = createScope(undefined); // ... const myScopeThing:SomeType = {}; const myThing = useMolecule(someMolecule,{ withScope:[myScope,myScopeThing] }) ``` `withScope:[myScope,myScopeThing]` throws an error...

Hey! (Firstly, this library is bloody amazing. IMO it should be first class for jotai.) I have complicated molecules that I'd like to unit test. I'd appreciate some simple react-less...

**Describe the bug** `HoldItem` do not respect the react context in which they are rendered in. They seem to be rendered in the context of their HoldMenuProvider **To Reproduce** ```tsx...

bug

Hey, Firstly great project. I come here via https://github.com/bikeshedder/tusker to report this issue I use RLS fairly heavily in my project and I've found `security_invoker` setting is not respected when...

Hey, Just wondering what the appetite is for client specific attributes such as `X-GOOGLE-CONFERENCE` which is used by Google Calendar to render the `Join Meeting` (it references the link in...

It would be great if this plugin checked for arguments, so that you can answer the prompts without being prompted. My use case is mainly for continuous integration, where prompts...