Susanne Oberhauser-Hirschoff

Results 13 issues of Susanne Oberhauser-Hirschoff

This is so cool:-) Have you considered adding a finger stop? With a callback to add haptic feedback when it is reached?

As an architect or requirements engineer tracing third party artifacts I want to specify a range of lines in other files and I want to be able to "freeze" these...

feature

Hi, I've spent quite some time thinking footnotes don't work until I realized the _colon_ `:` is really important :-D (footnote anchor docs)[https://github.com/mattcone/markdown-guide/blob/92783240a94f29caafbdc31a75b3b97f563cde3a/_extended-syntax/footnotes.md?plain=1#L14] maybe emphasize "with a colon" `:` visually,...

## Expected Behavior When I edit a nested code block using `markdown-edit-code-block` and I reindent it in the edit-indirect buffer, it's indentation should be preserved when I commit the edit...

Hi, when I tried to figure which file extensions are known to pandoc, I had to resort to checking the source directory. It would be lovely to reveal this mapping...

Hi, I'm trying to wrap my head around how to make [appinfo from xml schema](https://www.w3.org/TR/xmlschema11-1/#element-appinfo) accessible in the generated python classes? can I somehow derive from the provided generators? if...

it seems they also have [packaging request option for github hosted projects](https://learn.microsoft.com/en-us/windows/package-manager/package/) but I'm no expert on packaging, just a humble winget user.

Hi, have you considered adding [AsciiDoc links](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#links) and [AsciiDoc images](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#images) https://github.com/kiichi/QuickCopyTitleAndURL/blob/b38e3442da5519aab6a27d62a4783cf4100dd9b0/src/common.js#L65-L67 or would you accept a pull request?

### Is your feature request related to a problem: It's well documented that WSLg desktop integration is only partial, for example [snapping doesn't work yet](#727 ), [clipboard interaction is buggy](https://github.com/search?q=repo%3Amicrosoft%2Fwslg+clipboard&type=issues)...

enhancement

Hi, I'm generating .py stubs for jpype itself, using mypy stubgen, like so: ```python3 import jpype jpype.startJVM() from mypy import stubgen options = stubgen.parse_options("--inspect-mode --include-private --verbose -m _jpype".split()) stubgen.generate_stubs(options) ```...