Otto G

Results 11 issues of Otto G

Hi It would be great to integrate: https://code.visualstudio.com/docs/extensionAPI/language-support#_possible-actions-on-errors-or-warnings into the extension, some cool actions could be: - Ignore current line - Add to workspace/user/global ignoring rules - Fix (uses solium...

I realised that it was tried several times to add the `vsce package` step to the `pretest` script. Like in the commits: 2117d6a4cd3fc0f8ef5cff41811f9aba61d825e4, 328a68fadfb1cdaece0cacd9e164cbd9f45a10e8 and 328a68fadfb1cdaece0cacd9e164cbd9f45a10e8 Referring to https://stackoverflow.com/questions/70526178/error-package-vscode-extension-with-vsce-invalid-relative-path It...

- Using the old "decorators" plugin config was preventing import-cost to parse decorators in class constructors parameters. - Followed babel guidelines to replace the old plugin by the latest `decorators-legacy`...

### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...

type:wontfix

Recent versions of hardhat changed the way `cli.js` is built, so it has not executable permission anymore, that causes new installations to fail while trying to call any `hardhat` command...

This import seems to be causing an error: https://github.com/ceramicnetwork/js-ceramic/blob/7f458c878cc234fa226f9cb3d7ca2d2f5e4afc31/packages/common/src/loggers.ts#L1 Error: ```sh import { LoggerModes, JetLogger as Logger } from 'jet-logger'; ^^^^^^^^^ SyntaxError: Named export 'JetLogger' not found. The requested module...

## Some issues during initial `yarn install` I investigated the issues preventing `yarn install` to complete: 1. Related to old `@graphprotocol/graph-cli` depending on `github.com/hugomrdias/concat-stream` that does not exist anymore. 2....

Hello, I am facing some issues with the extension. I have latest vscode, with prettier and motoko extension installed. I installed latest `dfx 0.14.4` following the official guide (curl) I...

Thanks for making this plugin, very useful. I discovered that "@uniswap/sdk-core" is not a devDependency in this project, it is used as core dependency in `src/hardhat`, making this plugin impossible...

This bug bothers the user, because the plugin says format on saving is disabled by default and also says that you can change the option in packages->standard-formatter. The option does...