-
## Current Behavior
```
.example {
margin: 1rem;
margin-top: 0;
}
```
converts to:
```
.example {
@apply mt-0 m-4;
}
```
(it currently puts mt-0 always before m-4, no matter the…
guivr updated
1 month ago
-
Here's the usecase:
```
def decrypt_secret(value):
return ...
@attrs.frozen
class Settings:
user: str
pwd: str = attrs.field(converter=decrypt_secret)
sett = Settings(user="n…
-
### Description
Converting a JSON file that contains a number in a string field like this example:
```
{
"version": "1.0"
}
```
will produce YAML output that changes the type of the strin…
-
I'm using Metabase 0.31.2 (Docker + H2) pointed at PostgreSQL 10. It's really nice to use, thanks!
When downloading question results as JSON, [array-typed columns](https://www.postgresql.org/docs/c…
-
**Is your feature request related to a problem? Please describe.**
We often encounter "branching ratios" in disease forecasting. They are used to model infection into symptomatic/asymptomatic states …
-
**Describe the bug**
When running activities.ipynb, I noticed that the Pace value is displaying a `per mile` pace, but the rest of the DB is metric, See attached imaged.
![image](https://github.co…
-
## Checklist
- [ ] I'm reporting a broken site support issue
- [x] I've verified that I'm running youtube-dl version **2021.06.06**
- [x] I've checked that all provided URLs are alive a…
-
### Details
Integers stored in a table, upon converting to JSON become floats.
This is, to my knowledge not normal behavior and is causing numerous issues when sending JSON payloads to a server t…
-
### Issue Type
Others
### Modules Involved
MPC protocol
### Have you reproduced the bug with SPU HEAD?
No
### Have you searched existing issues?
Yes
### SPU Version
none
### OS Platform and …
-
**[James Clark](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesclark92)** opened **[DATAJDBC-379](https://jira.spring.io/browse/DATAJDBC-379?redirect=false)** and commented
We should add th…