-
```python
import numpy as np
import pandas as pd
ms = np.datetime64(1, "ms")
us = np.datetime64(1000, "us")
left = pd.Index([ms], dtype=object)
right = pd.Index([us], dtype=object)
assert…
-
I need to be able to publish a new document type that does not have a "document number" but is an ISO product that is a collection of ISO 10303 documents. The title page is a bit different it looks l…
-
**Is your feature request related to a problem? Please describe.**
I recently tried creating fetching a repo with [`sha256`][1] commits (created in [forgejo][2]) and was surprised to see it didn't wo…
-
Hi, I've been getting this error when I enter the Dictionary section in the admin, it used to work fine.
I tried meteor reset: nothing. I think I did a update of this package some weeks ago.
I also n…
tomyo updated
8 years ago
-
```
"ERROR: L10N: trans_file was passed a hash (object) instead of a string in issue 1202, include.contents"
"ERROR: L10N: trans_file was passed a hash (object) instead of a string in issue 1117, in…
-
Perhaps a heuristic to inline `array_apply` / `array_update` / `array_length` when we know the specific array type (reference vs primitive) could do better.
```scala
@inline final def hashArray[…
-
## Notes to self from 20 Feb. 2022
https://stackoverflow.com/questions/7666509/hash-function-for-string#45641002
Write unordered_map or hash_table "class" for C!
Have it support multiple obj…
-
The application was working and now it's not working. This is the error:
`TypeError: MaterializeModal.$modal.openModal is not a function
at Blaze.TemplateInstance. (modal.coffee:63)
at b…
ghost updated
5 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
ShapeAppearance does not handle emissive color per face correctly. The emissive color of t…
-
This is a **feature request**
## Problem
Feature that is useful for application developers is to know if message was actually seen and/or stored by the network.
## Proposed Solutions
We…