onetonfoot

Results 4 issues of onetonfoot

I found some bugs whilst using `.append` which I'll try to summarize using shortcode snippets. In addition, some things I found a little unintuitive with the API which could perhaps...

bug
enhancement

Does the current tool support using folders that aren't compressed? For example, I'd like to use a local folder without compressing it by putting this in the KfDef ``` repos:...

I'm trying to setup HTTPS following the example from [here](https://discourse.julialang.org/t/basic-setup-of-http-server-with-mbedtls/46233), but can't seem to get it to work :/ . ```julia key = joinpath(@__DIR__, "localhost-key.pem") cert = joinpath(@__DIR__, "localhost.pem") sslconfig...

Hey, when working with `JSON3` and `StructTypes`, I've noticed that the error messages received when passing incorrect data lack clarity, specifically in mentioning field names. Here's a small example: ```julia...