Steffen André Langnes

Results 184 comments of Steffen André Langnes

Here's my version of the pre-deploy script above: ```js var preDeployFunction = async function (captainAppObj, dockerUpdateObject) { const DockerApi = require("./built/docker/DockerApi"); const api = new DockerApi.default(); const setServiceInstances = async...

I found myself in a situation where I had an abandoned volume that wouldn't be deleted automatically, but I came up with a couple simple workarounds so it wasn't a...

I just ran `dotnet new [...]` for the first time on Linux, and I was rather shocked to see CRLF line endings as I staged the files in the Git...

If you're willing to share your fixes for XboxInternals, I would like to translate them into C++. I've tried to fix this specific issue myself, but it's mostly guesswork.

Sorry, I am not sure I fully understand the problem you are describing. Can you please carefully explain why you do not or cannot free `bytes` before returning from the...

Can you please try with Safari instead of Chrome?

Thanks for the information. Since I do not currently have any ARM64-based hardware capable of running macOS then I will not be able to investigate much if this issue is...

Thanks. The "problem report" window in your video has more information. I guess that is also called the "Apple Crash Report". It might have information useful for the investigation.

Do you have any code you can share for the webview library integration part?

Thank you! Would you say that this Go example along with your [frontend code](https://github.com/zyxkad/omm-front) is sufficient to reproduce the issue? ```go package main import "github.com/webview/webview" func main() { w :=...