Eliaz Bobadilla

Results 56 issues of 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=

documentation
enhancement
help wanted
good first issue

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...

bug
module:command

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. ![image](https://user-images.githubusercontent.com/71897736/153633755-55e0b91c-bdd9-4c9b-9519-14234d5429d7.png) **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