| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It must be first decoded to the plain UTF-8 string, and only then
bastard-encoded for the Assuan protocol.
|
|
|
|
|
| |
If in the end of the script differentiates between the script
being sourced and run.
|
|
|
|
|
|
| |
So, after getting complete and tested implementation of
URLencode/decode, I have found that Assuan doesn’t read that. No
encoding aside from very simple ones are deciphered.
|
| |
|
|
|
|
| |
With help from https://stackoverflow.com/questions/1886374, thank you.
|
| |
|
|
|
|
| |
General mechanism works, but the first tested function breaks.
|
| |
|
|
|
|
|
|
| |
Switch to using REUSE [0] for handling the licenses.
[0] https://reuse.software/
|
|
|
|
|
|
| |
Using the options `lc-ctype` and `lc-messages` to set the LC_ALL
option that is then set in the environment when calling rofi. Having
issues with rofi failing to set locale when using guix.
|
|
|
|
|
|
|
| |
As there is a parsing bug in guile-hall's test runner. So if a error
is triggered inside a nested test group no log will show up.
So commenting out these temporarily to work around that issue.
|
|
|
|
|
|
| |
Instead of using with-output-to-port procedure. As that had some
issues with guile-hall, as well as reporting the error from the test
suite. As it was accedentally capturing it.
|
|
|