Herman Bergwerf

Results 44 comments of Herman Bergwerf

The `gomobile` OpenAL binding expects bytes where 16bit data is divided over two bytes. See: https://pkg.go.dev/golang.org/x/[email protected]/exp/audio/al?tab=doc#Buffer.BufferData For my 16bit data I used this ad-hoc solution: ``` byteBuffer := make([]byte, len(intBuffer.Data)*2)...

I was also unable to build the documentation. This is the output I got: https://pastebin.com/Dsxb7Btx All errors in THREE and ngl.

I can confirm that updating `typedoc` to the latest version and adding `allowSyntheticDefaultImports` (to import `@types/promise-polyfill/index`) to the tsconfig indeed fixes documentation generation. I can create a PR with just...

There is also https://github.com/arose/ngl/pull/726 but that doesn't cover typedoc.

@arose Mol* looks very cool! I'll send you a separate email with some more comments on that :)

I need this feature as well. I have a couple of files that are a few gigabytes that contain a bunch of focal planes, I think I can share them...

@tt-leader if you want to automate this kind of task right now you can use https://www.imnc.in2p3.fr/pagesperso/deroulers/software/ndpitools/ (which is what I used). Someone even made a nice python wrapper for the...

This is content for a separate issue, but a more severe issue is actually that the only way to read returned arrays and records seems to be using ad hoc...

I might have a look. Do you have a good documentation source of the binary PostgreSQL protocol? Earlier you also mentioned this: 1. Add to PostgreSQLDataType enum 2. Add type...