Bruno Afonso
Bruno Afonso
how is song.name read from itunes xml? itunes has utf-8 encoding, is the file being parsed as utf-8?
I can access the shared folder after "Add to My Drive" and copy from it but I cannot write to it. I can create folder and write using the web...
Hi dirkleas, does the same happen with you use the MiditoCv module? They should act very similarly... a stack trace would help but I'm not sure I understand exactly what...
There's some new updates to midi and seems like there are still some glitches. I'm guessing the problem is the underlying midi library Rack uses.
gist [here](https://gist.github.com/bafonso/2ea72ca3e03e0f2d249591437347563c) Hi, I'd like to help to get the istft implemented in DSP. I am trying to bring back MusicProcessing and I need a working istft and I see...
I have not extensively tested this approach but this seems to work if you are proxying with stage link (ie, /prod) and custom domain mapped to a path. ```python @app.middleware("http")...
I am curious about your findings... I have found when I train I only use roughly ~50-70% of my 1070 according to nvidia-smi. This is using a tensorflow docker with...
It would be really nice to have support for Single table design for DynamoDB at hash level, without using additional columns (like [typedorm](https://github.com/typedorm/typedorm)) . I believe this is how most...
> @bafonso what do you mean by "at hash level"? Sorry my terminology is not very accurate. I basically meant support for prefixing keys with type, ie USER#, PRODUCT# etc
I'm having a related issue with an email too. Interestingly enough, I can load the email using python's native email reader. Error is triggered in the same place: ```python 444...