Results 26 comments of pfg

There are integer parsing functions available in the standard library. ```zig const std = @import("std"); const stdout = std.io.getStdOut().writer(); const stdin = std.io.getStdIn().reader(); pub fn main() !void { const alloc...

An alternative possible approach to a dsl/formatted `scan` function could be like this: ```c char name[30]; unsigned age; char coffee[30]; puts("What's your name ? How old are you ? Do...

As far as I am aware, wasm4 is intended to be programmed with a programming language that provides these functions. A wasm4 built for hand-coding assembly would look very different....

This is because ios 13 removed the ability to import shortcuts from a file. There is a workaround where you add the .shortcut to icloud drive and get link, but...

You can export .shortcut files by ``` Get My Shortcuts Choose From Menu Set Name shortcut.plist (you might have to check the checkbox) Show Result ``` You should also be...

I'm the developer of ScPL, if by "using scpl" you mean adding it to the splash app, it would probably be difficult to include ScPL in a native app since...

I got scpl running in the splash app using JavaScriptCore in my fork (https://github.com/pfgithub/splash). Given that the app is called splash, it probably doesn't make sense to also include ScPL...

I don't see a problem in keeping the name either. Things that need to be done in the scpl fork - [X] Make the document type work (f8a21f2e5f471ee24d6f183e11be2e9b4ec04311) - [...

@scrutinizer11 neither ScPL or shortcuts.js are maintained anymore. The thing that is currently maintained is [Jellycuts](https://jellycuts.com/) which is not open source. > E.g., what's the code for the action of...

@unbeatable-101 editor.scpl.dev links [this shortcut](https://www.icloud.com/shortcuts/eb304f320ee94bef9cba24d2201a91d7) you can scan qr codes with to import from a qr code automatically