lan Nomar

Results 16 issues of lan Nomar

luarocks search lpeg output is lpeg 1.0.2-1 (rockspec) - https://luarocks.org 1.0.2-1 (src) - https://luarocks.org 1.0.1-1 (rockspec) - https://luarocks.org 1.0.1-1 (src) - https://luarocks.org It would be nice if something more useful...

enhancement

proposal to change behavior of http.request{redirect=bool} to integer. behavior should mimic curls --max-time

enhancement

I do not know if this is a bug or if I'm just stupid. but. ``` cd /tmp;touch hello.mkv for (* in *.[mM][Kk][vV] *.[Mm][Pp]4){ ~ $^* '*'.* || echo $*...

``` fn isdir { @{ cd $^*;return $status } } isdir / ``` will set directory to / instead of being insulated from the command Not only that, but when...

This is more of a feature request and would maybe break behaviour but considering ifs is a list, it should probably behave in a manner of ifs=($nl^$nl $ifs(1)) that is,...

### Description of the bug [Awesome WM](https://awesomewm.org/) binary has the same name. This in turn conflicts if you manage to put this above path and use xinit to launch xorg....

bug

I have a small script that launches $EDITOR if content-type is not text/html, sprunge however always sets content-type to text/html even when its not html.

maybe uninstall should be added to .PHONY, but unsure.

Pretty much title ``` diff --git a/Makefile b/Makefile index 63a53da..e71085a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,9 @@ $(OBJ): $(HDR) install: paleta mkdir -p $(DESTDIR)$(PREFIX)/bin cp paleta $(DESTDIR)$(PREFIX)/bin/ -...