M.K. Safi

Results 9 issues of M.K. Safi

In my webpack config I had `devtool` set to `inline-source-map`. So the inlined source maps were included in the final `bundle.js`. I didn't know that, so when Webpack Bundle Analyzer...

type: Feature
Type: Discussion

The "Delete" key (fn + backspace on Mac) doesn't work as a user would expect. Needs to be fixed.

bug
core

the words don't appear in the lang.json list as standalone items, so why are they getting filtered out?

I'm not sure if everything in the [roadmap](https://github.com/bitcoinjs/bitcoinjs-lib/issues/1437) is still relevant, but there were plans to create a wallet example project. I'm interested in working on that because of a...

For `getmempoolinfo`, Bitcoin Core responds with ```ts { loaded: boolean; size: number; bytes: number; usage: number; maxmempool: number; mempoolminfee: number; minrelaytxfee: number; } ``` btcd responds with ```ts { size:...

rpc

I'm running both btcwallet and btcd, and I think I have the right configurations for them to talk to each other. But when I run the following curl command: ```...

Because of the way Simple Autocomplete tokenizes words, it doesn't work well in JSON files. Needs to be fixed.

simple autocomplete

Make Simple Autocomplete scan other open documents for to provide autocomplete suggestions

simple autocomplete