fvollmer
fvollmer
Hi, thanks for your interesting work! Under what license is this code?
Initial space after a delimiter it is ignored. ### Example csv: ``` foo,bar hello, and some more text ``` text: ``` This is some text%VAR_bar%. ``` This should be transformed...
Hi, I'm using `setStyleSheet` in my PySide2 application. If I add a `QwtPlot` I get the following exception: ``` Traceback (most recent call last): File "C:\Users\user\project\venv\lib\site-packages\qwt\null_paintdevice.py", line 54, in drawRects...
The commit 0528a7c409eedaa5353583167174dde31fe29147 sets `default_permissions` as a default parameter. Is there a way to mount without this permission? Example application: Mount an image (owned by the current user) and try...
`SizeOp` always generates code like `BigInteger.valueOf(node.size())`. This only works with `SimpleTypes`. With custom types this may fail, since ``` fun myfunction(a: collection, b: collection) = a.size + b.size ``` could...
### Summary of the new feature / enhancement Currently, we use unconstrained Kerberos delegation for logging in and accessing network drives, which poses [security concerns](https://learn.microsoft.com/en-us/defender-for-identity/security-assessment-unconstrained-kerberos). When attempting to switch to...