Results 32 comments of Jung Winter

I think `cmd` or `PowerShell` will not be supporting emojis for a long time :( As an alternative, Windows users may use other terminal apps like `ConEmu`, `Cmder` etc.

I encountered the same issue and solved to create `style.scss` file filled below content in `assets/css` folder. ```scss --- --- @charset "UTF-8"; ```

I think this issue seems to be resolved by https://github.com/mgechev/revive/pull/757. In my case, the use of `arguments = ["bytes.Buffer.WriteString"]` ignores `buf := &bytes.Buffer{}; buf.WriteString("...")` well.

I hope for this too. You can fork the repository, then commit your fix to the `master` branch of the forked repository (i.e., `i16fujimoto/sqlboiler`) and open a pull request into...

@stephenafamo I think pr #1306 has resolved the issue. Could we close it?

[PR #226](https://github.com/goccy/bigquery-emulator/pull/226) might help with this issue.

In my case, it was fixed by [v0.6.2 release](https://github.com/goccy/bigquery-emulator/releases/tag/v0.6.2).

@goccy Could you please merge this PR into the main branch? I also need it.

Using `from flask_cache import make_template_fragment_key` instead. `flask.ext.___` style is deprecated.