Florent Bécart

Results 18 issues of Florent Bécart

I was very pleased to see that schemars already includes code comments in the generated schemas. I mainly use schemars to improve the IDE experience, so this is really great....

## Setup ### Versions - **diesel: 1.4.8** - **diesel_migrations: 1.4.0** - **migrations_macros: 1.4.2** ## Problem Description I use the `embed_migrations!` to generate a binary to run Diesel migrations. Cargo will...

bug

Following the instructions in `README.md`, the following step failed on my machine: ```bash cargo build --target=wasm32-unknown-emscripten --release ``` I had to add the target (once again) to make it work:...

Hi, I have an issue specific to the fact that I use [Lerna](https://lernajs.io/). Here is an extract of my root `build.gradle`: ```groovy buildscript { repositories { jcenter() } } node...

Right now, the build cache is invalidated if the inputs or the outputs of the target changed. However, if the target itself is updated (for instance, its command, defined in...

bug
good first issue

It could be useful to restart all services in case a keyboard shortcut is pressed (for instance, "R" for reload).

At the moment, Žinoma initializes file watchers as it initializes target actors. The creation of watchers could be delayed until a target is executed for the first time. This would...

bug
performance

At the moment, all logs are printed as they come, without indicating their origin. This becomes messy when multiple targets run simultaneously, as their logs get mixed. It would be...

Žinoma already makes it possible to set services as dependencies for other targets. This can be useful if, for instance, some integration tests require a database to be set up...

feature

Žinoma makes it possible to define services and use them as dependencies of other targets. At the moment, a service is specified as a script to run. That script will...

feature