by jakobnissen on 10/8/24, 1:49 PM with 8 comments
by JanisErdmanis on 10/8/24, 9:32 PM
The `[sources]` in Project.toml is useful feature when retrieving projects without a `Manifest.toml` file. A thing I found missing there, is the lack of integration with `Pkg.add` and `Pkg.dev`, where now I need to manually edit the file to keep those things persistent when `Manifest.toml` is not present. Hopefully, that can be improved with future releases.
I did not understand the ScopedValues example utility. The middleware could handle most of those permission controls by being more explicit with methods `handle_admin` and `handle_guest`. Perhaps someone has a better example where it is really useful.
by alhirzel on 10/8/24, 3:03 PM
by eigenspace on 10/8/24, 7:45 PM
by miguelraz on 10/9/24, 3:04 PM
by affinepplan on 10/8/24, 4:04 PM
by lawls on 10/8/24, 3:19 PM