Philpax

Results 181 issues of Philpax

This issue assumes https://github.com/goatcorp/DIPs/pull/38 is merged. Dalamud should be able to load plugin ZIPs, consisting of the plugin's DLL, a `plugin.json`, and any dependencies. It should not need to be...

This issue assumes https://github.com/goatcorp/DIPs/pull/38 is merged. All plugin developers will be required to make DalamudPackager the final step of their build process, and to move their existing `pluginname.json` metadata into...

https://github.com/goatcorp/Dalamud/blob/9a2e2f1024c697bdc446d9f5d815117cfe7643e2/Dalamud/Game/ClientState/GamePad/GamepadState.cs#L17 Extremely minor but I noticed this while trying to bind all of the services.

Hi there! This is a really cool library and I'm excited to try it out (especially after spending several hours fighting my environment to get tch-rs working >_> - still...

question

Based on discussions on Reddit and Discord, following the [blog post announcing the removal of let and let mut](https://verdagon.dev/blog/on-removing-let-let-mut). At the time of writing: - declaration of an immutable variable...

imo the source generator is quite hard to debug and use, especially if you'd like to view what their output looks like on GitHub. I think it would be better...

Hi there! Compiling `ntapi` (downstream dependency of one of my dependencies) with today (2022-08-06)'s nightly compiler results in the following warning: `warning: the following packages contain code that will be...

### What it does Checks for usage of `vec.drain(..)` (iterator dropped immediately) which can be replaced with `vec.clear()` ### Lint Name unnecessary_vec_drain ### Category style ### Advantage - Makes intent...

good-first-issue
A-lint

As initially proposed in DIP17 - being able to temporarily load and unload zips produced by DalamudPackager, so that developers can test each other's plugins without having to restart the...

enhancement

The runtime should have an operating mode where it will run the client and server as normal, and exit with a 0 or error status code depending on one of...

enhancement
api
examples