Dennis Kievits

Results 16 comments of Dennis Kievits

Thank god, I was about to pull my hair out πŸ˜„ ! @Catuna

Same here ``` ════════ Exception caught by rendering library ═════════════════════════════════════════════════════ The following NoSuchMethodError was thrown during performLayout(): The method '-' was called on null. Receiver: null Tried calling: -(0.0) The...

I have found a solution when working with a wrapper type, we would need to implement: ```rs impl for SingletonContainer where T: Dependency + 'a, T: DependencyClone, { fn resolve_container...

This issue is still present, it also occurs when trying to wrap the web view within an `AbsorbPointer`.

@Baeconboy The location is just stored as a string in their database, so you can change it to whatever you'd like. Also nice repo @MrPowerGamerBR but doubt it's a first...

I know : ). Since I made something similar as well. @MrPowerGamerBR

> We would rather you contribute to one of the existing bronzeman plugins if they are missing functionality you want. That’s understandable, and I would have preferred to contribute to...

> I looked at the code and it doesn't make sense Could you clarify what specifically doesn’t make sense? Reworking one of the existing plugins to have the level of...

> https://github.com/runelite/runelite/wiki/Plugin-takeover-policy Thanks for sharing the takeover policy link. Just to make sure we're on the same page: the plugin I built was developed completely from scratch with a very...

I’ve opened issues on the repositories of the other bronzeman plugins to discuss possible collaboration or a takeover. I’ll keep this thread updated as I hear back from them. To...