-
Pertinent to our discussion in #3, it would be great to support user packages. I know that I, for one, would love to have support for the various `\mathbb` and `\mathcal` letters.
I think the most…
-
**Describe the bug**
lsp-metals doesn't work with projects over TRAMP
**To Reproduce**
open a .scala file over TRAMP and eval this lisp code
```elisp
(lsp-register-client
(make-lsp-client …
-
```
many of the hashes in passlib rely on stdlib's base64.b64decode() to perform
validation of base64 sequences. but b64decode() is way more tolerant than I'd
like for a password hash parser - it ch…
-
Rust is at its best when you are using strong typing to indicate meaning. While in essence a base64 encoded string is always a `[u8]`, functions that want a _base64 encoded string_ would often rather …
-
Have a good day, @karimra!
We try to get power-supply data from arista switch. It work fine, but returned data have a base64 encoded format. I just wanted to know does GNMIC has a built in mechani…
-
How to display the buffer sent by XLPP? Could you give an example? Thanks
-
I just generated 512 bytes using sjcl.random to get the following array:
```
[
1622257303,775647481,-496345452,-1065731224,938938801,-868508255,1182296851,2075930857,-792325703,1093833160,-508421808,…
-
There's a bug with the handling of the preamble in PEM formatted private keys. That is, any lines that appear before the `-----BEGIN PRIVATE KEY-----` line.
The bug causes `_read_private_key_pem` …
-
Hello, we are currently maintaining a site using Gatsby.js and Netlify CMS. Last week the CMS started failing to load a collection(file collection) of pages returning the error: `Unexpected end of JSO…
-
react-native: 0.73.6
react-native-file-access: 3.0.7
Platform: Android
**Bug**
I use node-forge to cipher my data. When I try to writeFile, it doesn't write all cipheredBytes. For example, the…