Lucian Marin

Results 8 issues of Lucian Marin

Functions like (sum, avg, etc.) over entire history of results. `sum(*)` (or any other special character) should produce the sum of all results in the current session. Or the way...

enhancement

```python def hexcode(emoji): codes = [hex(ord(e))[2:].upper() for e in emoji] return "-".join(codes) ``` Can we add hexcode to `emoji.EMOJI_DATA`? https://github.com/hfg-gmuend/openmoji are indentied by their hexcode. I use the **emoji** package...

``` afsctool -T LZVN -c /path/to/random/file /path/to/random/file: unsupported compression type 2 bytes Unable to compress file (already compressed). ``` I think LZVN support is enabled (cmake LZVN repo then cmake...

The app should run SAVE command on Redis server before quitting.

There are a few benefits to let users set a future date and time: - if Mac sleeps then wakes up the countdown clock isn't affected - they know exactly...

`` When it gets converted to AMP using htm-to-article-json then article-json-to-amp the above code gets `` tags stripped out. The problem comes from html-to-article-json. I think `` tags should be...

Can you a manifest.json to be able to install it on Android/iOS? ```html ``` Below is the code I use on [Subreply](https://subreply.com/) and it works great. Maskable icon is the...

featurereq
good first issue

I did some extra things like renaming icons and optimize them, adding icon field in html template as well.