lestcape
lestcape
@lfom unity-gtk-module **have not support for wayland** and appmenu-gtk-module have support, _but that was added by me_. In Fedora, the package unity-gtk-module was introduced by a maintainer of the Cinnamon...
I think that zoom the timeline is the more general and useful feature, but it can be to much. So, if we need to prioritize the more important application of...
As you already note, the usage of `mb_strlen` seem to be wrong there. Info are in general stored as ASCII. See as how is used in other extended classes of...
Yes, Info are **in general** stored as ASCII. We really don't have a detailed specification for when one is used and when not. Testing what happens in practice is the...
Really I think that only `mb_strlen` is wrong, because that assume the encode as `UTF-8` and this might not be the case. See: https://github.com/tiamo/spss/pull/63, but that not means that it...
I opened a pull request https://github.com/tiamo/spss/pull/72 and there i try to make more clear what is needed. The point is that: All sizes should be calculate in bytes, but the...
I don' t know what @tiamo want to do about the new php versions, it become to be tricky to support all with the same code and i don' t...
Well, in reality there is only one dependency and in Debian it is installed as easy as executing the command:` sudo apt install php-mbstring`. The `bcmath`, is really not used....
Yes, this library is pretty slow, or i should said, I think that PHP is slow. With the library, you can pass your data line by line or all at...
So, i recommend you to start the generation of the sav in the server, register an id of the process in a database and add there information about the progress...