blastbeat

Results 4 issues of blastbeat

Assume your are on Windows 7 with some HDD v:/. There is also a folder v:/rel. Try this: ``` lua print(lfs.attributes( "v:", "mode" )) print(lfs.attributes( "v://", "mode" )) print(lfs.attributes( "v:/",...

Tried to install tigramite on my machine (Debian Trixie) via ``` sudo python3 ./setup.py install ``` Got error message ``` RuntimeError: Cannot install on Python version 3.11.6; only versions >=3.7,

This can easily be done with a specialized Lua IDE like [Zerobrane](https://github.com/pkulchenko/ZeroBraneStudio).

enhancement
good first issue

- [ ] Evaluate "cleantable"; is this function useful? - [ ] Remove "tablesize"; can be emulated with pure Lua

enhancement