tonis

Results 31 comments of tonis

Clicks are not highlighted for me in 10.15.6. I checked all the privacy settings and Kap is enabled there. Highlight clicks checkbox is enabled. I also tried switching it off...

@plutownium you need to use beta package for metamask.activate ```"@web3-react/metamask": "8.0.24-beta.0"``` Check the package.json from the sample project.

> So I propose an update to `mgm-hurry install_mgm`, where it will ask you in a prompt if it should overwrite your `mgm-config` with the latest `mgm-config.example.json` That sounds like...

I get this error when mocking the `Files` with mockkStatic code ``` Files.write(path, encoded.toByteArray(), StandardOpenOption.CREATE) ``` test ``` mockkStatic(Files::class) every { Files.write(any(), any(), any()) } returns mockk() ``` It only...

i specified the actualt image id: ```docker run --rm -v $(pwd):/workdir -e CROSS_TRIPLE=windows 846ea4d99d1a make helloworld```

It is a command that lets you search for all symbols like method names and fields. `"command": "workbench.action.showAllSymbols"` Currently it doesn't show Solidity symbols.

This would be very nice. I think there was some other tool that allowed to read the contract while browsing. But I forgot it already. One option is to open...

I also cannot find too much information about how to handle `leaseLost` and `shutdownRequested` functions. Should I stop and remove my record processor then? Since it cannot receive any more...

This would also be useful for `forge test`. Maybe add another -v. Right now when I am auditing a contract it is hard to follow the trace and understand which...

chromadb has an issue where it's `list_collections` logs this error while it shouldn't. https://github.com/chroma-core/chroma/issues/484