Björn Harrtell

Results 63 issues of Björn Harrtell

* Upgraded dependencies * Native module resolution (removal of esm dependency) * Improved TS typing WIP, should be rebased after https://github.com/google/flatbuffers/pull/7396 is merged.

python
c++
javascript
typescript
codegen
json

TextEncoder and TextDecoder are well supported these days, see https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder#browser_compatibility and https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder#browser_compatibility.

typescript

* allows to run code generation and/or typescript tests without ending up with modified or untracked content * harmonizes code generation check and typescript tests to generate the same content

python
javascript
typescript

Rationale that it would allow for random access to compressed data. ~~Looks like zx is the only mainstream format that has random access built into the standard. I previously thought...

enhancement

I think the operations from this list that are predicates would be relevant to support as filter operators: https://docs.microsoft.com/en-us/ef/core/modeling/spatial Most relevant are probably the ones that are supported by all...

enhancement
help wanted

I believe I have narrowed down the problem with #210 further. It appears to happen only for buffers with size. I've made new doublevec_test with a very minimal schema and...

Another even more simple reproduction for #210.

I belive I have narrowed down issue #210 to be related to double vectors only ~~and only on tables inside other tables~~. This minimal addition to monster_test demonstrates it. Update:...

I'm unable to find this case exercised in the monster_test suite and I'm unsure about what is the correct way to use the API. I've tried these two variants: ```c...