Vasily Suvorov
Vasily Suvorov
Thank for the update! @ldez! Is there a way to indicate log level in the fmt.Print(ln/f) output? Definitely interested in getting access to the Log interface directly.
Another use case is having access to `.git` to e.g. generate dynamic version information. Currently I do it with a `LOCALLY` target but this has its own limitations.
Well, it looks the Intel MacOS needs to have `-cpu host,-pdpe1gb` setting. By default it's just `-cpu host`. The flag `pdpe1gb` means "1GB memory pages". I've ran into this by...
@josevalim @whatyouhide - Hi there! I was just looking for this feature to enable timer base scheduling in my GenStage producer. Is there a chance this could be approved soon?
There's now also the [protols](https://github.com/coder3101/protols). It does work, if specified via the `lsp` setting. Requires `clang-format` for formatting, though.