rigwild
rigwild
`import` loads `default` by default. This `default` property needs to be renamed. There's probably a workaround for this but I can't help.
@dougwilson Every new comment is repeating what has been said before. Maybe you should lock the conversation until resolved.
Had the same issue. Try to tweak your `javascript-obfuscator` config. I found that `stringArrayEncoding` would make the program crash. `splitStrings` can be very slow if you have very huge strings....
You can use https://github.com/calipersjs/calipers-pdf to get the size of the document before extracting its pages: ```ts ;(async () => { const Calipers = require('calipers')('pdf') const filePath = path.resolve(__dirname, 'lol.pdf') const...
I noticed the same behavior. Very randomly, MetaMask does not show the prompt to confirm. Sometimes, the prompts arrives after like x seconds, again, very randomly. I though [WalletConnect bridge...
Looks like @hexyls and @Mi-Lan seen it too (https://github.com/protofire/omen-exchange/pull/1821#issuecomment-820971060) For me: > Is it site dependent? Could be due to implementation issues on the web3 site/dapp Probably not as multiple...
@StillFantastic it might be overloaded right now but there is an issue with metamask anyway. See my previous answer: > I thought [WalletConnect bridge server](https://github.com/WalletConnect/node-walletconnect-bridge) might be too flooded with...
This is a duplicate of #533.
Here is a repro video that shows the full steps that got me into breaking the setup. https://github.com/coollabsio/coolify/assets/26366184/22ce2b28-6642-4b0b-9cc5-d694fe6193db
I just found out about https://github.com/SamVerschueren/tsd which is exactly what you may be looking for.