inktrap

Results 34 comments of inktrap

I just wanted to clarify: while the params are documented through the options: https://cookiecutter.readthedocs.io/en/stable/cli_options.html I looked for a way to combine two different cookiecutter templates and then to use the...

Wow. Let me check out wingo a couple of days! Do you think it would work with xfce4? I switched from Openbox to xfce4 because it is a little bit...

I have problems with python3.11 ``` madmom/ml/nn/layers.c:211:12: fatal error: longintrepr.h: No such file or directory 211 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code...

You can simply install it: ``` pip install Cython numpy ``` Packet maintainer has to add this to the list of required packages

But then I get compilation errors for `madmom` with Python 3.11 see also #11 and https://github.com/cython/cython/pull/4428

So if I try python3.10 Cython is missing even if it is installed as a python package. ``` ModuleNotFoundError: No module named 'Cython' ``` ``` Reading package lists... Done Building...

To clarify: This happens because the file encoding is unicode. These are the encodings as reported by file: ``` vh@box ~/pythoscope [i] % file * error.txt: ASCII text example.py: Python...

@rhukster since I am actively using grav and would like to use pagination and get the total number of articles … I would like to ask if there has been...

Oh this is great … I saw the setting for this at some point, then didn't enable it, then attributed it to the git plugin and was surprised it was...

Ah I found [out.json](https://github.com/logseq/plugins/blob/master/out.json) Maybe I'll just give some background why I opened this issue. While looking at the docs/example page (default local link is http://127.0.0.1:12315/) I got the idea...