Otto G

Results 25 comments of Otto G

Btw I loved the trick of lowering the alpha to 50% for each import-cost default hex color option, now it is much less intrusive but still handy! This should be...

> In fact, there are two simultaneous issues: > > * first issue has been described and solved above : the **prettier package** does not detect automatically a plugin when...

It does seem related to our code environment, because I tried several versions and all fail with the same issue, also with github actions: ![image](https://user-images.githubusercontent.com/5030059/191529845-993bcea9-1817-4c6b-a443-893d2d98cb3d.png) Maybe it is related to...

As I was suspecting the issue is related to `pnpm` when `node-linker = hoisted` is defined in `.npmrc` so not specifically related to hardhat, but it happens with some packages...

> Hi @ottodevs, do you think there's something we can do on our side? Maybe there is a potential solution to generate the correct executable permissions for symlinked executables, as...

Adding more context: The package `jet-logger` does not have any named export for `JetLogger`, that is probably causing the issue

I encountered the same issue, just manually adding the missing dependency to your package.json and `pnpm install` again solves the issue apparently. In my case the error message was: ```sh  ...

My Frame installation has become unusable on Intel Mac using last version (0.5.0 beta 21) - Frame chrome extension does not detect Frame installed and running on the computer. -...

Some progress after debugging for a lot of time: - Being able to disable all networks, causes the program to freeze, it should not be possible to disable all chains,...

Hi @juanfranblanco , just my thoughts on this: Truffle resolves the import dependencies as it should be, how hard is to copy the module resolution mechanism from there? This issue...