arketec
arketec
The Beamtown Bullies #9378
@scalda I've noticed in the last modpack update OpenComputers was not one of the mods that is updated. We are waiting for this update on our server in order for...
thanks, thats totally understandable. If I can help with testing in anyway, please let me know. I have verified the version I posted above works without issue thus far, but...
ok, I got in contact with payonel again. He says (hopefully) by end of year, with possibility by end of month
I have just also experienced the exact same issue with System.Text.Json.JsonConverter on a custom serializer that also implements an interface: ```cs public interface IEnumConverter { protected static readonly Dictionary conversions...
I am actually experiencing the exact same issue. I have confirmed everything above in my own local environment. Forgive me if I am using the terminology incorrectly (I am not...
Also, cache-manager no longer exports Cache interface as of v6, but the docs example includes this although this project's peerDependencies state
Also seeing this issue on version v8.4.0 It is causing issues with out CD/CI pipeline since warnings are considered failures for us
in the meantime, you can override glob on this dependency only in your package.json npm ``` "overrides": { "@nestjs/cli": { "glob": "^10.5.0" } }, ``` yarn: ``` "resolutions": { "@nestjs/cli/glob":...