Tom Arrow

Results 78 comments of Tom Arrow

Some debugging shows that whenever multiple rows are selected, GetEnumerator() is called, which in turn causes a loop over all the items I guess? I wonder why. ~~Edit: Or I...

I guess for question 1 I'll just go with fetching the data directly, that's going to be cleaner. But thank you for your suggestions. For question 2, I just tried...

Glad you were able to reproduce it. No worries about the time schedule, I'm not in a great hurry on this.

> So, I will say that you can use `GetStates()`, `Add(state, next, weight)`, and `AddTerminalState()` to do this now, in the hopes that this unblocks you. Pardon me, where can...

> > > Both the Win and Mac builds are gone. I don't have any idea why as I handed them off to be placed here. You need the .8bf...

Excellent, thank you! Since they are labeled October 2019, are they based on a newer version of the source code or is that just the date of compilation?

Gotcha, thanks for taking the time.

Thanks for your response. Yes, it would be nice in that case to have such an option in general. Not necessarily one to prevent grayscale images, but one to simply...

> Add `-type TrueColor` to your command-line. Not a solution as I then have to adjust the command-line based on each individual file. I'm looking for a massively batchable process.

> You can use a bash script to determine if an image is gray and conditionally add `-type TrueColor`. There's like 5 million combinations of formats that .tga supports. Like...