Kochise

Results 44 issues of Kochise

Hi, currently writing a LaTeX package to add `mermaid` support, it appears `Inkscape` (and `inkview.exe`) cannot interpret correctly the produced `svg` output, ie. from your own example : stateDiagram-v2 [*]...

Type: Bug / Error
Status: Triage

### Description of the Issue File opened in editor gets modified by external program. The file is updated in the editor (automatically or manually). The previous version is lost forever,...

https://github.com/Stichting-MINIX-Research-Foundation/minix : check tags

Hi, using [Vera++](https://bitbucket.org/verateam/vera/wiki/Installation) to extract infos, I generate a XML file : `vera++ -c "out.xml" -r "%VERA_BIN%\..\lib\vera++" --profile default --show-rule -i "files_to_analyze.txt">"out.txt"` I get `out.xml` that look something like :...

**Bug description:** * `[` only works when on the last line with nothing behind it * `(` shouldn't add `)` if there is already one just after or at the...

bug :lady_beetle:
high :feelsgood:

**Enhancement / feature description:** Add `Graphviz` support. **Screenshots (with sketch), drawings, mocks, wireframes or diagrams:** (if available) ![graphviz](https://user-images.githubusercontent.com/23077417/199421710-6021f533-9c38-4368-9775-7e86d39152b9.svg) from ```graphviz digraph G { subgraph cluster_0 { style=filled; color=lightgrey; node [style=filled,color=white];...

:octocat: enhancement
medium :hurtrealbad:

**Enhancement / feature description:** Allow image resizing in markdown using `Pandoc` syntax : `![drawing](drawing.jpg){ width=50% }` **Screenshots (with sketch), drawings, mocks, wireframes or diagrams:** (if available) https://linuxpip.org/markdown-change-image-size/ https://stackoverflow.com/questions/59277536/how-do-i-resize-an-image-on-markdown https://stackoverflow.com/questions/14675913/changing-image-size-in-markdown/41169162#41169162

:octocat: enhancement
:rescue_worker_helmet: triage

Enaml app, using [@enamlx](https://github.com/frmdstryr/enamlx) as well, worked nice on Feb 20th 2023, but then 0.16.0 was published : ## Install ```bash pip install --no-cache-dir --upgrade pip pip install --no-cache-dir --upgrade...

This there a wait to do this "natively" from within `Enaml` : https://stackoverflow.com/questions/8218900/how-can-i-change-the-cursor-shape-with-pyqt

I'd like to have a kinda row/column view and populate each cell with graphical and interactive elements, not just text. Ideally it would have a top search field for each...