largenumberhere

Results 9 issues of largenumberhere

![image](https://user-images.githubusercontent.com/60594766/212856014-6f54e693-c245-4832-bc4c-799178cd39d7.png) Posts are silently discarded if over 25 are requested. Please add documentation and an error to protect against users silently losing posts. Thanks

Awaiting Feedback

I want to request all the gallery images for a reddit post without having to request everything manually. Please consider adding support for it. Thanks

enhancement
research

Hi, I am trying to build my project for wasm. I couldn't find any resources that covered this topic. I tried these commands out and had no luck. `cargo build...

**Tickets that do not conform to this template will be closed without comment** Exact ProjectE version : (github dev workspace) `1.5.x` - version `1.0.4 ` Exact Forge version: `31.2.0` (1.15.x)...

Similar but not identical issue to https://github.com/deltaphc/raylib-rs/issues/82#issue-867666005 . I manually fetched the git sub-modules and then inside `raylib-rs\samples\` I ran `cargo run --bin arkanoid` and `drop`. I couldn't find explicit...

Hello, I noticed that you sometimes accept substantial pull requests to your code and that your library doesn't include a bag (an unordered, random insertion list). My bag is inspired...

Here's the error ``` Error: An error occured while trying to build the bootloader: The `bootloader` dependency has not the right format: No `package.metadata.bootloader.target` key found in Cargo.toml of bootloader...

# What I am proposing to add a function swapRanges to std.mem. Here is an example implementation. ```zig fn swapRanges(comptime T: type, left: []T, right: []T) !void { if (left.len...

### Problem Description Hello, I am playing with the voidblock packed based around the voidcraft mod. When using the factory planner, adding some of the recipes causes a non-recoverable error....

bug