Ferenc Géczi

Results 36 issues of Ferenc Géczi

This might earn a `not-my-bug` label or end up on #35, but in any case I think it is worth recording here. I am running the latest flatpak builds `0.4.0`...

not my bug

Run the [example PS script](https://github.com/diyan/pywinrm#run-powershell-script-on-remote-host) on a remote machine that is not set to English, but a non-ASCII language. Like in this case German: ``` Warning: there was a problem...

* On Python 3.8.5 during normal execution the following is logged: SyntaxWarning: "is" with a literal. Did you mean "=="? 🚨Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. ##...

I am using `pylsp` and essentially if the source code references a variable on every line, then the outline has the same length as the code itself. Which is not...

When migrating from Ubuntu 20.04 to 22.04, I noticed, that I can't get scrollbars for notes anymore. Am I doing something wrong? Any tips on troubleshooting this?

# Expected Behavior According [to the docs](https://tekton.dev/docs/pipelines/variables/#fields-that-accept-variable-substitutions) `Task spec.steps[].name`, accepts variable substitution, so the exepcted behaviour is that the task would be created. # Actual Behavior ```` Error from server...

kind/bug

Commit f05be9bf713a6ad7e686695de89296b728a26176, changed `UniChar` from `uint32_t` to `char32_t`. Unlike `uint32_t` the `char32_t` has explicitly deleted `