Ronan Sandford
Ronan Sandford
we can now have a `.newsh.json` file that configure the options This is very useful as each user might have different preferences This PR also add terminalAppSetup with is a...
`newsh` does not seem to work with elementary os terminal : https://github.com/elementary/terminal no console are launched but files are created in /tmp Also when I try ``` newsh top ```...
I'd like to use @curi/static to generate the index.html for each pages I am using rollup to generate the bundle so I added a plugin function that call staticFiles But...
Hi, Editr look cool, Having sass support would be great. There is a js port of sass using emscripten here : https://github.com/medialize/sass.js/ Could that be used ? Thanks
Error: ``` SyntaxError: Unexpected token 'export' at new Script (vm.js:102:7) at Worker.evaluateWorkerContents (/home/wighawag/dev/wighawag/etherplay/conquest-agent-service/node_modules/cloudflare-worker-local/app/worker.js:111:20) ```
Currently with snowpack there is no way to get runtime access to the module where the js reside. So if the `import.meta.hot.accept` could also provide the previousModule as argument to...
Currently hardhat offer a function `hre.artifacts.readArtifact` (as well as other method in `hre.artifacts`) Unfortunately such `artifacts` field is hardwired at runtime creation with a specific folder and as a read-only...
Hey svelte-add is a great way to get started I noticed that when I combined `npx svelte-add tailwindcss` and `npx svelte-add mdsvex ` the `example-markdown` page get no styling. I...
Hi, the link to the telegram group in the readme is broken Thanks
In the newest version of typechain, typechain ethers-5 target include types for the plugin hardhat-ethers This pose problem for plugin that are alternative to hardhat-ethers like `hardhat-deploy-ethers` which have different...