Toby Harris
Toby Harris
I get this too, entirely reproducibly, on one particular Python source file. Steps to reproduce: Open this file in Chocolat: https://github.com/tobyspark/folk-rnn-webapp/blob/a627fd930032208b6a1d8523c938707254159f73/folk_rnn_site/composer/tests.py Start editing. Crash usually within a few keystrokes. Note...
For anyone who encounters this – - Deploy an earlier commit without any customDomain property - Then re-deploy your latest
Could you elaborate? Empirically, it's working in a codebase that’s running on PC & Mac. e.g. `else if (ret == -ffmpeg.EAGAIN) break;` Plus there’s code to handle platform difference here:...
I’m confused about ‘Correctness after all...’ as the use of EAGAIN works in the example I commented above and, I assume, in the example project you refer to. If you...
Concrete example, keeping with the MPEG world you've already demonstrated. Let's say you define the structure of an MPEG TS adaptation field so you can pack and unpack. ``` TSPacketAdaptationFieldFormat...
I was surprised to see duplicate APNS devices when my iOS app re-uploads it’s device token. I get the reasoning above, but following that then shouldn’t the constraint be `unique_together...
> I don't think we'll add any specific solutions into tauri now with the generic solution (not sure). What i would love though is to collect different examples for the...
FWIW, here is the implementation I arrived for Azure Trusted Signing in Tauri on a GitHub actions workflow. I add a prior step to the Tauri action that installs @Levminer’s...
> At least once MS lifts the stupid 3-years tax history requirement, this should have explicit support in tauri imo (so that it's a direct config option that doesn't require...
> Did you set up the permissions? (https://learn.microsoft.com/en-us/azure/trusted-signing/tutorial-assign-roles) If you can't sign with the official action this should be the problem. For the work I’ve got I’m being supplied with...