chayleaf

Results 81 comments of chayleaf

A custom one, that allows copying/distribution for noncommercial purpose only (see readme)

Actually the `tile` module's description details the perfect solution - "Tile traits to implement for a custom tile". However, currently the module only has a struct, no traits.

@neonsecret the pretrained synth model is gone from google drive, any chance you could reupload it?

https://github.com/Dar9586/NClientV2/pull/428 should fix this

@hackademix any update on this? not to rush you of course, I just wanted to know the current status, seeing as you said it might be done by summer...

you can try using my workaround https://github.com/pavlukivan/dotfiles/blob/master/firefox-transparency.css (adapt it for your use case, personally I use transparent backgrounds on every site but that requires an extension and all)

It installed for me on my first try, can you reproduce it on a clean Windows install and a recent chocolatey version?

wouldn't setting `referrerpolicy="no-referrer"` work?

> It's not working for me but maybe I messed something up Hm, doesn't work here either. Maybe using the http header instead would work? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

I made the tests pass which required some changes to test RNG to make sure it doesn't depend on pointer size, and also fixed a bug in `zerocopy_value_codec`'s `DecoderValue::encoding_size` implementation...