-
### Bug Type
Functional
### Reproduction steps
1. Send as amount of TON or another currency in Invoices menu:
| Strings | Hexadecimal |
| ------------- | ------------- |
| Infinity | 0xffff…
-
### Tested versions
- Repro in v4.3.stable.mono.official [77dcf97d8]
### System information
Godot v4.3.stable.mono - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce RTX 2080 (NVIDIA; 32…
-
Hi! Normally I store UUIDs using Mongo's `UUID` function, which is more performant than storing the hexadecimal string representation. However, I'm unsure how to properly achieve this in Papr.
Coul…
-
When using a private-key of incorrect length, for example, a private key of 20 bytes instead of 32 bytes:
```
w3.eth.account.from_key("0x1234567812345678123456781234567812345678")
```
The followin…
-
Hi
Thank you for this solution, to bring ISPConfig and NextCloud together, which we do actually with "nextcloud-user-ispconfig". Because this plugin works only up to NextCloud 27,our team have to f…
-
How can I marshal a number from a structure to YAML in hexadecimal representation?
I have a structure with integer fields, the representation of which makes sense to humans in hexadecimal form. I w…
-
(In the exhibit below, scroll to the right to see the mismatch.)
```
CL-USER> (asdf:test-system :aws-sign4)
Expected presigned url:
"https://examplebucket.s3.amazonaws.com/test.txt?X-Amz-Algorit…
-
- format `x'aaaaaaa'`
- in PostgreSQL: **BIT** literal, defines a *bit string* and allows any number of hexadecimal digits (i.e. the smallest value is 4 bits).
- in CockroachDB: BYTES literal, d…
-
It's a shame because it's the formatter I like the most, but I can't use it on local projects for this reason.
-
```ts
const HEXADECIMAL_BASE = 16;
const getHexValue = (number: number): string => {
const base16Representation = number.toString(HEXADECIMAL_BASE);
const hex = base16Representation.leng…