Callum Silcock

Results 12 comments of Callum Silcock

Just hit this issue with `[email protected]` Worked around by `rm .gitignore` then checking it out again directly afterward Gitignore File: ``` # csilk Gitignore default # ########################### .gitlab builds/ *.pem...

I couldn't get the resolution stuff to work in yarn berry, so used @jnig's PR linked above until merged ``` "swagger-typescript-api": "github:jnig/swagger-typescript-api.git#8fba36a790fae21ef073154dab2c9da79908de17", ```

Can confirm we are seeing this issue in production on `^13.4.19`, if we start curl'ing an image it will cause it to 500 after a short period of time Setting...

Hmmm, as I mentioned above "Note: we are not using sharp" so I doubt it's related to sharp I also haven't looked back into this for a while as we...

Thanks for posting @RocketDerp, Ill give this a go now and report back

Tried it using your instructions still have issues (seems to be related to my build output problem), full CLI below ```bash $ git clone https://github.com/LemmyNet/lemmy.git lemmy Cloning into 'lemmy'... remote:...

@JLHwung, Main difference between `actions/labeler` and `package-labeler` is that `package-labeler` is dynamic (you don't need to define specific label and folder glob per label in a config) For Example `actions/labeler`...

~~Does not yet support `sendRawEmail`~~ Oh wait yes it does... Am going to look at re-writing this soon and will include proper support, haven't looked at this in a while

Hey @Cein-Markey, apologies for the late reply, happy for you to contribute if you need it, i'll merge it 👍

Hmm I hadn't tested it on Windows, and have been wanting to re-do a lot of this repo for a while. Am pretty busy so I'll have a look over...