Frédéric Meyer
Frédéric Meyer
Hello, I'd like to know where is the problem with this piece of code: ```go package main import( "fmt" "bytes" "github.com/cosmos72/gomacro/fast" ) const source = `type T struct{} func (*T)...
Hello, `os/exec.Command` allow a working directory, but sometimes, we need it in `sh.Exec` too. The easy way is to use the `exec.Command` function, but i don't like it. I propose...
Fixes the issue #323 . It adds a button to reset the content of the editor. The session storage is also updated. 
Hello, Can you include in examples more example, not with JSON, but with source codes ? First, i'd like to have an example of a concatenation of 2 (or more)...
With Cargo file like this: ```toml [package] name = "wax-proto" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] miette = { version...
The new standard in DevContainer allow to have several files `devcontainer.json` in subdirectories of `.devcontainer` directory. The arguments `--name` and `--path` cannot be used. For example: ``` . ├── .devcontainer...