Stefano De Carolis
Stefano De Carolis
@Fallenleader if with offset location you mean the RomFS path, on Pokémon Omega Ruby and Alpha Sapphire, Pokémon models (PBs and PKs) are located in a/1/3/3. AD files are map...
> This json file contains information about every default action in shortcuts 2.2 Small misspelling, it's 2.1.2. > ```js > "ActionKeywords": [ > "text", > "such text", > "very speech",...
> For the naming of the global variables, remember that the contribution guide suggests the display name from the shortcuts app itself (in English). `askWhenRun` and `shortcutInput` look way better....
> ... we can lock down setVariable/addToVariable to take in WFSerialization instead of string, ... That's exactly what I did. It will remove every check/test and it will make it...
I pushed it to [my fork](https://github.com/xAlien95/shortcuts-js), you can see and try it there. @joshfarrant, do I have to split `/src/utils/variables.ts` in multiple files? `variable()` and `actionOutput()` can be considered as...
@Archez, I'm not familiar with TypeScript, but if we use the `WFSerialization` approach we may need to always specify that the `.Value` property is a `SerializationValue`. TypeScript automatically assumes it's...
> I'm wondering whether it might make sense to have another directory, `src/variables`, to store everything related to variables. Later on, it could be useful to have a `src/variables` directory....
> I've not looked into the Aggrandizements property at all - is that essentially casting the type to a phone number then (in your example)? @joshfarrant yes (although a phone...
@joshfarrant, step 2 of the variable implementation is live in [my fork's variable-class branch](https://github.com/xAlien95/shortcuts-js/tree/variable-class). - Rebased variables on `WFSerialization` - Added `Variable class` with a `.with()` method for Aggrandizements -...
How should the .js file be generated? Should this library/module be able to convert .shortcut to .js without data loss (i.e. having the obtained .js file to build exactly -...