Niko Fink

Results 119 comments of Niko Fink

This is probably the same problem as in issue #8. @billziss-gh can I be of any help fixing this issue?

@Pagliacii try my fix from issue #8 and explicitly set `O_BINARY` in the open function.

Could the `PyErr_Clear` in `Utility::ClassName`, which gets called when the passed object has no `__cpp_name__`, interfere with the following `SetPyError_` and the `PyErr_Fetch` it calls? ```cpp std::string CPyCppyy::Utility::ClassName(PyObject* pyobj) {...

I changed it to `ClassName` and removed the ref counting, but I'm still unsure what'll happen in case of an exception.

This message comes from the `get-pip.py` installer failing. Note that the command still returns successfully, so `wenv python` will be useable, but `wenv pip` unfortunately not. Also, the python installation...

There actually is a workaround: it seems that moving the `.pyd` (and also `.dll`) files to a location that can be found and then also creating a further directory makes...

I can report that it worked without needing the workaround on a downgraded wine 7.12, my comments above were based on 7.22.

Maybe some information about how to do `Task`s in trio, like here: https://github.com/python-trio/trio/issues/892#issuecomment-459195578 [Note: I think this means `asyncio.Task`-equivalents -njs]

For anybody who doesn't want to wait for the complete guide, here is what I did: It seems that nocodb doesn't run out of the box on uberspace because the...

Regarding the [web backend setup](https://manual.uberspace.de/web-backends/), I tried putting nocodb in its own subpath, unfortunately this [doesn't seem](https://github.com/nocodb/nocodb/issues/1033) to work at the moment: ```bash export PORT=1234 uberspace web backend set /nocodb...