-
### Code
https://codeberg.org/grafcube/wordforge/src/branch/flake-nix
The issue occured on my new device running NixOS. I cloned my repo and ran `nix develop` and then `cargo leptos build`. …
-
Not sure how to do a minimal verifiable example. It's a fairly trivial error in Diesel where I removed a field from the model and the SQL `create table` statement, but hadn't yet removed it in oth…
-
@knightsifive opened #650 to allow zero as a tail-fill value.
The discussion noted that all values are not created equal for tail-agnostic values'
Specifically bleed-through of data from anothe…
-
### Code
```
use std::env;
extern crate fernet;
use base64::{Engine as _, engine::{ general_purpose}};
use webbrowser;
fn main() {
let diagram_url = "https://???/login/?param=";
…
-
Apologies, this is not minimal at all so I'm not sure how helpful it is.
It also requires compiling, switching git branches and compiling again to reproduce so I assume this ICE depends on the st…
-
### Code
```Rust
let _abort_handler = set.spawn(async move {
let span = span!(Level::TRACE, HANDLER);
let _ = span.enter();
let _ = start_module(handler, listener, token)
.instr…
-
### Code
needs debug assertions
build with `rustc -Zdump-mir=all -Zdump-mir-dir=dir`
code from rustc `cant-hide-behind-doubly-indirect-embedded.rs`
original
```Rust
// This is part of a s…
-
I'm not entirely sure what caused this and re-cloning the repo seems to have fixed it but I'll give all the information I can think of
Rust is installed via nix flake on nixos 24.05 (flake is o…
-
Advisory [GHSA-cq38-jh5f-37mq](https://github.com/advisories/GHSA-cq38-jh5f-37mq) references a vulnerability in the following Go modules:
| Module |
| - |
| [github.com/sigstore/sigstore-go](https://…
-
### Code
Nope:
```
$ cloc --exclude-dir target .
417 text files.
392 unique files.
26 files ignored.
github.com/AlDanial/cloc…
yyny updated
2 months ago