barchard
barchard
Sure, I want to map `/folder` to a `/path/to/folder/on/disk` so that `/folder/sub-folder/file.txt` automatically routes to `/path/to/folder/on/disk/sub-folder/file.txt`
Awesome, thanks! For backwards compatibility, maybe `@` can be analogous to `@:text`?
Sounds like a good approach. Thanks.
This a great util library, but it seems like it may be abandoned? Anyone have suggestions for an alternate library?
@pintend I did not iirc. Sorry.
I have checked the `crontab` and was searching for this entry: https://github.com/engintron/engintron/blob/ce6203b59bb5bd4c1377787c39a901869c6cfa1a/engintron.sh#L583 This entry was _not_ present. Manually re-running the installer did _not_ add this entry. There seems to be...
I can't seem to get `import pngdec` to work like `import jpegdec` does. What did you use for your `import` statement? Thanks