i509VCB

Results 178 issues of i509VCB

### What it does Lint any instances of paths to items or use statements which do not use `$crate` or global paths (such as `::std::vec::Vec`) ### Lint Name macro_use_path ###...

A-lint
T-macros

### What it does Like disallowed_methods and disallowed_types, this lint warns when a field on a type is used. ### Lint Name disallowed_fields ### Category style ### Advantage - Using...

A-lint

# Issue Looking at the existing methods to create a surface, I've noticed the window parameter that is passed in as a sort of anchor to ensure the vulkan khr...

I copied in the image example to learn my way around vulkan and I noticed the image that is rendered is saturated more than it should be. * Version of...

help wanted
status: needs investigation

- [ ] Tested on all platforms changed (Linux tested at least) - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users -...

type: documentation
status: waiting

Since wandering traders and villagers use the same trade generation logic internally, it shouldn't be too hard to apply mutators to a wandering traders. Probably just another new method in...

type: feature request
api: 8 (u)

If you have used Fabric API before, you would notice how some modules use multiple types of events. Some modules hold event callback interfaces in nested classes, some keep the...

enhancement
waiting for feedback

It has come to my attention on discord from shedaniel and the Origins discord server that apparently people do not typically want to read and try to understand the error...

enhancement

Like the decision made in fabric api, loader could use some annotations for documentation purposes. Most likely jetbrains annotations like Fabric API. This shouldn't be an issue wrt dependencies.

enhancement

I noticed that there seems to be some inconsistency with the fact the `PreLaunchEntrypoint` is located in the `net.fabricmc.loader.api.entrypoint` package. The `ClientModInitializer`/`DedicatedServerModInitializer`/`ModInitializer` are inside the `net.fabricmc.api` package. I feel we...

enhancement