Dominic Morin
Dominic Morin
Hi guys, just want to let you know that using the great [CsprojToVs2017](https://github.com/hvanbakel/CsprojToVs2017) tool it's easy to migrate your MVC projects to the great great [MSBuild.SDK.SystemWeb](https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb) Sdk style. Just remove...
I think I found a solution. In the select clause of the sql model, if we cast the id as a type, the table that is created by dbt-sqlserver won't...
Could be related to: https://github.com/open-meteo/open-meteo/issues/780
Nemo est fuga Veni > I stumble upon this issue and I have written a small fix with a decorator of decorator for python>=3.3: > > import os > import...
It would be simple if we could use the **Custom command** feature in Dokploy. We could run this simple command: ``` op run --env-file ./portal/app.env -- docker compose -p container-frw4ap...
Attempting to use cheat.sh today and it still gives me a 500 error
Still searching for a fix. I think it's probably related to this requests issue https://github.com/psf/requests/issues/6715#issuecomment-2137782.
Hi, I was able to finally make-it work but with another package, [httpx](https://www.python-httpx.org/), setting the ssl context this way: ``` ssl_context = ssl.create_default_context() ssl_context.check_hostname = False ssl_context.verify_mode = ssl.CERT_NONE ssl_context.set_ciphers('DEFAULT@SECLEVEL=2')...