Tuomas Jaakola

Results 18 comments of Tuomas Jaakola

Thanks for quick answer, now got it installed! bamboo loadconfig does not seem to be valid command anymore? And createapp gives this error: ``` $ bamboo createapp foo cp: cannot...

This might be interesting: [Live demo of pitch detecting](https://alesgenova.github.io/pitch-detection-app/) There is a good article about how to implement it: https://www.toptal.com/webassembly/webassembly-rust-tutorial-web-audio Out of curiosity, what is the difference between McLeod pitch...

You can try McLeod demo from the link I posted. :)

I started a new open source project [Vocalous](https://vocalous.org) [(source)](https://github.com/vocalous/app) based on that demo code. It honors Performous with its name but it's not intended to be HTML5 port of Performous....

@johanleroch Are you planning to publish your fixed fork with different npm name?

Do you have `implementation 'com.facebook.fresco:webpsupport:2.5.0'` in your `android/app/build.gradle` as mentioned in the docs: https://reactnative.dev/docs/image#gif-and-webp-support-on-android ?

Same problem appeared when I upgraded Mapnik from 2.0.0 to 3.0.4. In the attached image the paper should have white background, not blue. Image is converted from created PDF. ![sea_background](https://cloud.githubusercontent.com/assets/490260/9508606/9d8b4f9a-4c5f-11e5-9c7f-6fce1332f9a9.jpg)

It is easy to test with this change in python-mapnik: ``` diff --git a/test/python_tests/cairo_test.py b/test/python_tests/cairo_test.py index c6c25a3..0751c48 100644 --- a/test/python_tests/cairo_test.py +++ b/test/python_tests/cairo_test.py @@ -118,7 +118,7 @@ if mapnik.has_pycairo(): m =...