Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragonFlight 10.0 Fixes #12

Open
Ryan-Rogue opened this issue Sep 10, 2022 · 20 comments
Open

DragonFlight 10.0 Fixes #12

Ryan-Rogue opened this issue Sep 10, 2022 · 20 comments

Comments

@Ryan-Rogue
Copy link

ViragDevTool.XML:
combine lines 316 and 317 into this:

             self:SetResizeBounds(635, 200, UIParent:GetWidth(), UIParent:GetHeight());

ViragDevTool.lua:
Combine lines 514 and 515 into this:

              local minX, minY, maxX, maxY = parentFrame:GetResizeBounds()

Should clear the Lua errors and give you a functioning UI again.

@brittyazel
Copy link

brittyazel commented Oct 25, 2022

You can you use my fork if you like. It's fully updated for Dragonflight among many other things.

https://github.com/brittyazel/DevTool

@mrbuds
Copy link

mrbuds commented Oct 26, 2022

You can you use my fork if you like. It's fully updated for Dragonflight among many other things.

https://github.com/brittyazel/ViragDevTool

I made my own fixes for 10.0 and was going to ask varren permission to publish my changes, then i saw you made your own fork.

Do you intend to publish on wago/curseforge?
If you want to publish then i could help (if you need) with using bigwigs packager to get updated libs from external source to build a usable archive.
Ho and by the way, would you activate the issue panel on your own github?

@brittyazel
Copy link

I'm open to the idea of publishing it with Varen's blessing. I believe his license is all-rights-reserved, so I'd like a bit of clarity there.

@brittyazel
Copy link

Issue panel enabled! And yeah, if I were to publish it I would totally use the bigwigs packager like I do on my other addons :-) Any help is appreciated though!

My fork is more than just a few fixes. I completely ported to the Ace3 framework and retooled many things internally to try to make it easier (at least for me) to make heads or tails of.

@JoschiZ
Copy link

JoschiZ commented Oct 31, 2022

I would really appreciate your fork being available for auto updates somehow.
I hope Varren gives you his blessing. Sadly it seems like he has gone completely silent.

@N6REJ
Copy link

N6REJ commented Nov 2, 2022

when you scroll thru the databases periodically bug grabber will start going nuts and will returns thousands of errorrs.

@brittyazel
Copy link

@N6REJ on my version or varrens? Please try my version and tell me if it works better.

@N6REJ
Copy link

N6REJ commented Nov 2, 2022

on yours.. I did a fresh clone this morning.
Hit G and start dragging down about 1/3rd way and then it will trigger.

@N6REJ
Copy link

N6REJ commented Nov 2, 2022

https://github.com/N6REJ/Bears_Audio_Switcher This is the addon I was searching the db for as I'm having an issue where it will randomly forget the options for spkr 2 that were already selected. It's when I got here it went crazy.

@N6REJ
Copy link

N6REJ commented Nov 2, 2022

ping me here https://discord.gg/cnsgGN7t if you need/want my rapid attention

@brittyazel
Copy link

Please report the bug on the issue tracker on my repository, and please post the Lua error. I will take a look when I can.

@N6REJ
Copy link

N6REJ commented Nov 2, 2022

ok, I'll do it late tonight.

@brittyazel
Copy link

Nvm I think I found and fixed it. Please report back if the issue is solved. In the future, please report all new issues as their own ticket, rather than as a comment on another ticket. And, please report issues pertaining to my version on my own repository. Cheers.

@srhinos
Copy link

srhinos commented Nov 16, 2022

a bit late to this but I've also been maintaining a fork over at here, mainly some small fixes layered on top of major ones by @brittyazel and a few others I found in this repo's network tab.

I set up the bw packager to auto release updates there but would also be more than happy to see those changes merged into @brittyazel's branch as they have a better grasp on maintaining this addon than I do long term.

@brittyazel
Copy link

Feel free to send me some PRs and I'll get them merged asap 🙂

@brittyazel
Copy link

brittyazel commented May 8, 2023

I finally got around to working on my forked version, and I'm about ready to release it under the new name of "DevTool". I have gone though and rewritten and optimized huge swaths of the core code, and in my testing it's now about 90% more efficient with regards to CPU and memory usage when navigating large tables (such as _G). I've also cleaned up and polished a lot of the core features, fixed a ton of bugs, and have added some usability features.

Stay tuned for it to show up on CurseForge and WoWUp

https://github.com/brittyazel/DevTool

@brittyazel
Copy link

brittyazel commented May 10, 2023

Aight my version, named DevTool, has it's first release out v1.0.1, and is up on Curseforge and Wago. (It might take a minute to get approved on Curseforge, if you don't see it).

@varren
Copy link
Owner

varren commented Nov 24, 2023

Aight my version, named DevTool, has it's first release out v1.0.1, and is up on Curseforge and Wago. (It might take a minute to get approved on Curseforge, if you don't see it).

Good job @brittyazel i was kinda out of github for a while coz of Russian-Ukraine war with all the events that followed. I'll add a note that my version is deprecated and put a link to your github in the readme.

@brittyazel
Copy link

Thanks so much! I appreciate you doing that 🙂. I hope all is well with you and your family.

@varren
Copy link
Owner

varren commented Nov 24, 2023

@brittyazel Yeah all friends and family on both sides are fine, considering the circumstances. Feels surreal. Most thoughts are about the conflict and the future and that's why it's hard to concentrate on side activities.

Gl with maintaining the addon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants