-
hello you, seems missing hex package for hex.dumpstring etc, thx.
-
[hexify](https://github.com/djnavarro/hexify)
-
As part of creating a packages page for the NHSRcommunity website https://github.com/nhs-r-community/nhs-r-community/issues/219, I've designed a hex sticker for this package. Will do a PR shortly with…
-
## Description 📹
**Add tests for the "to_hex" and the "to_hex_trimmed" functions (from the utils folder) like we’ve done in `tests/endpoints.rs`**
## Proposed Actions 🛠️
Here’s a checklist of…
-
This is a simple proposal to extend the color hex field in the open source RFID standard. I have four proposals for how this could be done, in increasing order of complexity.
A basic implementatio…
-
For this we need to add the ability to have hexes stack. The most basic is just sample data needs to do it. Next is to get dialogue working
- [x] Get sample ready
- [x] Get them to work right in…
-
It looks like the hex crate (https://github.com/KokaKiwi/rust-hex) hasn’t been actively maintained for over three years. Since we work a lot with encoding and decoding, it might be worth considering a…
-
In a similar vein to #245, I have an implementation of `toString('hex')` that's between 2x and 4x faster than the existing one, depending on the browser/engine.
See: https://jsbench.me/evm3ejel2i/3…
-
## Summary
Update hex codes for dark mode
## 💬 Description
Go through all the hex codes in Figma, and update them in the development environment
-
To retrieve the hex string from the process `p` in this test function, you can capture the standard output of the receiver process and reconstruct the binary data. Here's how you can modify your test…