Vic

Results 4 issues of Vic

The current code includes all providers in the shorturl package, even when they are not used. I suggest changing this to an architecture similar to the [database/sql](http://golang.org/pkg/database/sql/) package. - The...

Output of `restic version` -------------------------- restic 0.9.4 compiled with go1.11.4 on darwin/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Add the ability to...

type: feature suggestion
category: scripting

While using a nested router I got unexpected 404 responses when requesting `/foo/` on a router nested in `/foo`. Test: ```rust #[async_std::test] async fn nested_with_slash_path() -> tide::Result { let mut...

bug

I'm looking into `hypertext` as a replacement for `maud`. My templates include a lot of inline SVG icons. This branch is an attempt to make it work in `hypertext`. It...