Stijn De Weirdt

Results 47 comments of Stijn De Weirdt

@CSC-swesters wrt the utf8 issues, this might be the problem that the pun code runs with `LANG=C`. see https://github.com/OSC/ondemand/issues/3644

@johrstrom here is some GC.stat data. so it look like 70 pages per file. the `heap_available_slots` is what is growing, and that is by design in the ruby GC. pages...

@CSC-swesters ah, i misread the "invalid utf-8" part. do these files have a valid encoding (at all), or are these just corrupt filenames.

we are deviating from the original issue, but if you don't use correct encoding, you will get garbage. so when ood converts the stat binary data to string or to...

in python you can set fallback mechanism for string encoding, but this is better handled by separate code so it's clear that the reported name is not really the correct...

@CSC-swesters i am not an expert (i read here and there that chaining should "just" pass things around, but indeed the sort requires the whole sequence (although i am not...

@axiomofjoy well, it might; but i am unfamiliar with starlette so it will take some time to find out where to insert extra user validation. but at least this opens...