Jamie Smith

Results 15 issues of Jamie Smith

Apologies for the issues that were encountered with the first version of my PR (#664), turns out that this build system was supposed to operate in ways I wasn't aware...

enhancement

When a field in a schema is declared as `string`, the Python code generator outputs a function declaration like: ```python def MyField(self) -> Optional[str]: ``` However, [the underlying implementation](https://github.com/google/flatbuffers/blob/0cc525b722d241e453c775cd71a3359d5bfd625b/python/flatbuffers/table.py#L48) has...

We have been doing some testing with asn1tools, and ran into an odd bug. It appears that if you define a SEQUENCE OF field which is fixed length and greater...

It seems like, looking at the libusb async API docs, this function is the best way to solve the problem of "handle events only until a specific transfer is done."...

Hi, I've been using pylink on a couple boards and it's been working pretty well so far! However, today one of my boards got in a bad state where RTT...

I've been testing a chip that requires a [loader string](https://wiki.segger.com/J-Link_Multiple_Flashloader) as part of the device argument. For example, on the command line, I'd pass `-Device MIMXRT1062xxx5B?BankAddr=0x60000000&Loader=QSPI`. However, when I try...

help wanted
good first issue

I was seeing an error like this (anonymized): ``` CMake Error: File XXX/MyProject/SubmodulesInThisDir/.git/modules/SubmodulesInThisDir/Submodule/HEAD does not exist. CMake Error at SubmodulesInThisDir/Submodule/cmake/GetGitRevisionDescription.cmake:161 (configure_file): configure_file Problem configuring file ``` Finally tracked it down...

Seeing as xv6 is primarily used by students as a learning tool, it makes sense that it should support the IDEs and development tools that can provide students with the...

This fixes the error I was getting: ``` CMake Error in mirp/CMakeLists.txt: Imported target "mirp_imported_mpfr" includes non-existent path "/usr/lib/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted,...

**Prerequisites** - [X] I have checked latest main branch and the issue still exists. - [X] I did not see it is stated as known-issue in release notes. - [X]...