mimimi
mimimi
Hi, I'm having this weird problem, please take a look. I just import the library and try to put it in an empty activity but AS layout editor can't show...
``` using Stubble.Core.Builders; var renderer = new StubbleBuilder().Configure(builder => { builder.SetIgnoreCaseOnKeyLookup(true); }).Build(); var d = new Dictionary() { { "someKey", "hello" }, { "SomeOtherKey", "world" } }; var template =...
Hi anyone still maintaining this project? May I know how I can set the animation to loop infinitely? Thanks!
I noticed that the diarization process is VERY slow, took about an hour for a 2-hour audio and it seems that the time taken is exponentially increasing against the audio...
Reproduce: Create a demo project using the official template `ns create my-master-detail-ng-demo --template @nativescript/template-master-detail-ng` Do not need to change anything, leave the project as it is. Run it on iOS...
``` var objs = _sfClient.Query( @$"SELECT Id FROM Table WHERE something='{dangerousString}' "); ``` The above usage is vulnerable to injection, is there a way to sanitise the input?