bobhairgrove
bobhairgrove
Using Modelio 4.0.1 on Linux Ubuntu 18.04. In editing the properties of an Output Pin on a Call Operation activity, it is nearly impossible to fill in the "Matching parameter"...
Using latest model file "ggml-model-q4_0.bin" from `llama.cpp`, I get these errors (`source_documents` contains the SOTU sample file): ``` ~/code/privateGPT/privateGPT-main$ python3 ingest.py Loading documents from source_documents Loaded 1 documents from source_documents...
When I create an operation, I can add parameters and adjust their properties. However, there isn't an obvious way to assign a default value, for example to a Boolean type...
Using SchemaSpy 6.1.1-SNAPSHOT on Ubuntu 18.04 I tried to overwrite this in a `meta.xml` file; comments are added, but the "size" attribute remains the same. Kind of confusing when some...
Using SchemaSpy 6.1.1-SNAPSHOT on Ubuntu 18.04 I really liked the older "green" style of the ER relationships, [for example, like this...](https://dbmstools.com/storage/screenshots/schemaspy-tzvqdy52bhri54ap.jpeg) But it looks like everything is already computed by...
I am developing a new, open source UML tool. Developers can add comments for a function, class or any other UML element. I would like to embed just enough of...
There needs to be a minor change in the two files `quazip_qt_compat.h` and `quazipfileinfo.cpp` when compiling with Qt 6.8.0 or later. Everything before that version compiles without any warnings (on...
In the "example" application, the address in the status bar is the "real" address, regardless of whether there is an extra offset added. The address shown on the left of...
In `qhexedit.h` at lines 346 and 349, member functions are declared like this: ``` void setHexCaps(const bool isCaps); //... void setDynamicBytesPerLine(const bool isDynamic); ``` The functions are implemented in `qhexedit.cpp`...
I can build the plugin, put it in the correct folder, but Qt Creator fails to load it with the error *"...uses incompatible Qt libraries (5.15.0)"* or something similar. I...