-
## Problem
I want to rename a column in production but, of course, I want to avoid the exclusive lock that 'RENAME COLUMN` takes
My strategy is
```
1. mark old column as deprecated
2. add new …
mofax updated
2 weeks ago
-
It seems the issue doesn't occur if you pass a decimal after the seconds, for milliseconds
This input:
hasPointInTime: "2022-02-20T01:30:15.01-08:00"
Became this:
hasPointInTime: "2022-02-20T0…
-
**Checklist**
- [x] I updated the card to the latest version available
- [x] I cleared the cache of my browser
- [x] I verified that I'm really running the lastest version in my browser console
- …
-
This bug is unique to the mysql2 npm package - it does not happen with the mysql npm package.
I have a db schema which declares a column as a DOUBLE; mysql docs say this is an eight byte floating p…
-
This is inspired by GitHub and other systems like BitBucket. When you open a directory window, if there is a README.md (markdown) or README (plain text) then put its contents below the list of files i…
-
Check the fiddle below and:
1. Set the data to "R$500.00"
2. Click the button that simulates saving and retrieval of the unmasked value
What happens:
The mask is set as "R$ 5.00"
What is expected:
T…
-
Hi,
First of all, thanks for this awesome package !
However, I am having issues customizing the tooltip when making stacked barcharts.
From the example given in the vignette:
```R
library(ggp…
-
Here:
https://projectfluent.org/fluent/guide/selectors.html
> If the translation requires a number to be formatted in a particular non-default manner, the selector should use the same formatting…
-
Converting [`oklab(0 0 0)`](https://colorjs.io/apps/convert/?color=oklab(0%200%200)&precision=6) to ACEScc returns `color(acescc -0.3584 -0.3584 -0.3584)` which it says has been gamut mapped. The un-g…
-
### Bug description
When I run `prisma migrate dev` to create an apply a new migration for e.g. adding new field, the generated SQL every time contains `DROP CONSTRAINT` and `ADD FOREIGN KEY` stateme…