Niklas Natter

Results 77 comments of Niklas Natter

I havent tested yet, but this might be fixed by https://github.com/import-js/eslint-plugin-import/pull/2835

Hey everybody, we encountered a similar issue today and this is what we learned: 1. The `JsonRpcProvider` class uses the `events` package https://github.com/WalletConnect/walletconnect-utils/blob/ff9e57adcd08b1610f13eba659def97dcf21bb83/jsonrpc/provider/src/provider.ts#L1 2. `events` package is a built in...

If there is an appealing design, this feature should not hurt anybody and might be useful for big forms. So i am in 🙂

Hey everybody, I noticed that GitHub creates refs for pull request commits: https://www.jvt.me/posts/2019/01/19/git-ref-github-pull-requests/ This allows to checkout the branch of the pull request directly in the `actions/checkout@v3` action: ``` -...

Hey, i think i have a similar problem when using `ethers.sha256` inside a test. Interestingly, **this only happens when using the `jsdom` test environment**. ```ts ethers.sha256('0x0001') ``` I suspect that...

> @ricmoo I tried logging that in jest environment, it gives out `false` I can confirm that this is the case with `testEnvironment: 'jsdom'`. It prints out `true` if i...

Okay I investigated this a bit more and it seems like this is a known problem with jest and how it uses executions contexts: https://github.com/jestjs/jest/issues/2549, https://github.com/jestjs/jest/issues/7780#issuecomment-669828353, https://github.com/jestjs/jest/issues/14363#issuecomment-1651658124 As far as...

Do I understand this right the path `path/to//config/image-formats.xml` does not work at the moment? If yes, it would be great if you could create a pull request for this!

Thanks for creating this issue! I think it would be a nice feature to display a bigger image format (eg. the `sulu-400x400` format) on hover. The thumbnail is rendered in...

> For Hummingbot users, what matters is them placing limit orders on asset pairs they want to provide liquidity in. They do this by calling RPC methods on the `chainflip-lp-api`...