Guillaume Marcoux
Guillaume Marcoux
Is it possible to run a build and tag it with multiple tags? The use case would be to use `extract-git-tag: true` while also updating a `latest` tag up to...
For a quick test, simply set `data-step="2"`, set the value to `5`, and try to decrement : expected `3`, got `2`. You can also do this test in your live...
The `on:introstart`, `on:outrostart`, `on:introend` and `on:outroend` events from the `NavigationDrawer` do not get executed properly because they aren't getting added / removed from the DOM. The only event that 'works'...
Goal : create a migration from an existing database (MySQL) * Database where migration is being created from : `mysqlnd 5.0.12-dev - 20150407` using `phpMyAdmin`. `PHP version: 7.1.9` Indexes looks...
First of all, thanks a lot for this useful utility, I just recently switched pc that had model-specific software to switch to custom power plans automatically (*what you app is...
### Description The new feature in 1.30.0 to auto request media needs to be enabled in the User Settings of each individual users. While the users can do it themselves,...
### Describe the bug When using the `typesOutputPath` option, the package generates a file containing a Record of (abstracted for this issue) `type KeyMap = Record` which in itself is...
## 📑 Description This PR fixes a visual issue with how `Dropdown`s render their hovered items : with the default `py-1`, the hovered item exits the boundary of the rounded...
Currently, the only way to use this tool is through the CLI. While I love your package and I find it great, I would love for my prisma schema file...
The Prisma formatter does not only format the schema file, but also does maintenance work on it, such as adding missing relations maps to models that specifies relations. Currently, if...