ben-tbotlabs

Results 16 comments of ben-tbotlabs

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

In the end @angular/flex-layout probably needs to be replaced, but in the meantime they released 15.0.0-beta.42 which should probably be a part of this PR

> @ben-tbotlabs would you mind going through the comments below and rebasing this PR please? I will rebase this PR and make the various fixes. I won't be able to...

Thanks for the reminder. It had slipped my mind. I have made the above fixes and will look at rebasing the change tomorrow

Would @GraphR00t or @pjbgf be able to approve the workflows so I that I can validate the tests pass on something other than my local environment