Seth Raymond

Results 5 issues of Seth Raymond

Type-hints for the Python Object API are incorrect for strings - the `_UnPack()` method does not convert bytes to strings. This PR introduces an optional flag (false by default) that...

python
c++
codegen

We currently use Google Photos on our Nest Hub and have it cycle through photos from multiple albums. It'd be great if this integration could support something similar. Something like...

*Found in Version*: `flatc version 24.12.23` *Steps to Reproduce*: 1. Build the following `.fbs` files: `inc.fbs`: ``` table Foo { bar:int; baz:float; } ``` `base.fbs`: ``` include "inc.fbs"; table Message...

**Steps to Reproduce** 1. Create the following flatbuffers files: `an_enum.fbs`: ``` enum AnEnum : int { FOO = 0, BAR = 1 } ``` `test.fbs` ``` include "an_enum.fbs"; table Test...

**Description** When attempting to run `lazygit` through the `telescope` plugin, I get an error in this plugin's code: ``` Error executing vim.schedule lua callback: Vim:jobstart(...,{term=true}) requires unmodified buffer stack traceback:...

bug