Pius Friesch
Pius Friesch
`titlebar-spacer` is used instead of `titlebar-placeholder` in Firefox 67.0.1 on macOS. Should be the same for all Firefox versions. I didn't confirm it though.
How is the is the quality of the alignements of the different methods? Or how would one even assess the performance of the produced alignments?
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
Is support for the zero allocation ZLogger planned? https://github.com/Cysharp/ZLogger
This fails to build as there is no type definition for the typescript type definition. ``` [ObjectLiteral] public class BookmarkTreeNode { public BookmarkTreeNode[] children { get; set; } } ```...
Hi, Cool project! When I was trying VQVAE I found that using a moving average like described in the appendix trained a lot faster and gave better results! There is...