Archez

Results 10 comments of Archez

I've also been thinking this out in my head. For the naming of the global variables, remember that the contribution guide suggests the display name from the shortcuts app itself...

In that scenario where we have `variable()`, do you think `withVariables` should still have the ability to take in `strings` (producing the named variable), or enforce that all named variables...

That is exactly my thought. The boiler plating aligns more with a 'code' structure rather than a 'iOS Shortcut' structure and also paves the way for a more concrete `.shortcut...

If we do not use the `WFSerialization` approach, then any action that can take in a `WFTextTokenAttachment` (e.g. number), would have to be responsible for ensuring that the proper serialization...

I'm currently looking into defining serialized constants for the global variables. These constants would bypass the string check, and allow them to be used directly. I agree with @xAlien95 suggestion...

I think this would be considered a breaking change. If the android device supports and is using direct boot mode, then there is two storage locations. The "User locked" storage,...

This may or may not be your issue, but your package json is referencing `@nativescript/webpack: '~5.0.0-beta.0'`, It is possible the version specified in your lock file is too low of...

From what I have gathered, the `ripple` property's `setNative` method for android attempts to use the foreground activity (`application.android.foregroundActivity`) which normally shouldn't be an issue, but from some digging, the...

Additionally, the `Set Defaults` option does not allow for setting keyboard defaults. So if you use `Clear All`, you can't ever get the keyboard binds back without manually setting them...

A use case on 2ship for this is the ability to have an Array of `CollisionPoly`. At a minimum, we would need a way to return a pointer to the...