Tadeo Hepperle

Results 7 issues of Tadeo Hepperle

I tried to build cargo nono, but got these errors (target: `x86_64-unknown-linux-gnu`): ``` error[E0433]: failed to resolve: could not find `quote` in `__private` --> /home/tadeo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-nono-0.1.9/src/check.rs:24:40 | 24 | let cfg_attr_path:...

* **I'm submitting a ...** - [x] Bug report - [ ] Feature request - [ ] Support request - [ ] Other **What is the current behavior and expected...

Hey, I want to write some Rust algorithms that operate on a numpy array that was created in python. E.g.: ```py arr = np.ones((1000, 768)) dataset = MyRustWrapper(arr) # Rust...

question

## Context ``` Odin: dev-2024-10:8006ba919 OS: Manjaro Linux, Linux 6.1.106-1-MANJARO CPU: 12th Gen Intel(R) Core(TM) i7-1260P RAM: 31806 MiB Backend: LLVM 14.0.6 ``` ## Expected Behavior This should work, since...

## Context ``` Odin: dev-2024-08:722b638e2 OS: Manjaro Linux, Linux 6.1.99-1-MANJARO CPU: 12th Gen Intel(R) Core(TM) i7-1260P RAM: 31806 MiB Backend: LLVM 14.0.6 ``` ## Expected Behavior Not sure if this...

question

Hello! I have noticed that for various ttf fonts the kerning table does not seem to get populated (example: https://fonts.google.com/specimen/Luxurious+Roman). When I load the font with the [stb_truetype library](https://github.com/nothings/stb/blob/master/stb_truetype.h) I...

### Zig Version 0.15.1 6.1.126-1-MANJARO x86_64 ### Steps to Reproduce and Observed Behavior Seems similar to https://github.com/ziglang/zig/issues/22800 but still happens at version 0.15.1 for me. I just did `zig init`...

bug
os-linux
zig build system