Yuri

Results 26 comments of Yuri

Personally, I have not found such a feature in the lib. I also need it and I want to implement it this week. @onebone are there any specific guidelines for...

For now I implemented basics of snapping feature. Snapping is configured by the `SnapStrategy` instance (almost like the `ScrollStrategy`) to match the library code style. I have successfully implemented snapping...

Okay, the [snap is working as it should](https://github.com/onebone/compose-collapsing-toolbar/pull/16/commits/6a8db15a0d68a73948f10a5707a66cff5cc7b602). However, there are a few things that bother me: 1) Suspicious jump in toolbar animation speed 2) I think it's worth implementing...

Squirrel.Windows has a lot of problem nobody gonna ever fix. NSIS seems to be the only rationale alternative since Velopack is not a production ready solution (the latest version is...

> For non-public repositories, distributing updates for Squirrel [requires](https://www.electronjs.org/docs/latest/tutorial/updates) running a purpose-built server @robatwilliams Actually, you don't need to host any update services since it's enough just host the `RELEASES`...

This happens because the [release entry regexp](https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Squirrel/ReleaseEntry.cs#L95) respects only non-space symbols: ``` ^([0-9a-fA-F]{40})\s+(\S+)\s+(\d+)[\r]*$ ^ | | This causes the bug ```