TÖRÖK Attila

Results 503 comments of TÖRÖK Attila

Yes, pinning to the current version is one of the possible solutions.

Huh, sorry, did you mean to tag me? I mean, sure, I was one of the people complaining about this w.r.t. Ruffle, but I'm just not sure exactly what are...

I see, no problem... :sweat_smile: > ... but I'm not a Windows dev ... Welp, me neither, thankfully!

See a test run: https://github.com/torokati44/ruffle/actions/runs/8118154322/job/22191866028#step:7:1727

I think this is now done.

Thank you very much, can confirm the fix works!

So, isn't this supposed to work now? :/ ```python3 import cppyy cppyy.cppdef(""" #include std::vector numbers; """) print(type(cppyy.gbl.numbers).__cpp_template__) print(cppyy.gbl.numbers.__class__.__cpp_template__) print(cppyy.gbl.numbers.__cpp_template__) ``` At least the first two, that is. Or is this...

I think there might be a confusion here between FS block size and memory page size. `os.statvfs` returns the file system block size in its first value (`f_bsize`). Shared memory,...

Not to mention the difference between the physical page size and the page size of the process... :| See: https://docs.python.org/3/library/resource.html#resource.getpagesize Either way, if the exact new value of `mem.size` is...