Magnus Larsen

Results 34 issues of Magnus Larsen

You have the screenshot filepath set to `/media/ramdisk` I think that `/tmp` is a better location, as its a standard ramdisk. Alternatively, the creation of /media/ramdisk should be included in...

Some screenshots would be useful to see if the example program is functioning as expected, and other things. Maybe the website once had some, but the website currently just redirects...

feature
documentation
accepted

**Is your feature request related to a problem? Please describe.** I find it hard to read some aspects of the gameplay interface **Describe the solution you'd like** I've interleaved these...

enhancement

I thought this should have its own issue ## c0gent's debugging notes from `ocl-core/src/functions.rs` For some reason, calling the function pointer returned by the call to ffi::clGetExtensionFunctionAddressForPlatform causes a segfault...

help wanted
priority low

Update servoshell to latest egui and winit. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - These changes...

Using the `#[derive(VulkanoShader)]` method, and the shader from this vulkan example project, https://github.com/SaschaWillems/Vulkan/blob/master/data/shaders/geometryshader/normaldebug.geom I display the input & output elements of the geometry shader as follows, ```rust //You can replace...

status: workable

In my project, there are many precompiled headers such as this: ```cxx // common.h #pragma once class Common { int field1; char field2; void *field3; }; ``` If common.h is...

enhancement

**Describe the bug:** The method is_in_browser_rect on MiniBrowser returns true if (and only if) the position is inside the toolbar. If this behavior is not a bug, perhaps the function...

C-untriaged

Cursor::None now hides the cursor, and more keys from winit are supported. Exhaustive matching is used where possible, keys that are intentionally mapped to Unidentified are now explicitly matched as...

Allows output directories that contain a few more generator expressions than just `$`. Useful if your binary output path contains something like `$`, which expands to "dbg" when building for...

waiting-on-author