Ryan Lee

Results 66 issues of Ryan Lee

Were still using an old issue template which is causing us to get tasklists on issues where the user is actually selecting an item on a checkbox list. This isn't...

documentation

The `commits` method currently tries to pull in all the commits of a repository since inception. This is very infeasible if the repository is very large, like the [Linux repository](https://github.com/torvalds/linux)....

enhancement

## Proposed changes Using `interface` for base types causes a lot of bullshit when it comes to generics trying to consume this type because of index signatures. All the `interface`...

bug

When changing the `dev` command in the package json of this [PR](https://github.com/paritytech/capi-vite-example/pull/5) to `capi serve --target dev -- vite`, vite throws an error __only after the browser webpage is opened__....

bug
needs input
compatibility

When trying to install off a local tarball created by `deno task dnt`, it cannot be installed without running `deno task capi serve` locally. Based on the yarn output logs,...

needs triage

When running `capi sync` using a tarball created from `deno task dnt` in capi, it fails ``` ➜ capi-react-native-example git:(aaa) ✗ yarn sync yarn run v1.22.19 $ capi sync node...

needs triage

placeholder

upstream
examples
task
blocked

I was running capi sync in a react-native project and it failed with ``` ➜ capi-react-native-example git:(feat/rollup) ✗ npm run sync > [email protected] sync > capi sync node (node:17091) ExperimentalWarning:...

bug
queued
cli

callers of `deployment` should be able to track the progress of deploying a virtual multisig rune so it can be properly displayed in a UI. Otherwise the end user is...

feature
patterns
needs input