Jakob Hellermann

Results 46 issues of Jakob Hellermann

It came up in https://github.com/jakobhellermann/bevy-inspector-egui/pull/147 that it is often useful to run some systems (like looking around) only if egui is not using the pointer input. ```rs mod common_conditions {...

https://jakobhellermann.github.io/bevy_mod_debugdump/?schedule=Main&include=bevy_render,bevy_pbr Code at https://github.com/jakobhellermann/bevy_mod_debugdump/tree/pages - [x] share link and load options from URL params - [x] select schedule, includes and excludes - [ ] filter by copmonent access - [...

basically https://github.com/slint-ui/slint/issues/3345 for the case where the `ComboBox` is at the bottom of the screen, which wasn't fixed yet as acknowledged in https://github.com/slint-ui/slint/pull/3861. ![image](https://github.com/slint-ui/slint/assets/22177966/8cd89ff6-cc75-4d7c-ad4c-12c62c9afdb0)

a:widgets

When I start the game without gdb, save a state and then load it, one of messages gets printed: ``` [f:70 t:17123M] ERROR (checkpoint/Checkpoint.cpp:702): mprotect(saved_area.addr, saved_area.size, saved_area.prot | PROT_WRITE) ==...

fixes https://github.com/zed-industries/zed/issues/9132 By setting the app id, window managers like `sway` can apply custom configuration like `for_window [app_id="zed"] floating enable`. Tested using `wlprop`/`hyprctl activewindow` for wayland, `xprop` for x11. Release...

cla-signed

[PKGBUILD] is a file used in the build system of arch linux, and it is basically just a bash script with special functions. Release Notes: - N/A

cla-signed

fix bug introduced by #11052 https://github.com/zed-industries/zed/pull/11052#issuecomment-2080475491 the keysym for `a` pressed with or without shift is different, so keyrepeat was never ended for `Shift-A`. Release Notes: - N/A

cla-signed

I made a cargo subcommand called [cargo watt](https://github.com/jakobhellermann/cargo-watt), which aims to improve the tooling listed in the README. Currently, it does two things: 1. Compile a proc-macro crate (locally, from...

implements a simple form of https://github.com/modrinth/theseus/issues/720 https://github.com/modrinth/omorphia/assets/22177966/5a4a1e34-41d8-4dc7-9c5d-b1c29933cc44 This only allows simple math in the form of `50+2`, no multiple operators, parenthesis, or "8gb + 10mb" symbols, but I wanted to...

I have a `Cargo.toml` that includes an icon like this: ``` [package.metadata.bundle] name = "Atlas" identifier = "io.github.jakobhellermann.atlas" icon = ["ui/assets/icon/icon_128.png"] ``` and this icon ![icon_128](https://github.com/burtonageo/cargo-bundle/assets/22177966/cc0772bf-1712-48cb-8b42-d30567031645) But when I run...