-
Related to #60.
When replaying a URI-M whose header and payload are accessed through another node via IPFS, the header and payload will eventually get garbage collected from the local system per ht…
-
ref https://github.com/moby/buildkit/issues/1337
ref https://github.com/moby/buildkit/pull/3960
```protobuf
message ExecOp {
Meta meta = 1;
repeated Mount mounts = 2;
NetMode network = 3…
-
Basically, we would like to mimic code like `entry f(v: &vector)`, but without using `vector` (which cannot contain references). The inability to do this makes it hard to do batch operations on object…
-
Hi,
If there's time on Iridis, it'd be great if the tip of the `kill_obj_numbering` branch could be evaluated, specifically 6991aac2 as I might do more work.
That branch originally started as me…
-
I have several examples from the Library Search Committee of title searches (mostly of short, exact titles) that are producing unsatisfactory results. I'd like to have a discussion with the developers…
-
-
### Pitch
Instance-bound (I'm assuming federation-wide implementation would be extremely difficult) shared user lists primarily associated with the creator's account. A rudimentary administrative pri…
-
Hi,
I'm working on using Tangram with my snRNA-seq data with MERFISH. How do I visualize the cell types in space ? I've tried using `tg.plot_cell_annotation_sc` but that does not work for MERFISH. …
-
Hi,
I have a human genome that has a ~28 Mbp inverted duplication (invdup) on one of the haplotypes. This invdup region exists 3 times in the genome: once on the paternal chromosome, twice on the m…
-
It can be done by moving pages to / and articels to /blog
Here is a example configuration.
```
ARTICLE_DIR = 'blog'
ARTICLE_URL = 'blog/{slug}.html'
ARTICLE_SAVE_AS = 'blog/{slug}.html'
PAGE_DIR = …