godefv
godefv
I run into the error "Invalid label 0". I assume it is from the function `Alphabet::DecodeSingle()` in the file `native_client/alphabet.cc`. I don't know why I am running into this error...
It would be nice to have the same syntax as the ranges TS. For example, instead of ``` boost::hana::fold( boost::hana::transform( boost::hana::values(map) ,func) ,boost::hana::union_) ``` I would write ``` map|boost::hana::values |boost::hana::transform(func)...
I am on Arch linux, and the build fails with undefined references to `libxml2` symbols used by `libfbxsdk.so`. According to [this post](https://forums.autodesk.com/t5/fbx-forum/linking-fbxsdk-2019-2-with-libxml2/td-p/8993807), a build linking to `libfbxsdk.so` should first link...
Hello, I am training from scratch using custom data. The Hifi-GAN part has converged relatively quickly, and the generated samples in the evaluation tensorboard sound really good. However, the inference...
It seems that xpath predicates are not supported (or at least not streamed). For exemple, `/a[1]` do not quickly output the first ``.
It seems that attributes are not supported. For instance, `/a` do not match ``.
`pos` is already in local coordinates, so the `- getPos().y` in the offset is a bug. Then, `sectionHeight` is not rounded in the `draw()` function, so it should not be...
The VIEW_SOURCES variable in `proj/cmake/Cinder-ViewConfig.cmake` needs to be updated.
According to issue #33, here is a proof of concept of pipeline reduction by value. Only `pipes::fork` and the new `pipes::to_` are currently returning pipelines, but it is very easy...
I am using the UK extended keyboard layout. So, for example, typing ` then a writes à, typing AltGr+6 then a writes â. I am also using the compose key....