Ryan Leckey

Results 78 issues of Ryan Leckey

Long v5 is very old (2+ years) at this point. There are no breaking changes from v4. The primary change is using an ESM module style compared to CommonJS. If...

Currently, there are messages such as ``` @storybook/cli v8.1.5 info => Starting manager.. info => Starting preview.. ``` that are impossible to remove (from what I can tell). If we...

type: enhancement
status: help wanted

### Type - [X] File icon - [ ] Folder icon ### Context and associations - `.rs` - `mod.rs` - `lib.rs` ### References ![](https://www.rust-lang.org/static/images/rust-logo-blk.svg) Something like this. I love the...

icon request

``` TRACE sqlx::query > SELECT …, elapsed: 0.04ms SELECT foo, bar, baz FROM this_table_over_here WHERE foo = $1 AND bar = $2 ORDER BY baz $1 = 50 $2 =...

enhancement
help wanted

**Summary of the defect** COST_ANSWER for ContractCallLocal does not match the actual fee and using its value directly results in INSUFFICIENT_TX_FEE. ``` Hedera transaction `[email protected]` failed pre-check with the status...

Bug

Would be nice to have a super simple/plain format. Something like ``` crate ├─ benchmark 20.75 ns ``` Where the number is the median.

```rust struct Query { fn bind_as(name: &'static str, value: T) -> Self; } ``` ```rust query!("SELECT ?name", name = 320); ```

db:mysql
db:sqlite
proposal

- Removed `any` from `types.d.ts` - Used `storybookConfig` over the bare `config` when merging Should fix https://github.com/nuxt-modules/storybook/issues/756 and fix https://github.com/nuxt-modules/storybook/issues/799 and fix https://github.com/nuxt-modules/storybook/issues/753

status: needs info/work