Mateusz Gozdek

Results 418 comments of Mateusz Gozdek

Hey, thanks for quick feedback. Would you like me to create one PR per commit from this PR then? Generally, I'd prefer to not submit code without tests, no matter...

I've created https://github.com/coreos/go-systemd/pull/395 and https://github.com/coreos/go-systemd/pull/396 then, to split the changes and make them easier to review and merge. For the time being solving #391 is not needed, I'll rework this...

So it seems changing the endpoint from `endpoint: "http://127.0.0.1:9000",` to: ```js endpoint: { protocol: 'http', hostname: '127.0.0.1:9000', path: '/', }, ``` Fixes it for the web, but it does not...

Thanks for the advice. I don't think there is a need to remove the token from the logs as it's using default minio credentials anyway. Here is the node.js logs:...

Some more details on my environment, maybe that helps reproducing: ```console $ chromium --version Chromium 102.0.5005.61 Arch Linux $ node --version v16.15.1 $ npx webpack --version webpack: 5.73.0 webpack-cli: 4.9.2...

If someone is interested in workaround for this, I've implemented it in https://github.com/flexkube/libflexkube/pull/66. As my Terraform state structure is rather complicated there, for simpler cases, I'm sure it can be...

I'm not sure if this is directly related, but I hit `Mismatch reason: attribute mismatch` issue with Terraform v0.11.13, when I used interpolation when passing property from one resource to...

According to https://formulae.brew.sh/formula/libsoup and https://github.com/romgrk/node-gtk/blob/46a5aac2d977be4cd99d4af7fc73aa6606b8b7b3/.github/workflows/install.sh#L15 on MacOS version 3 should be installed, which seem incorrect as in job https://github.com/romgrk/node-gtk/runs/6532823769?check_suite_focus=true I see the same error as I saw locally, so `TypeError:...

Hmm, on my Arch libsoup 2.74.2 installs libsoup 2.4: ```console $ pacman -Ql libsoup | grep 2.4.so libsoup /usr/lib/libsoup-2.4.so libsoup /usr/lib/libsoup-2.4.so.1 libsoup /usr/lib/libsoup-2.4.so.1.11.2 libsoup /usr/lib/libsoup-gnome-2.4.so libsoup /usr/lib/libsoup-gnome-2.4.so.1 libsoup /usr/lib/libsoup-gnome-2.4.so.1.11.2 ```...

Same on Ubuntu: https://packages.ubuntu.com/jammy/amd64/libsoup2.4-1/filelist. But MacOS formula also mentions 2.4: https://github.com/Bo98/homebrew-core/blob/master/Formula/[email protected]