-
```python
import astropy.units as u
from astropy.table import QTable
t = QTable({"a": u.Quantity([0], unit="m")})
t.add_index(["a"])
t.loc[t["a"][0]]
```
fails with
```python-traceback
Trac…
-
**Is your feature request related to a problem? Please describe.**
The current behavior of pg_timetable supports non-cron syntax like `@after`. However, when implementing interval chains, I noticed t…
radim updated
21 hours ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Imagine the following custom configuration:
```ts
process.env.CUSTOM_FEATURE_ENABLED = 'tru…
-
I'm reopening here an [issue that I reported at the time under the akka repo](https://github.com/akka/akka/issues/31095).
We had a case where an issue on a single node lead to the whole akka-cluste…
-
Using GMLAS toolbox plugin : v1.2.0-rc7
Trying to enrich a DB content with 2 instances that follow the same model (here GroundWaterML2 spec))
1°/ http://ressource.brgm-rec.fr/data/EntiteHydroGeo…
-
One of the major issues that will be coming up for nbconvert is fixing how we autogenerate anchor ids (to follow, more or less, pandoc's standard). This requires changing what counts as a header id an…
-
In a 10.5 server, enable file locking. This can be done with the following occ command:
`occ config:app:set files enable_lock_file_action --value yes`
Then, files in web UI will have a lock opti…
-
### Is your feature request related to a problem? Please describe.
Sometimes model validation will throw an exception and fail for a fairly innocuous change, such as adding a new value to an enum i…
rc65 updated
2 months ago
-
## Background
One can use the same port both listening for incoming connections and dialing outgoing connections. This is controlled via the `SO_REUSEPORT` socket option.
Port reuse is necessary…
-
One of the key behaviour of a coordinated omission free load generator is to always consider as start time the so-called "intended" one, in order to properly account for coordination omission.
http…