Lincoln Nogueira
Lincoln Nogueira
> Hey @boojack can you review this PR? and can you please let me know if it can be merged with the current code or would I have to pass...
@boojack It's possible to reduce gomark size a little bit by building it with `-trimpath -ldflags="-s -w"`. The current gomark build has about `8.293,59 KiB`; - `-trimpath`: `8.280,98 KiB`. This...
> For a web App, loading every page needs to download a file that is *MB in size, it will extremely slow down its performance. I have already rollbacked my...
Just in case you didn't noticed yet, there's a long-standing issue with the Go testing package on Windows. Whenever a test uses t.TempDir(), the cleanup fails, and so does the...
This is [flatpak-related](https://github.com/flatpak/flatpak/issues/5675). After symlinking ~/.fonts it'll probably work as expected. ```bash ln -s ~/.local/share/fonts ~/.fonts ```
> When used in a matrix, uploading files with different names to the same tag will only work properly in a few cases, and most of the time it will...
> > > When used in a matrix, uploading files with different names to the same tag will only work properly in a few cases, and most of the time...
The error is related to the caching layer, not `setup-node` itself. As it's a post-setup step, it should just show a warning instead of throwing an error, as this breaks...
> gh cache This is the [github cli](https://cli.github.com). You run it locally on your machine. cd to a local copy of the repository and use the `gh` command. This specific...
Care to elaborate on the app version, CPU architecture, dmg file used (aarch64 or x64), macOS version and the specific error encountered? It should work fine, provided you [allowed the...