-
### Describe the problem
In Svelte 4, you can use this pattern to trigger side-effects:
```svelte
let num = 0;
let timesChanged = 0;
$: num, timesChanged++;
Num: {num}
Times cha…
-
We're trying to push a commit to the protected master-test branch with Github Actions after a pull request is merged (on push to master-test). I generated a personal token with appropriate access to …
-
ADV is for Authorized Data Vaults - where the storage provider has access to the data so they can re-encrypt it?
For example, in the ML use-case, the owner of a secure (Intel SGX) enclave in the cl…
-
**User Story**: As a user for the Library, I would like to be able to intuitively figure out what functions to call to perform what operations.
**Description**:
Consider the following Signing exampl…
-
Although the fact that HaTeX uses Haskell syntax already is a significant advantage for writing documents in it (as opposed to in LaTeX itself), “raw HaTeX” also has a few issues that keep bugging me:…
-
This project is apparently dead. At least none of my issues over the last months (#89, #87, #80, #77, #63) got handled. Also commit date of HEAD^3 is one year ago.
I dont want to just blame smdy, b…
-
Since h5py version 2.9.0 it has been possible to tweak the chunk cache parameter when opening a file, which is nice. However, this is done on a per-file basis. It sets the [H5P_SET_CACHE](https://port…
-
As @elliottslaughter asked, creating an issue to discuss the design and implementation of Regent support for the newly added compressed sparse instances in Legion and Realm.
-
Implement a finer-grained locking strategy (or preferably lock-free) to allow script to run in parallel with layout more than it currently does. cc @metajack
-
### Description
Current implementation only shares current project. It would be more useful if I could share the whole project so two persons can work on different files. Ideally jumping to the fil…