Ryan Leckey

Results 78 issues of Ryan Leckey

🔎 __Overview__ This PR allows transforms to be sent through as the submitted value when the transform is used in `useField` and not as a high-level object schema. 🤓 __Code...

For better discover-ability of this (awesome) package I recommend a rename to autocomplete-python and a consolidation (and removal of all but one) with the other autocomplete jedi plugins (I chose...

I've been trying (unsuccessfully) to use this with JDK 11 and Vert.x 3.7.0 Instrumenting with Quasar 0.7.10 produces numerous errors. Instrumenting with 0.8.0 complains that it cannot find the class...

Compare ```java awaitFuture(someFuture) ``` to ```java awaitResult(h -> someFuture.setHandler(h)) ``` --- If we're amenable to the helper method I don't mind submitting a PR to add it.

Most notably the mnemonic phrase generation uses a different algorithm.

bug
help wanted

In my project I need to execute some action if a stream has not responded for some amount of time and then continue with normal operation of the stream; essentially,...

Sometimes I find it easier to start with how this should look to the user: ```rust // async fn foo(executor: impl Executor) -> anyhow::Result { assert!(executor.fetch_one("SELECT 2").await?.get(0) == 2_i32); assert!(executor.fetch_one("SELECT...

enhancement
help wanted
needs rust feature

https://www.sqlite.org/c3ref/serialize.html https://www.sqlite.org/c3ref/deserialize.html

db:sqlite
E-medium

For documentation purposes at least, the expected `pnpm` version should be declared in `package.json`. See https://nodejs.org/api/packages.html#packagemanager I would recommend updating to pnpm v9 when time allows. I would have done...