Nils Blum-Oeste

Results 13 comments of Nils Blum-Oeste

Thanks for providing the valuable plugin! The current implementation is also not playing well with Streamlits columns due to the fixed width of the component. Please see how the native...

There is mp3 and wav export in https://github.com/oakes/edna, which is based on alda: https://github.com/oakes/edna/blob/ceb9ebd9b2d05169e008793a57b5bca64603cbb7/src/edna/core.clj#L201

Thanks for looking into this! Does your first bullet point indicate that kedro should be able to handle params in the catalog? I didn't have luck with this yet: ```yml...

Ah, I was already planning on doing that next. Thought it would have been useful to run this first though and now this seems to be the final missing step....

I agree On October 4, 2016 9:10:38 PM GMT+02:00, Alex Miller [email protected] wrote: > We are in the midst of the process of (finally) moving core.matrix into > the Clojure...

Thanks for providing this cookiecutter template! Should requirements get installed into the correct conda environment when doing this? ``` make create_environment conda activate my-env make requirements ``` It seems like...

Oh, it seems like I had `pyenv` activated in addition to `conda` and that messed it up. Works after getting rid of `pyenv`. 👍

Until we get a way to serialise frozendict, is there a simple way to turn the frozendict into a normal dict? This would be a workaround for the problem at...

An unfreeze function can be found in this open PR: https://github.com/slezica/python-frozendict/pull/20/files

Here is the project I am encountering this issue. adding timer: https://github.com/nblumoe/viking-village-vandalism/blob/7da07fd81c3aa566a799c03b7a6812069529324b//desktop/src-common/viking_village_vandalism/core.clj#L109 (this gets trigger `on-show` https://github.com/nblumoe/viking-village-vandalism/blob/7da07fd81c3aa566a799c03b7a6812069529324b//desktop/src-common/viking_village_vandalism/core.clj#L83) `on-timer` handler: https://github.com/nblumoe/viking-village-vandalism/blob/7da07fd81c3aa566a799c03b7a6812069529324b//desktop/src-common/viking_village_vandalism/core.clj#L163 function call to reset the screens: https://github.com/nblumoe/viking-village-vandalism/blob/7da07fd81c3aa566a799c03b7a6812069529324b//desktop/src-common/viking_village_vandalism/core.clj#L265