liam

Results 42 issues of liam

Currently working on a project where we need to benchmark a function that performs a very expensive initialization step upfront and then proceeds to process data. Since the function requires...

Working on a project where it would be super useful to know what gets logged to the browser console, and we're handling it like so: ```rust let mut events =...

After running leetcode version, it seems to get stuck on downloading missing plugins, in particular [this](https://github.com/skygragon/leetcode-cli-plugins/raw/master/plugins/solution.discuss.js) one. ![Screen Shot 2020-10-16 at 7 15 38 PM](https://user-images.githubusercontent.com/31192478/96321724-74b65a80-0fe4-11eb-9e33-ad675605af1d.png) npm -v == 6.14.8 node...

When initializing an interpreter and compiling to wasm, we are met with the following error in the browser console: `ImportError: Cannot import builtin module _thread` Our simple initialization code: ```rust...

We want to be able to use `TxBuilder::allow_shrinking()` on a transaction that is created using `Wallet::build_tx()` but currently `TxBuilder::allow_shrinking()` is only allowed on transactions built with `Wallet::build_fee_bump(txid)`, which requires a...

We needed this for testing our wallet with dust, does this look like a reasonable feature? If so, I'll go ahead and add a test, update the changelog, etc.

Call the `zk` binary directly, use https://github.com/casey/rust-executable-path

Currently behaves like when interacting with skim. Should make exit skim when pressed.

enhancement
good first issue

https://github.com/rhysd/actionlint

enhancement