Brandon Kalinowski
Brandon Kalinowski
Yes. Deno permissions are hard. For ref [here is how](https://github.com/denoland/deno/pull/3922/files) you can do it with a shebang. It looks rather ugly because `-S` isn't supported well outside macOS. One thing...
It would only be a tiny performance penalty on the first run. For example, the Deno runtime compiles and type-checks code before executing. If it is passed a file, it...
Just an FYI that shebangs are currently supported in my fork: https://github.com/brandonkal/inkjet
I would suggest `(arg_name?)` where the question denotes optional, much like in TypeScript types.
One approach that would address @redbaron's concerns is to provide a means to register Procedures/Actions for certain event hooks. This could even be seperate from the pulumi program and shared...
Perhaps the type getter could be monkey patched to return the type of the child if type is called on a WDYRFunctionalComponent wrapper.
I would prefer lower cased shell environment variables. Then you can use normal escaping rules.
Pet should read SHELL and execute with that. Though bash is slower to start. Maybe allow users to put a `PET_SHELL=$SHELL` in their profiles.
This is a rules issue I believe and so should instead be filed and fixed in the rules repo: https://github.com/ClearURLs/Rules/blob/master/data.min.json Details
@balazsgerlei In the meantime you may find this web app useful: https://linkcleaner.kalinow.ski It integrates with the Android share menu for easy use: Install it as an app, use share menu...