Javier Soques

Results 9 comments of Javier Soques

I just cloned this repo did an `npm i` I was lazy to start a new Postgres instance so I used sqlite (better-sqlite3) `npm i better-sqlite3` and replaced 'postgres' for...

I had same issue. Using Xubuntu (Ubuntu 20.04.1 LTS) and Clementine 1.4 rc1 was installed. Only showed 'Scrobbling Now' but not preserving the played record. Tried adding the` /home//.local/share/Last.fm/` but...

> @tejas-luthra you can use this guide: https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/apple-id/ Page not found. Any fix on this? I had a working VM but did a `git pull --rebase` and it messed up.

Until the new version comes out for **IWebHostEnvironment**, I am casting it it **IHostingEnvironment**. Seem to work. Hopefully this will be temporary. So in Startup.cs where you do: `RotativaConfiguration.Setup(env, "....");`...

https://github.com/webgio/Rotativa.AspNetCore/issues/49

@yusy4code https://worksofbarry.com/ghpost.html?25

I'm having the same issue with a simple hello world get route. If no request is issued to the server then a Ctrl+C shuts down gracefully but as soon as...

Just an FYI, if I run the app with uvicorn, it shuts down gracefully without any issues.