Results 153 comments of Roman Leventov

Did you try: ```java /* with double|int type */ /* if !(double type) */ package com.x.y.z; ``` It's described in the end of this section: https://github.com/TimeAndSpaceIO/java-primitive-specializations-generator#-if--blocks, just before the "define"...

It was not like my original use-cases, because my templates are not *quite* 100% functional Java code, so I made the full generation behaviour as default.

https://github.com/marimo-team/marimo/issues/3054 is related because "all cells are cached" has the same (visual) effect as disable auto-run on start-up, especially after https://github.com/marimo-team/marimo/issues/3082 is fixed.

Possibly, this issue supercedes #2100?

@willmroliver did you test this, does it work for you?

@pirate cf. how py-machineid solves this: https://github.com/keygen-sh/py-machineid/blob/master/machineid/__init__.py

Or actually this change: https://github.com/keygen-sh/machineid/commit/8054d7d0f5a1387b9f199c719af45d5f08c4f44b

Doesn't seem to be fixed in v2.0.0-rc4

> Presumably this fear is why the JDK itself hasn't (AFAIK) removed finalize() from FileInputStream and FileOutputStream themselves, even as it's omitted them from the streams returned from the new...