SpaiR
SpaiR
🤔 Sounds like a good idea. Can you provide an example of how the API may look?
Good call! For that we need to implement API generator. It's currently in a WIP state, but I think it might work out in the future.
Перед указанным ПРом стоит рассмотреть следующие два: https://github.com/tgstation/tgstation/pull/20714 https://github.com/tgstation/tgstation/pull/20726 В совокупности они все об одном.
> Это просто невозможно Литерали три ПРа у каждого из которых вменяемый дифф. Так что не придумывай.
`GetStringUTFChars` converts Java UTF-16 text to native UTF-8. Although `GetStringCritical` gives us `jchar*`. Even that ImGui supports UTF-16: in a form `ImWchar` type, yet it's not quite what we need...
Yes, the issue does exist, but a valid approach in this situation would be to check `if (tableGetSortSpecs().isValidPtr())`. In the way how it works `isValidPtr()` is equivalent to `if (tableGetSortSpecs()...
Looks much better. But can you also address those changes? Methods now accept `ImNodesStyle` class. You just need to add an optional argument to them. You can do it in...
> is there an eta on when this might be released? Not anytime soon.
Nope. And won't happen until someone will do this. My position about SDMM maintaining is here https://github.com/SpaiR/StrongDMM/issues/161#issuecomment-1719047455 It's applicable to features requests even more.
@Spookerton I see, that `MapDiffBot2` action doesn't work for Baystation repo as well. So I might assume that it's connected with SpacemanDMM suite. Also, StrongDMM doesn't work from 2.7.3 version...