powellnorma
powellnorma
Would this completely stop gopls from scanning excluded sub directories? I was getting https://github.com/golang/go/issues/42255 because a sub-sub directory has a NFS mounted to it, and gopls apparently tried to scan...
> if the use-case is to detect "broken" clients and then send the message over another medium, then you probably shouldn't use gotify Do you know of an alternative app...
@pd4d10 I made a repository with which the problem is reproducible: https://github.com/powellnorma/bytemd-problem It would be great if you could take a look! Thank you.
Can we perhaps make it so that piccolo handles the case where we put in an empty list? It can be useful when the list is dynamically generated, and there...
Seems likely, the text had >7k characters. Maybe you can take inspiration from the following chunking implementation? https://github.com/BaseMax/UnlimitedAutoTranslate/blob/2aec131f0b1de9fe34c5ae9876916aef4aef698d/UnlimitedAutoTranslate.py#L5 - It seems to use a max_limit of 4500 chars
Ok, what I found was this: https://github.com/AllenDang/giu/blob/04cd961c1d12d31a7bcd329350a686d6c76cc3fe/MasterWindow.go#L88 So probably some wrapper logic would have to be implemented in imgui-go first? https://github.com/AllenDang/cimgui-go/blob/f9856eb4a9a725c37e34b415d3eabc00e90276fa/glfw_backend.go#L187
Does anyone know why the initial API call to /chat (with an empty list of messages) still causes a CPU-Usage Spike (up to 10s) when starting the same model via...
Just wanted to note that there is interest in this functionality. Is there anything specific holding this back (from being merged)? Also I like how in peewee one can just...
> This code works and passes all tests I haven't looked, but I guess the tests always use a ForeignKey named the same as the referenced Table. As e.g. here:...
When I query an M2M field of the referenced table, I get: ```python AttributeError: type object 'M2MSelect' has no attribute 'value_type' ```