Dmitry Starosta
Dmitry Starosta
We also started getting an error during NPM builds today. It looks some API call fails with a 503 status code. ``` > [email protected] postinstall E:\Development\Git\someapp\node_modules\pngquant-bin > node lib/install.js ‼...
It looks like raw.github.com is having issues. This URL throws a 503: https://raw.github.com/imagemin/pngquant-bin/v5.0.1/vendor/
To get around this limitation, I had recorded MT-32 music using Munt and FFMPEG as OGG files. There is a download link at the bottom of this page. https://www.popot.org/get_the_games.php?game=1 Just...
Yeah, skeletons in different locations than the original room could start hanging in the air in another room as they get re-positioned to the room below after they fall out....
Is there a way to fix this behavior in .NET 7?
Moving `UseStatusCodePages()` and `UseExceptionHandler()` to the top was the first thing I have tried. But it did not work until I updated Visual Studio (I was on the latest minor...
I noticed another skeleton strangeness that causes loose tiles to shake (sometimes fall in my mod). The "enter_guard" assigns sequence 63 when entering the room. https://github.com/NagyD/SDLPoP/blob/88c65dc172dc0b7498726e3f0ecd9ac37d7cc2b0/src/seg002.c#L205 But that sequence enum...
Swashbuckle.AspNetCore 6.4.0 picks up changes from "Microsoft.AspNetCore.Mvc.JsonOptions" options. However, minimal APIs are using "Microsoft.AspNetCore.Http.Json.JsonOptions". Therefore, both of them needs to be configured for Swagger schemas to match the API output....
I have the same problem even without changing the c.RootUrl(). The application is running from the root of the website.