Valentin Lab

Results 27 issues of Valentin Lab

I'm testing hanzi-writer on mobile platform, and with large displays I have real issue with general performance of animations (probably below 10fps) and it is really ugly (I'm on a...

backend

The python implementation is desperately slow. Might have to rewrite this in C if we want to go faster.

enhancement

The current command line API has lots of thing left to be desired. - Name are not easy to remember - does it start with `get-` (`get-values` and `values`) ?...

enhancement

This is copy of @TimothyZhang's stackoverflow comment ``` from kids.cache import cache ... class MyClass(object): ... @cache #

Often, after calculating a method, we know that we invalidated other cached values... A good example would be ORM, an instance of a record in the database needs cached elements...

This is a copy of Thomas Kemmer email suggestion:: > A last one for today: I only recently came across > > https://docs.python.org/3/library/weakref.html > > I think `WeakValueDictionary` makes for...

Please, could you consider merging this branch ? I tried to separate clearly these fixes and features in several commit. Please remember that you can comment each of them individually,...

This is the line I have after launching a sample `docker stats`: ``` CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O apache 0.54% 0 B...

version/1.9

**Describe the bug** Version of yq: 4.35.2 Operating system: linux Installed via: compiled from latest source **Input Yaml** data.yml: ```yaml - a: a1 b: b1 - a: a2 b: b2...

bug
v4

**Describe the bug** Checked on released 4.35.2, last source c8f4ba7f (after the "generic ast' commit)... **Command** ``` $ echo "a" | ./yq '.' ## expected ! a $ echo "a"...

bug
v4