Susanne Oberhauser-Hirschoff

Results 20 comments of Susanne Oberhauser-Hirschoff

You could use the open build server to build rpm and Deb packages and docker images. https://openbuildservice.org/2018/05/09/container-building-and-distribution/

> 1. You'd like to reference 3rd party artifacts that do not follow OFT's specification item definition. > 2. Between two trace runs you'd like to get informed if anything...

> In my understanding you should not "trace" code, but rather _documents_. > Source code in my eyes should rather be the leafs of a tracing hierarchy. I see. Hm....

I just stumbled upon this inline variant of qsort in C: https://www.corpit.ru/mjt/qsort.html

Whichever the response would be, 622 has been superseded by [635 motivation and rationale] (https://github.com/python/peps/blob/master/pep-0635.rst) and it's two companions [634 specification](https://github.com/python/peps/blob/master/pep-0634.rst) and [636 tutorial](https://github.com/python/peps/blob/master/pep-0636.rst).

proposed fix: preserve the relevant buffer-local settings, see ===>> and indentation 0) ;; un-indent in edit-indirect buffer (with-current-buffer indirect-buf (setq indent-tabs-mode original-indent-tabs-mode) ;;;

here is some badly indented markdown ~~~ gfm # abcdefg * How does it work? * Design rationales * ... * Architecture patterns * monolith, embedding python, C++, Java in...

I see the point of "which variables to move over"?. And I can use the hook, of course. for the time being would you advise to use this stanza to...

Hi, the melpa version (20221206.113) doesn't have this fix and breaks with the current melpa magit closql package.

I'm aware appinfo can be "anything". my proposal would be to move it to the [metadata dict](https://docs.python.org/3/library/dataclasses.html#dataclasses.field) of the generated dataclass field, or the nested [class Meta](https://github.com/tefra/xsdata/blob/dac0b81a7a09f819edce2dd0c1b83350bb43820b/xsdata/formats/dataclass/templates/class.jinja2#L20), as appropriate. in...