Daniel Gretzke

Results 8 issues of Daniel Gretzke

Waffle upgraded to version 4, trying to use it with `hardhat-waffle` leads to dependency issues with npm ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...

Stale

Version 3.0.0-beta.9 I'm trying to patch the global object in typescript ```ts import fetch from "node-fetch" if (!globalThis.fetch) { globalThis.fetch = fetch } ``` And I get this error ```...

bug
TypeScript

Does the server have a limiter for upload speed? I am transferring data from a computer to a server. Both have a 1 Gigabit connection (up and down). When running...

When using nuxt dont add `'@/plugins/msal'` to your `nuxt.config.js`, instead add `{ src: '@/plugins/msal', ssr: false }`. It will not work when server-side rendered, as there is no `window`.

...and make sure it's equal between v3 and v4 ## Related Issue Which issue does this pull request resolve? ## Description of changes

tests

When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours...

t-erc
s-draft
c-new
e-consensus
e-review