Leonardo Pereira Santos
Leonardo Pereira Santos
Sorry for the neophyte question, but I have a somewhat complex JSON schema structure where a top-level schema includes several other schemas, which in turn define new objects in their...
- [x] I have added an entry to `CHANGELOG.md` ## Summary of changes Fixes issue #54 Removed the `make_non_blocking` function. Refactored the `_get_responses_windows` method to use separate threads and queues...
**Describe the bug** The `IoManager._get_responses_windows()` method sometimes doesn't read the MI token. **To Reproduce** I'm using pygdbmi to drive `arm-none-eabi-gdb`. I'm issuing commands using [a token](https://ftp.gnu.org/old-gnu/Manuals/gdb/html_chapter/gdb_22.html#SEC220): ``` 0-gdb-set trace-commands on...
Hello there! I'm using sounddevice on Windows 10, having installed it with pip. ``` If you install the sounddevice module with pip on macOS or Windows, the PortAudio library (with...
Using the [`:ref:` role](https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-ref) with the [example alias](https://breathe.readthedocs.io/en/latest/directives.html#confval-breathe_doxygen_aliases) ``` breathe_doxygen_aliases = { 'rstref{1}': r'\verbatim embed:rst:inline :ref:`\1` \endverbatim' } ``` That works really well. I was trying to extend it to...
Hello All! I have a very simple layout file: ``` ``` The HTML output only shows the `First Chapter` and `Modules` entries, which is exactly what I want. However, in...
Context: I've spent the last week writing a code generation script that converts JSON schemas into Python dataclasses and C++ classes; and today I stumbled into your wonderful project! My...
**Describe the bug** References to other files don't work. I have a custom schema that uses file references like so: ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "file:Foo.schema.json", "title": "A schema file",...
Sorry for the neophyte question, but I'm getting my feet wet on REST APIs just now. I've been extremelly happy using xsdata to generate bindings for IEEE IPXACT 1685-2014 data....
I'm using [fff](https://github.com/meekrosoft/fff) to mock a call and I have a `std::vector` of expected arguments for the mocked function. The way fff works, I need a generator that works like...