Khải

Results 100 issues of Khải

## Motivation Sometimes I want to browse files hosted by miniserve the same way I do with local files (i.e. using a File Explorer). ## Suggestion Implement [WebDAV](http://www.webdav.org/). Initially, read-only...

## Summary Right now, the only way to "configure" miniserve is via command-line arguments ```sh miniserve --interfaces ::1 --port 8080 --auth user:sha256:hash $@ ``` But it would be more convenient...

This should be easy, but I won't do it because I'm lazy. @zkochan Are you interested?

## 🐛 Bug description I run `wasm-pack help` and it crashes (sometimes). ``` wasm-pack 0.9.1 Ashley Williams 📦 ✨ pack and publish your wasm! USAGE: wasm-pack [FLAGS] [OPTIONS] FLAGS: -h,...

bug
dependency

### Motivation I want to publish my package automatically from CI, but wapm authentication model does not make it easy: * `wapm login` provides no option to login without user...

It is `Result`, not `Result`, but the documentation does not tell what that number (`u32`) means.

documentation

Plata is a new GTK+ theme by the creator of Adapta based on Adapta. * GitLab repo: [tista500/plata-theme](https://gitlab.com/tista500/plata-theme) * AUR: [plata-theme](https://aur.archlinux.org/packages/plata-theme/)

Once I opened multiple yaml files in git conflict, my computer slowed down significantly, I then use System Monitor to inspect processes and see that `code ...redhat.vscode-yaml...` has an unusual...

bug

**Describe the bug** ![screenshot](https://user-images.githubusercontent.com/11488886/111029425-1bd1dd80-842f-11eb-9b2a-3d220875915e.png) **To Reproduce** Steps to reproduce the behavior: 1. Install OctoLinker 2. Go to https://github.com/Voultapher/once_self_cell#a-motivating-use-case **Expected behavior** The module name (`once_self_cell`), not the tail of `unsync_once_self_cell`, is...

bug

## Problem I can't help but notice the code used to parse CLI argument being overly repetitive: * There are two files (`app.rs` and `flags.rs`) just to parse CLI arguments,...