-
I really like the fallback used by this library by using int64 for making it faster as fallback.
What I was try to do was to create shopspring wrapper around this library.
This way we can benchmark…
-
The need for a remap() function (also called efit() in VEX) is very common in shading, and it would be appreciated if the standard library included it natively.
So far, of course, we can remap vect…
-
# Context
I'm encountering an issue when using the hash method within a library function. The setup is as follows:
## Library Code
```odin
// ./lib/lib.odin
package lib
import "core:cryp…
-
**Describe the bug**
**To Reproduce**
```console
$ amber -e 'import * from "std/text"; echo replace("\\", "\\", "expected")'
\
$ amber -e 'import * from "std/text"; echo replace("\\\\", "\\\\…
-
We should define some basic rules how functions within the library are formatted.
e.g. 1
For a function where the tracer is P, and T is also a state variable. Should P always be listed first, foll…
-
I have a very large (16Tb+) library but there's only 5 or 6 directories that get updated on a regular basis. It would be helpful if I could configure some pre-defined folders to scan, rather than sca…
-
I have a idea of a new functionnality :
users can ask openai api to ask chatgpt to help find alternatives or to say if it's full js library or not.
It's optionnal for user and they have to put …
-
**Describe the bug**
The `media.save` function may need to be updated for Android, as it doesn't save anything at all. No error messages or any other feedback are generated to indicate why, but nothi…
-
The chip supports this.
This seems to be in the documentation. It would be great.
The format of the master command for calibrating a slave (6 bytes in total):
0xF8 + 0x41 + 0x37 + 0x21 + CRC ch…
-
In CBOR library there are a couple of unidentified functions such as:
`unpack_float16`
```python
def decode_float16(decoder):
payload = decoder.read(2)
return unpack_float16(payload)
`…