Julik Tarkhanov

Results 111 comments of Julik Tarkhanov

Hey @acflint since I was behind most changes I could give you a short summary: * The zip_tricks dependency (older and Hippocratic-licensed) has been replaced with zip_kit (modernized zip_tricks under...

Should be a simple upgrade

After commenting a few function bindings (`GenImageGradientV`, `GenImageGradientH`, `DrawLineBezierQuad` and `DrawLineBezierCubic`) the script does start, but then quits with ``` julik@jet banksvc (main) $ ruby window.rb INFO: Initializing raylib 5.0...

It doesn't look like Homebrew has an older formula with a version, so I would have to install all the way from scratch (which is a bit terrifying) 😱 Is...

@fringd can you lend a hand please?

Folks, as an interim solution - you can pull a branch from Github into your Gemfiles. Alternatively - you can replace uses of zipline with direct ZipKit calls, but that's...

@philipp-spiess I believe I am seeing the issue also on an older Xeon machine with native Darwin, sadly: ``` julik@jet rev.photo (main) $ brake tailwindcss:build rake aborted! Command failed with...

There is a "lateral" workaround you can try @aliismayilov - if you grab an alternate proxy controller from here https://github.com/cheddar-me/active_storage_encryption/blob/main/lib/active_storage_encryption/encrypted_blob_proxy_controller.rb#L73 you will be rid of threading for streaming (and multibyte...

@byroot you want to team up to rip the extra threading out of `Live` by any chance?

> Do you have any insids on this: "This approach has been used in https://github.com/felixbuenemann/xlsxtream to great effect." Yes, I do have insights (I switched xlsxtream over to zip_tricks back...