-
Currently all of the AEAD implementations do two passes over the plaintext/ciphertext when encrypting/decrypting respectively: for encryption, they encrypt the plaintext in the first pass, and authent…
-
I've noticed that coords change while zooming. Note I'm using options that should ensure no such changes...
```
doubleClickZoom: 'center',
scrollWheelZoom: 'center',
touchZoom: 'center',
```
T…
-
## Problem
One of the uses of 'readonly' fields is in defining immutable types, types that once constructed cannot be visibly changed in any way. Such types often require significant diligence to im…
-
Reporting this on behalf of Sinah who will be implementing a kludge to make this possible. I suggest doing this in a fork as it may not be needed generally, however this has uses for telescopes other …
-
Hi,
this is more of a feature/support-request than a bug-report and I apologize if it is not appropriate for this format:
I am currently in the process of developing a Python/Tkinter as a user i…
-
-
hi!
thx for this project, it has been very helpful for scaffolding my projects :pray:
I am wondering if it's possible to target wasm using this project, perhaps via `makePackageSet*`.
I have …
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 22.04
Kernel Version | 5.15.0-30-generic
Architecture | x86_64
OpenZFS Version | zfs-2…
-
### Describe the feature would like to see added to OpenZFS
I would like to see a new command, or possibly an option added to `zfs scrub` that allows records to be transferred/copied onto `special`…
-
If a large array is sliced, and pickled, it seems the full buffer is serialized, this leads to excessive memory usage and data transfer when using multiprocessing or dask.
```java
>>> import pyarr…