Evy
Evy
- Gitea version (or commit ref): 1.14.0+dev-215-gd025d84d9, official docker image - Git version: (irrelevant) - Operating system: (irrelevant) - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL...
Greetings! This is a close look at the `bincode2` wire format specification, as of 04-03-12022 HE. It shall be noted that i look at the spec from the hypothetical perspective...
To make argon2rs `#![no_std]`, we'd have to be able to replace all `use std::*;` with `use core::*;`. In theory, this would be as simple as doing something like this: ```...
## Problem Currently, `lexical-core` can only parse `f32` and `f64`, but especially for designers of programming languages supporting more number formats than Rust does would be nice. ## Solution Offer...
To be precise, my `Cargo.toml` has `cargo-features = ["strip"]` to strip the symbol table in release builds. The TOML parser in `cargo-geiger` rejects this, assuming all `Cargo.toml`s to be stable...
A useful and widely supported configuration file that controls basic formatting things like CRLF vs. LF, deleting whitespace at the ends of lines, etc. Important to have, for many languages...
Note that this is not about using GTK or KDE themes. I don’t really care for that. What i’m listing here are examples where this editor breaks with the overall...
The recovery extension is an extension added in SQLite 3.40, which provides a configurable API for attempting to recover data from broken SQLite database files. [Link to the extension’s documentation.](https://www.sqlite.org/recovery.html)...
Hello there! While experimenting with the early bird features, i stumbled upon these two missing pieces that i’d need to move away from paper notes: - Have connections between multiple...
Hello there! As per GDPR, i must be able to change my email address whenever i feel like it. It is only a matter of time when i’ll have to...