Kyrylo Shpytsya

Results 24 comments of Kyrylo Shpytsya

I am not sure whether this deserves a separate issue. String values parseable as integers, floats, booleans, null are wrongly converted to those types, e.g.: ``` /tmp/jsonnet-0.18.0 $ ./jsonnet -e...

The following html snippet illustrates what happens: ```html dt::after { content: " : " } dt { float: left; clear: left; } A1B1 A2 A3B3 ``` I am not an...

Just my two cents on this, not to add a separate issue: IMHO, the red `DEREGISTER` button draws unnecessary attention, implying that there is a problem that needs to be...

Let me try to briefly describe my specific use case. I am implementing a module that allows building of Python wrappers around complex external data structures which are the typical...

Please note that I have made the following correction: ```diff @tp.overload -def typeSetter(x: "List[T]") -> tp.Union["List[T]", tp.Iterable[T]]: +def typeSetter(x: "List[T]") -> tp.Union["List[T]", tp.Iterable["typeSetter.resultType(T)"]]: ... ``` Actually, I have initially envisioned...

Bump. I don't want to sound impatient but I would greatly appreciate any conclusions on the destiny of this feature, given my extra input, so as to be able to...

A use case: I am designing a system that has a control cluster (running in some kind of cloud, like AWS, GCE or similar) comprised of three nodes, each running...

Another use case: tests. Without this, tests verifying that the extension is correctly set up need to sleep for at least a minute.

I do realize it may need extra refactoring but I do believe it would be possible to implement the collection phase (including the extraction the required information from the running...

For what it is worth: running Gentoo with custom 6.7.x kernel. It looks like it fails trying to access cgroup v1 "/sys/fs/cgroup/memory/memory.limit_in_bytes". I suspect that switching to cgroup to "hybrid"...