Eliaz Bobadilla
Eliaz Bobadilla
https://github.com/actions/checkout#checkout-v3
As discussed on the Discord Server. This would be similar to https://api.npms.io/v2/search?q=maintainer:ultirequiem This feature would be really useful for portfolios or community projects.
https://github.com/actions/checkout\#checkout-v3
I have created a lot of more mini packages but forgot about this list π Most of them can be found on ππ½ https://github.com/UltiRequiem?tab=repositories&q=deno&type=&language=&sort=
With the following code ```ts const { args } = await new Command() .name("redirector") .version("0.1.0") .description("Create your own redirector service π") .arguments("") .parse(Deno.args); console.log(args) ``` And executing it like this...
You can get this output at the moment of running https://github.com/UltiRequiem/is-number/blob/main/scripts/node_support.ts ``` node/src/deps/deno.land/x/[email protected]/command/command.ts:1243:34 - error TS2366: Function lacks ending return statement and return type does not include 'undefined'. 1243 protected...
**Expected behavior** Extension working **Screenshots** If applicable, add screenshots to help explain your problem.  **Desktop (please complete the following information):** - OS: ArchLinux Log: ``` ## versions vim version:...
Having this `.gitignore` ``` node_modules/ ``` I expect to don't see it on the file tree. Is there any way to accomplish that? (I know it changes the color but...
Since this is now part of the std, https://github.com/pietvanzoen/deno-dotenv#-dotenv-is-now-a-part-of-deno_std- It would help if this repo is archived, so is more clear that we should prefer using std/dotenv than this.
repo https://github.com/UltiRequiem/moni