Dr. Hans-Peter Störr
Dr. Hans-Peter Störr
OK, I changed it. Unfortunately I had to make a little hack, since my joni regex version doesn't support group names starting with [ , but does support group names...
Sorry, no idea. In our case (7.1) it also ends with probtrac, but I don't even know what DCM is. :-)
I too was puzzled by a strange folding related to the elvis operator. In Java and JSPs I stumbled over foldings of `Something something = res != null ? res.methodcall(whatever)...
That's more or less a duplicate of https://github.com/kellerben/dudle/issues/41 . I do, however, support that.
I guess scrolling the table without moving the tablehead would be the standard way to handle this, and work regardless how many participants are there, unless the other options.
I saw that also on a Apple M1 Max MacBook on several of the 2.3.2 and 2.3.3 pre/post releases, and also tried it with [v2.3.3-rc3](https://github.com/invoke-ai/InvokeAI/tree/v2.3.3-rc3) . Just creating pictures works...
Nice! Some more ideas: 1. Another way to include such metadata about prompts would be to use markdown front matter, where you could also include other stuff like tags, creation...
Well, a competing tool only in the sense of a tool that is using the LLM API for something, which is a pretty large space. There are quite many tools...
I really like that idea. I was just experimenting with indexing my documents and even the code in some of my projects with llm multi-embed + llm similar for use...
One more point. You might want to generalize the "chunking strategy" concept. For one, for that idea of extracting method headers and documentation comments from code as "chunks" one might...