Carlos Fdez. Llamas

Results 18 comments of Carlos Fdez. Llamas

@ScJn The maintainer will, probably, need further info about the issue to figure out what's happening. Version of caddy-git? What's the configuration provided to caddy-git? What's the authentication method of...

Actually specifying `branch master` shouldn't be necesary, as that's the default value. Try removing that line, maybe? Also @ScJn I wouldn't recommend you to give actual security tokens (the hook...

Is the pulled repo on the machine on the correct branch? Might try removing it and re-creating. Can't think anything more atm.

I would suggest to not include `node-sass` as an optional dependency and always require to specify the preferred sass package in package.json. Currently want to use the plugin with `sass`...

Hi! I'm trying to use superstruct on Deno and have some input on this: Currently, superstruct is present in Deno.land -> https://deno.land/x/superstruct. deno.land is just a cache that points to...

Update on that: Seems like doing this in every place where it gets an error does the trick, but probably not the best solution. Good enough for my local fork...

After more testing, I think it works pretty well with the changes mentioned before. Have been using it for a Deno-based project yesterday and worked well. Fixing the issues so...

https://esm.sh/ Works if you need types, they explicitly have Deno support. Anyone using these random CDNs from the internet, consider using Deno’s locking mechanism to ensure that the dependencies doesn’t...

I still have the same problem with Deno 1.29.1. In my case I'm using [tsyringe](https://github.com/microsoft/tsyringe) and [reflect-metadata](https://deno.land/x/[email protected]), and it doesn't work when running `deno compile` directly. I still rely on...

Would be great if the command also displayed which version files were taken in consideration during the cleanup process