Alex 'Delta' Diller

Results 29 comments of Alex 'Delta' Diller

would be fixed with https://github.com/ofhouse/wpress-extract/pull/5

There hasn't been any progress on this issue and thankfully this was mentioned in here, because the error is "eaten" and I was confused why down is not working. Am...

Looks like the server methods are missing. This is my 1am fix if you don't want to downgrade: ``` npm i spotify-web-api-node npm i @types/spotify-web-api-node --save-dev ``` ```typescript import SpotifyWebApi...

Any news? Would love to have this built-in

Just ran into this issue with v1.1.0 and #771 fixes it for me. (using latest master) A new version would be great ❤️ Edit: using `max_age()` on cors will remove...

v1.1.0 works fine if I do a direct GET request with postman. I have a third party frontend which does an OPTION preflight request and this one won't work with...

I have a working solution, which replaced the library which is using httpapi.dll Currently in testing and looking into how to get this into Olympus Stable (stay tuned). Once everything...

Added experimental support now: See https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/pull/76 and I also created a discussion: https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/discussions/75

Exactly, regex is for filename only. I first wanted to do a glob handling but realized it would require a dependency and I think regexp should be fine. For more...

So far this only works for the CLI TypeScript version, I don't use YAML or anything atm, but I guess it shouldn't be an issue to have more advanced handling...