-
I'm having a lot of trouble figuring out how to write a Spectrum1D object to a file. A few of my questions:
- What file types are supported? FITS, ASDF?
- How do I also make sure the header data i…
kelle updated
5 months ago
-
Currently it's a bit strange that HelloZeroNet is a user with all the repositories in that account.
To get more contributors on board and showcase the project better, it would be good to transform …
-
I'm a package user, not a developer so I apologize in advance if I am missing something obvious in the API descriptions.
**My use case:**
I'm consuming output of some data engineers to produce agg…
-
It appears to not be possible to make `/.well-known/security.txt` redirect to https://vdp.cabinetoffice.gov.uk/.well-known/security.txt in line with https://gds-way.cloudapps.digital/standards/vulnera…
-
The current master implementation [elides records](https://github.com/golang/go/blob/ee457118cd7b11264719647fa6f7422bac2a4431/src/archive/tar/reader.go#L117-L121), for example pax `x` typeflag records…
wking updated
4 months ago
-
Hi all,
I am wondering why `MicroPython` have so many inconsistencies with standard `CPython` ?
Do you plan to make it fully compatible with `CPython` ?
We need it because it split ecosystem…
-
The "default" keyword is one of the most misused & abused annotation keywords due to consequences of how JSON Schema works.
It is frequently assumed that if a property in an instance document is mi…
-
I think jacks should get a dynamic registering structure like I explained for Frames in #65.
Furthermore it would make sense to be able to make Jacks read or write only. For example a tls-jack will o…
-
Relates: https://github.com/elastic/docs-builder/issues/32
The `{toctree}` directive is not a Myst native directive it comes from Sphinx.
Currently this repository includes the sample documentation…
-
I want to be able to do RAG with a set of local files or even my whole filesystem. As a proof of concept, let's try giving FreeChat a long term memory by doing context retrieval from all past messages…