-
**Is your feature request related to a problem? Please describe.**
We have a lot of timedelta fields in our schemas and would like to take advantage of Pydantic's native handling of timedelta types…
-
### How can we help?
import 'package:flutter/material.dart';
import 'dart:async';
// import 'main.dart';
import '../configurations.dart';
class SplashScreen extends StatefulWidget {
const Sp…
-
**Describe the bug**
Filtering on the explore pages doesn't seem to be working.
**To Reproduce**
1. Go to Explore - Campaigns page
2. Click on the Causes filter
3. Deselect a cause e.g., Health
4. Yo…
-
In OpenQASM 3 there is a concept of a timing stretch:
https://openqasm.com/language/delays.html#duration-and-stretch-types
that are like delays which can grow to account for other timing constraints…
-
### Bug description
So currently I am using Nexus + Pal + Prisma + MySQL (MARIADB). I noticed some performance issues. I inserted 9561 entries in the user table and enabled the Prisma logs
`log: […
-
### Description
**What problem are you trying to solve?**
Our unit tests currently take ~11m to run
```
❯ ginkgo --json-report=report.json ./pkg/...
...
❯ cat report.json | jq -r '
[
…
-
It may occur that the items of an ItemCollection do not share all the property keys. An example:
```python
import pystac_client
import stac_geoparquet
catalog = pystac_client.Client.open(
"…
-
currently help command displays detailed information about configuration passed as arguments, but has zero information about adding default configuration to the config file and it's path
-
We use mypy to help prevent some runtime errors for passing the wrong types of objects around.
In a recent attempt to replace integer math with a timedelta duration, the change from an `int` to ` f…
-
Summary of discussions from https://github.com/tc39/proposal-temporal/issues/205 and https://github.com/tc39/proposal-temporal/issues/682.
From user feedback, it seems that the main use cases are i…