Brecht Machiels

Results 214 comments of Brecht Machiels

Could this log entry be relevant? ``` {"level":40,"time":1743005435762,"pid":25,"hostname":"e653a132a251","msg":"No tokenizer found for model LM Studio, using default template. Consider setting tokenizer manually or making sure the model is available on the...

I suspect there might be a very straightforward solution for this, but I would need to reproduce the issue to verify whether this properly fixes the issue. It takes far...

The .rts stylesheet seems to be made up by an LLM. It doesn't follow the basic .ini syntax, so it's not going to work. Also your _conf.py_ includes fantasy variables...

This _NotImplementedError_ exception is related to the use of [Sphinx domains](https://www.sphinx-doc.org/en/master/usage/domains/index.html) which is used to document APIs. Your original messages states that you're using the autodoc extension, which also produces...

> Can you try launching `C:\Windows\SysNative\OpenSSH\ssh.exe`? That should bypass the magic that Windows applies, and will give us a hint as to whether we're looking at path resolution or DLL...

I have no strong opinion about this. It does strike me as unexpected, however. Not sure my use-case matters, but I wanted to distribute a Python script as an executable...

I was probably not aware of the existence of two slightly different variations of this license. I'm fine with using either of them, so please choose the one that is...

I'm afraid I cannot spend time on (helping) to provide packages for all the different package managers out there. Especially since Python comes with its own perfectly capable packaging system....

I have to choose my battles since I have little time to work on rinohtype. You are welcome to reach out to Debian package maintainers to request a rinohtype package.

Hi Michael, The installation instructions now indeed assume that the user is familiar with Python. It would be good to mention that it would be best to create a virtual...