clemisch
clemisch
I have the app configured with passcode lock and FaceID. When using it for autofill in Safari, the lock prompt quickly appears, disappears and autofill+login is executed. However, there **seems...
## Description of the problem or steps to reproduce I want to bind `Ctrl-Enter` to `EndOfLine,InsertNewline` mimicking Sublime Text behavior. The press of `Enter` is seems to be captured by...
Dear `jax` team, I'm struggling with installing `jax` with GPU support. I'm running Ubuntu 18.04 with CUDA 10.0 and CUDNN 7.6.1. The GPU is a Quadro K4000 with 410.48 drivers...
Dear jax team, I'd like to use jax alongside other tools running on GPU in the same pipeline. Is there a possibility to "encapsulate" the usage of jax/XLA so that...
I installed the Linux binary via ``` $ curl -sf https://gobinaries.com/augmentable-dev/tickgit/cmd/tickgit | sh ``` When I run `tickgit` in a directory which is not a git repo, I correctly get...
Please add the required Python version to the setup, such that ```bash python3 -m pip install fabio ``` on Python 3.5 installs `fabio==0.10.2` instead of the newest version. Because of...
Concerning https://github.com/mssun/passforios/issues/611 and https://github.com/mssun/passforios/issues/488. This should switch the prevalence of the `user` and `login` field for autofill. If anything it's a quick hack. The real fix would be to set...
The "user: " field is hidden in the UI. Confusingly, it is being used when autofilling in Safari, instead of the "login" field. Is this intended behavior? I would have...
Dear jax team, this is just a friendly bump on the implementation of eigendecomposition and batched SVD on GPU. Are you planning on implementing these? Should I want to implement...
Sine and cosine are not implemented, as you state in the [paper](https://arxiv.org/abs/2212.11429): > For example, we do not currently have a way to compute sharp Taylor enclosures for periodic functions,...