Jörg Kreuzberger

Results 20 issues of Jörg Kreuzberger

Hi! During development we added the -B (DontWriteByteCode) and the environment variables for that to our execution. PythonQt seems to ignore those flags in PythonQtImporter and writes/loads the pyc files...

enhancement

Hi! This may be chasing unicorns but with with weasyprint on windows (56.1) i ran into following problems: - Weasyprinting my local files (index.html generated by sphinx) into pdf works...

I have some usecases where i show and filter some imported needs with e.g. needtable. If the filter has no needs found, i get the above text in my (German)...

When giving a filter string to a need, most seem to be one-liners. Sometimes it is required to give more complex filter strings, maybe with one or more *and* or...

Using needs 1.2.2 Normally using refs in Sections is possible, e.g refs to other sections with autosectionlabel. ``` Section1 ======= blabla Section 2 :ref:`Section1` ========================= ``` So i tried to...

## Summary Fix #292 ## Details Different QtTestDriver Implemenation to ensure no resource lock on windows. Issue with undefined output format for qExec, add explicitly ".txt" extension ## Motivation and...

### 🤔 What's the problem you're trying to solve? Testing source code which requires Qt EventHandling (e.g. due to Network, Timer) and / or UI requires to haven an Q(Core)Applikation...

### 👓 What did you see? Using the provided QTestDriver Implementation for windows gives errors ` Unable to open file for logging: %TEMP%/test_module_runner.XNlhxg` The filename `test_module_runner` comes from the executable...

bug

### 🤔 What's the problem you've observed? ### Compilation - Compilation without `.git ` (e.g. from downloaded Source Archive) leads to error cause `CUKE_VERSION` could not be determined - Use...

bug

In file collections/collections.py the target directory and conf directory are compared to evaluate if the link is created in the right directory. This fails on windows due to comparing configured...