Matt Aimonetti
Matt Aimonetti
Probably not a big deal but wanted to mention it ``` $ go get -u github.com/kidoman/embd/... # github.com/kidoman/embd/host/generic ../../../github.com/kidoman/embd/host/generic/interrupt.go:50: undefined: syscall.EpollCreate1 ../../../github.com/kidoman/embd/host/generic/interrupt.go:57: undefined: syscall.EpollEvent ../../../github.com/kidoman/embd/host/generic/interrupt.go:60: undefined: syscall.EpollWait ```
https://github.com/eaigner/jet/blob/ae59b2cccfe3fa2b9fea87ccc0fa3d8b7d89bd84/query.go#L72 In the case of a transaction, jet always creates a prepared statement but never deallocate them. It looks like postgres automatically clears prepared statement when the session is reset,...
I've been trying to write a shader that would use 2 samplers, one coming from the current video frame I'm using as a base, and one from a previous frame....
https://sites.google.com/site/musicgapi/technical-documents/wav-file-format#smpl we should support the cue chunk
Currently the decoding of the sampler information is working, but we we don't have the encoder part.
This discussion is a follow up from [this initial proposal](https://github.com/golang/go/issues/18497). The 2 main arguments that were raised are: * Is this API appropriate for real time usage (especially in regards...