Emmanuel Geoffray
Emmanuel Geoffray
This adds the option to use fonts outside of Google, as described in [#17](https://github.com/samuelmeuli/font-picker/issues/17) It needs some changes on `font-manager`. I am doing a pull request there too.
The issue happens when you call setActiveFont dynamically. When called dynamically, the dropdown button renders with the previously selected font by mouse click.
Hello, I love janus and use it on all the computers in my hands. But on the raspberry pi, it is a bit slow to opens. Something like 3 seconds....
Hi, First of all, thank you for this component. It works great and I love using it. I acutally use it for user to enter multiple emails in an input,...
I think it would be super useful if the user would be warned if he enters a wrong password in the "Configure Wifi Client" section. I would be glad to...
I tried ``` import type { CanvasRenderingContext2D } from 'jest-canvas-mock' ``` and ``` import type { CanvasRenderingContext2D } from 'jest-canvas-mock/types' ``` but CanvasRenderingContext2D is not an exported member. I've also...
Hey there, Is it working for other sizes than 640x480? I'm trying the size mentioned [here](http://picamera.readthedocs.org/en/release-1.10/fov.html#camera-modes) but i get glitchy images i'm on raspberry pi2 Thanks for your feedback, Emmanuel
I have faced this issue in pre-production: users have a white page and an error in console `Failed to load module script: Expected a JavaScript module script but the server...
Good morning! Running $ cpulimit -l 240 python myscript.py on a quad-core debian with the master branch at this date After 20 minutes, I get: ``` cpulimit: process_group.c:203: update_process_group: Assertion...
Hello, Do you have an example of texture mapping? I'm trying to do that but I'm having some difficulties... Thank you! Emmanuel