szunami

Results 7 issues of szunami

Hi! I recently picked up cached and it enabled me to very quickly set up some caches for hot functions. I think this project is awesome. As I began to...

https://github.com/pages-themes/minimal/blob/master/_layouts/post.html#L12 On my blog, I was observing a post that had 0 tags (no `tag` in the frontmatter), yet the tags showed up on the page with an empty string....

wontfix

Really appreciating this action, and it's ability to annotate PRs. For many of the lint / vet rules, I think there are somewhat straightforward fixes. It would be awesome if...

enhancement

### Describe the Bug I hit what I believe is https://github.com/rustwasm/wasm-pack/issues/886 while working through the Game of Life tutorial. I have pushed my current code state here: https://github.com/szunami/hello_rust_wasm/commit/50ab3561207a5ce18a86819393b76284c1ca8e40 I am...

bug

``` Assembly 'UnityEditorInternals' has non matching file name: 'UnityEditorInternals2019.dll'. This can cause build issues on some platforms. UnityEditor.GenericMenu:CatchMenu (object,string[],int) ``` Building a unity project that includes this as a dep...

Is there any chance we could get a godot 4.1.4 image? It is listed as a stable release on godotengine.org I'm also open to creating this image myself via forking...

Is it safe to pass a pointer to a client to multiple goroutines? It would be nice if the documentation covered this. Thanks!