-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
dependencies: back to giu upstream #335
Comments
@ianling Didn't you do a giant refactor on your fork? EDIT: after discussion, yes. giu originally had an entire copy of @ianling refactored giu to use a fork of This is just my opinion, but I think that the real issue here is the fact that @AllenDang is not using upstream |
@gravestench The reason why I'm using my own fork of imgui-go, is I intend to make giu a complete Desktop UI framework (AFAIK this is not the purpose of imgui itself), but upstream Refer this inkyblackness/imgui-go#153. So I will merge Why this will become an issue whether giu use upstream |
It's an issue when we encounter a bug in your fork of imgui-go, which is fixed in upstream imgui-go, and we want the fix. That refactor Ian had done was all about reducing the pain of syncing your imgui-go fork with upstream. |
@gravestench What kind of bug in my fork of imgui-go? |
One such issue was a hard limit on number of columns that could be displayed in a table; we were trying to display +250 columns as one of the CSV's in the D2 files actually has that many columns in it! |
@gravestench Did anyone rise this issue to giu? Did I reject to help? I just feel uncomfortable about the word you are using like And are you doing the same thing here? Make fancy changes to own fork of But, fine, I can sense that you are some kind of opposite, do what you think is right and have fun. |
My apologies if that came off a bit harsh. I'm just saying it's less effort to make changes to your fork of imgui-go and call it a day instead of making PR's to upstream. We're all doing it, and I'd like for this to change, but not sure what it means for your development, or if it's even possible given the cgo limitation. It may require another approach like making a new
Back in April, @ianling did a huge refactor of your codebase, moving the static copy of I just checked out that commit (ea60551) and did |
Is your feature request related to a problem? Please describe.
At the moment we're using a fork of
giu
(ianlin/giu) but structure and dependencies of the fork was changed and now updating it and aplying a new features is a bit painfulDescribe the solution you'd like
we can easy switch to upstream of giu (AllenDang/giu)
Additional context
a new solution added by giu authors looks very cool and we may really want to introduce them.
The text was updated successfully, but these errors were encountered: