Ayrton Sparling

Results 220 comments of Ayrton Sparling
trafficstars

The driving change behind the switch was OAS3.1 support. Here are some reasons I can think of: * Has OAS 3.1.0 support. * Used in/built by [stoplight](https://stoplight.io/) which gives it...

Here is the last little bit of a debug log when Pithos runs into this issue. Doesn't seem like Pithos is waiting on anything. ```c++ ... 02","artistExplorerUrl":"http://www.pandora.com/xml/music/artist/fine-frenzy?explicit=false"},{"adToken":"334061779151755777-none"}]}} INFO - pithos:art_callback:898...

@TingPing So I tried `GST_DEBUG=5 pithos`. Tons of debug info. Ran it pretty much all day for 2 days like this, not a single unexpected freeze. So I tried running...

I've just discovered that even switching networks causes the process to lockup.

I'm on Arch Linux ``` $ uname -a Linux ayrtonslaptop 5.18.15-arch1-1.1 #1 SMP PREEMPT_DYNAMIC Sat, 30 Jul 2022 15:08:33 +0000 x86_64 GNU/Linux ``` Using the server backend (got kopia running...

I've discovered the same lockup behavior happens when I just press `ctrl+c`. Still need to get to those logs lol

Ah that makes sense. While `.subarray()` is copy free it is not GC free, and I forgot about the GC requirements of this library. I believe one way around this...

Thank you. I do. Zodiac will be used in webkit-material-greeter2 that is close to completion. I previously used particleground but came across your pull request which claimed better performance. I...

I don't know typescript and I don't have a the compiler either. And I don't want to do either of those things :P sry.

I completely understand. I will be working with my fork for the time being. Let me know if there is anything I can do to help.