Olivier Louvignes

Results 40 issues of Olivier Louvignes

Enables proper typing of form values through the use of generics. Probably can be improved, but should be a good start. The code used a unique `Store` type while we...

After playing/hacking `ied`, I really think the project could/should be more widely known and used. I think there are a couple of things that could help: - [ ] Have...

I've rebuild https://github.com/PaulStoffregen/teensy_loader_cli with `libusb-compat` from homebrew and the soft reboot is working on OSX. For now I manually replace the `teensy_loader_cli` with my version. Maybe it should be the...

Does ciao implements an equivalent of bonjour-hap browsing of services? eg. ```js bonjour.find({ type: 'http' }, function (service) { console.log('Found an HTTP server:', service) }) ``` Also the docs link...

enhancement
long running

Not sure it is an actual bug but trying kpt on a M1 Macbook and following the quickstart guide, I get an error when reaching the [Declaratively Defining Edits](https://kpt.dev/book/01-getting-started/02-quickstart?id=declaratively-defining-edits) part:...

question

Great lib! Tried to minify it using latest `[email protected]` but it stops on the `let` & `const` var declaration. Can I replace them with `var` or would something break?

Just cloned your project, `bower i`, `npm i` and `gulp` and I get: ``` [15:46:32] Starting 'compile-ts'... src/webapp/app/bootstrap.ts(7,33): error TS2307: Cannot find external module 'angular2/router'. src/webapp/app/common/formInjectables.ts(3,27): error TS2307: Cannot find...

Would it be possible to flash it on the MKS Robin Nano v1.2 coming inside an Flsun Q5? Looks like it has a dumb (no IC) TFT24 attached.

### Description I currently print a lot via USB, and the screen does not update when I start the print (pretty normal). Is there any GCODE I could add to...

Encountered a broken link while reading the docs.