ben-tbotlabs

Results 5 comments of ben-tbotlabs
trafficstars

The RegExp sticky tag was added as part of ECMAScript 2015 (E6). I am also interested in getting support for es2015 RegExp. I have a workaround for the moment, but...

I think it is because of the CLI that was added on Apr 19, 2020, so it is required to be a full dependency. But to be clear in order...

I ended up adding a helper for workerpool that made running over the inputs and collecting the outputs to be processed as a whole easier ``` package pool import (...

``` #if UNITY_IOS using UnityEditor; using UnityEditor.Build; using UnityEditor.Build.Reporting; using UnityEditor.iOS.Xcode; public class DisableBitCode : IPostprocessBuildWithReport { public int callbackOrder => 1; public void OnPostprocessBuild(BuildReport report) { if (report.summary.platform ==...

@pjbgf I am not sure why the Test / version-matrix (1.20.x, macos-latest) hasn't started, but I seriously doubt it has anything to do with this change