-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Con…
-
It seems like updating our manifest version to V3 might solve a couple different issues with one stone. @chunyuema mentioned to me earlier that it might be the case that updating to V3 will resolve so…
-
JSON is such a common interchange format it might make sense to define it as a specific type.
``` python3
JSON = t.Union[str, int, float, bool, None, t.Mapping[str, 'JSON'], t.List['JSON']]
```
Not …
-
Will this library offer R and Python integration? Where is it on the roadmap? What kind of data transfer library/format will it use, Apache arrow? Something else?
It is important for solution archi…
-
So as the title here suggest I'm trying to make some of the vanilla ores glow(particularly diamond, redstone, and emerald) in the modpack I'm making using the [Connected Textures Mod](https://www.cur…
-
**Is your feature request related to a problem? Please describe.**
Most datasets I deal with are XML or JSON based. In contrast to tabular data, "cells" can be nested, possibly with a key.
Preproce…
-
-
Hi,
thanks for this awesome project.
I wonder why you choose to read and write instead of actual copying the file.
The latter would copy file permissions as well (which is what I need)
I'm happy…
-
Hi,
I recently encountered an issue on running Cromwell jobs on AWS Batch. In brief, all of my testing WDL jobs failed with the following error message:
```
2021-09-23…
-
- [yes] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
As an e…