Jasmin Savard

Results 473 comments of Jasmin Savard

Ok, I confirm that removing the ConfigureSecurityDefaultsWithStaticFiles in Program.cs fixed my issue. We should make this configurable so that by default we don't serve with HTTPS for docker containers behind...

I will leave you guys decide what needs to be done here since it's related with Lombiq external dependency. Not sure if removing this line on my side will break...

For reference here is the Docker compose file I used to make the SSL working in the container: ``` services: servicename: image: imagename:latest // local image created with dockerfile container_name:...

Well, generally, when using Nginx or Traefik or Haproxy you create the certificate along with it because it is facing the internet. You will generally create the cert on the...

I think the issue is that the default theme uses opiniated configurations that are set on a Lombiq repository for the default theme. We are simply missing a clean theme...

Hmm ok poke me on Discord if I forget to review. I believe this should have been cleaned up along with using BS5 darkmode. The :root block in the main...

I question the need for it. I'm not sure as I've not tested but we should try and remove the :root wrapper.

I think we should use Lucene for that one and rely on the Lucene Analyzer for determining if it should be case sensitive or not. Lucene is made for that.

The idea is not bad. We could instead ask if we want to replace the file just like when someone is copy/pasting a file in a folder where a file...

@deanmarcussen It would not even be a file replace then right? I'm not sure I understand your concern with that?