XAMPPRocky

Results 182 issues of XAMPPRocky

Stuff like the following should 5 lines of code. ```

enhancement

I basically want what [ripgrep](https://github.com/BurntSushi/ripgrep#installation) has, but I don't really understand all the requirements for submitting to these package managers. Any help would be very appreciated. - [x] Arch Linux...

enhancement
help wanted

Currently if you try to use an atomic you get the following error. ### Code [Playground](http://shader-playground.timjones.io/f3d2124248dcb956f6139aa7f006d7b8) ```rust #![no_std] #![feature(register_attr)] #![register_attr(spirv)] use core::sync::atomic::AtomicI32; #[allow(unused_attributes)] #[spirv(vertex)] pub fn main_vs() { let atomic...

t: enhancement
a: rust-lang

This is a tracking issue for adding support for using Rust language features and the `core` library with `rustc_codegen_spirv`. ## Language Support - [x] Closures - [ ] Enums -...

t: tracking issue

With recent changes to how we specify the storage class of a variable, we've managed to eliminate the need for a few of the storage class attributes in cases where...

t: enhancement
t: good first issue

This is a tracking issue for tracking what rust-gpu can produce in terms of SPIR-V assembly. #### Emoji Legend - 🛑 — Missing - ⚠️ — Incomplete - ✅ —...

t: tracking issue
s: needs update

If you pass a reference to malformed instruction, it will cause the compiler to panic, when it should fail just fail to compile. ### Rust ```rust #[spirv(fragment)] pub fn foo()...

t: bug
a: ice
a: error messages
a: asm

A lot of image operations (mainly those around sampling, or getting/setting texels from images) support [additional optional operands](https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.html#Image_Operands). At the SPIR-V level this comes in the form of an operand...

t: enhancement
c: spirv-std
a: image

Hello, the docker image [`mozilla/sops`](https://hub.docker.com/r/mozilla/sops) hasn't been updated in over two years, would it be possible to update docker hub with the latest version?

Hello, would it be possible to port `trust` to GitHub Actions? Either as an alternative or replacing the current scripts. It would be nice for downstream repositories to be able...