Michael R. Crusoe

Results 1261 comments of Michael R. Crusoe

I set myself a reminder to do a bulk-emailing the first week of August using the email addresses we have.

> @joachimwolff @dpryan79 can you please look at this and maybe provide your blessing so we can relicene Galaxy to MIT? Thanks @bgruening @joachimwolff @dpryan79 The instructions are at https://github.com/galaxyproject/galaxy/pull/16970#issuecomment-1791598501

My dumb testing method: `for container in $(git grep dockerPull | awk '{print $3}' | sort -u ); do echo ${container}; docker pull ${container}; done`

@vedran-kasalica I fixed cwljava, and you can see the result of this change at https://github.com/common-workflow-language/cwljava/pull/193 ; can you test it?

@vedran-kasalica how did the testing go?

Oh, my request was for a user-facing feature, as part of every job in the history panel

Thank you, @Syonyk ! Yeah, this was my code. Mea culpa. This function is used in https://github.com/simd-everywhere/simde/blob/1995014c5990566f41cf78daa2f281b20898a6d6/simde/x86/avx512/fpclass.h#L27 Can you think of corresponding test cases that could be added to trigger...

> @mr-c why didn't we catch it in our unittests? That is a good question. I see that neither Augustus nor Agrippina have AVX512FP16, and the GCC version installed there...

> Functions were simply mashing all results into the low bit, instead of spreading them out across the 8 bit result as intended. Hey @Syonyk ; @SGSSGene and I looked...