Henry Gomersall

Results 12 issues of Henry Gomersall

It just occurred to me that I wrote a pure python unencumbered implementation of the DT-CWT which might fit into this toolbox [here](https://github.com/hgomersall/pyDTCWT). It's written mostly for algorithmic understanding, not...

enhancement

Some serde Deserializers can do zero-copy &[u8] -> &[u8] conversion. This is obviously quite useful. Unfortunately, there seems currently not to be a way in which a deserializer can zero...

Firstly, this app is fantastic and is _almost_ perfect for my usage. Currently it is possible to have the behaviour be either show apps in this workspace or show apps...

At risk of abusing the issues system, I'm curious to know what the current status is of this driver. I too would very much like to have such a device...

`EnumIter` seems to iterate in the expected order (i.e. the order of the variants). Is this guaranteed behaviour? If so, can this be written in the docs?

Ordinarily in Linux, highlighting some text copies the text into the primary buffer which can be pasted with middle click. This does not seem to happen with Goneovim. Though it...

If one wishes to have the enum variant documented in the library documentation (i.e. from `cargo doc`) as well as having nice run-time error messages, my understanding from the documentation...

There appears to be a regression between 3.1.5 and 3.1.6 that manifests itself in my code in the first instance as calls to `glActiveTexture` taking a long time to return....

It looks to me like kratos and MyHDL languages are pretty similar in both approach and implementation. It would be wonderful if there was some collaboration to try and work...

This WIP passes `cargo check` ok, but I can't get the trait bounds right for it to be actually useable. The problem I'm seeing appears to be `Debug` isn't implemented...