Stefan Merettig
Stefan Merettig
The following script shows an issue with `DelegateClass` and `SimpleDelegator` behaving differently in MRI and Opal: ``` ruby require 'delegate' class Foo; end class Bar < DelegateClass(Foo); end class Baz...
Hello, Was toying with bindgen today and noticed that ArchLinux joined the distros who want static linking of libclang. It annoyed me so in OSS fashion I decided to do...
Hello! For a project I'm building I needed a good way of knowing when ripping has finished. As I'm using the MakeMKV GUI I added a report feature that calls...
Hello, cool project! I'm running my LLM on a server using the Obabooga Web UI which exposes an OpenAI API to allow other services to make use of it. This...
Hi, Next to #5426 I also came across that you can't do calculations inside type notations. You also can't use `sizeof`. `sizeof` on arbitrary types may be too hard, but...
Hello! I just found this great piece of software! I was thrilled to see that I can use my own OpenAI endpoint and point it towards my Llama 3.1 8B...