Sam Hocevar

Results 189 comments of Sam Hocevar

Not sure if you are still interested, but there are new features in Emoji.Wpf v0.3.4 that make it now very easy. In `FlowContentService.cs` I just modified your `Run()` method so...

I noticed that, too. The profiling tools I have access to have much improved and I am currently having a closer look at performance. There have already been improvements (see...

FYI I have created a new sample program (`Samples/LoremIpsum.csproj`) to stress test `TextBlock` in a virtualised listbox. I believe its behaviour is very close to Tweetz, so I’ll focus on...

Good news everyone: - PICO-8 now has a better `sqrt` which doesn’t act weird with negative values or values larger than 181². - z8lua now [uses the same algorithm](https://github.com/samhocevar/z8lua/commit/e9a5c2d50340194091ae956dbc23b57f7c8fe0e6).

Hi! This issue was actually indirectly fixed a long time ago in 023c87c848e47b07c01e5f496d8b9afc169136d8, so I’m closing it.

More architectures could be added, but do you have trouble building Dave for them? It should be as simple as the following: ```cmd GOARCH=arm64 GOOS=linux go build ./cmd/dave ``` Or:...

Hi! This may happen if the WebClient service is not running on your machine. Can you maybe check this? ![image](https://user-images.githubusercontent.com/245089/222398577-12324330-814b-4b28-a92f-1e4d0b68cffc.png)

Hi! Is it possible to help with this PR in any way? Does it need more testing? Being stuck with Oto v1.0 is really not ideal.

How alive is this project? Other more simple yet important fixes such as https://github.com/faiface/beep/pull/154 don’t get merged either. Apparently [883 repositories](https://github.com/faiface/beep/network/dependents) rely on this library. Isn’t it time to get...