ZeMysticalTaco

Results 22 comments of ZeMysticalTaco

> > > > @OffLegAz Have you tested this without the Helix content on, including in client materials/ folders .etc? > > I've tested this while trying to check another...

Usually, alex is very picky about hooks, while I don't see a harm in this one, he shares valid concerns that they are really slow, this disposition is multiplied by...

@alexgrist Is this proper syntax? I don't know if it's `(i == 1) and "" or " "` or `(i == 1 and "") or " "` I use the...

@alexgrist I have tested and confirmed that this doesn't break anything _at face value_ but it also doesn't change anything. Though, it does have a case where it CAN break...

> > > @ZeMysticalTaco the purpose of using utf8len is simple - string.len counts non-latin characters incorrectly. > Bellow I've printed length of string wich contains 3 cyrillic А's: >...

> > > In this case, the local function `InventoryAction` can be removed and all occurrences can be replaced by `ix.item.PerformInventoryAction`. It could also be rebaked into the panel too,...

@alexgrist Is it slower to iterate through each namespace like this and run the inventory action, than it is to localize it in the previous way? I'm not sure.

@alexgrist I think, even though that the local function is overall faster, I think converting the local function to a PANEL function provides a function you can override if you...

@Heyter Is it possible to make the adjustment to the inventory panels to instead of localize the InventoryAction function, instead make it a PANEL function? After that I can test...

@lechu2375 Would you mind providing some test cases to ensure this works?