Results 24 issues of contrun

This PR add a wildcard option `*` to allow all methods specified in `Access-Control-Request-Method`. I was trying to access webdav files from [organice](https://organice.200ok.ch/). My preflight request is like this `curl...

I have the same problem as [Issue #362](https://github.com/ellie/atuin/issues/362). That is, I am unable to sync atuin on a new device. I have the error message ``` thread 'main' panicked at...

While was deploying this program to aws, I encountered an error as I did not setup sufficient permission. When I deploy the second time, I encountered various deploy error like...

good first issue

Software like barrier which lets you easily share a single mouse and keyboard between multiple computers is not wayland ready yet. Here are the tracking issues for input-leap, barrier, and...

Currently, it is only possible to import org mode files to smos. Can we also have smos exported to org mode files?

Running ` deploy --ssh-opts='-o ProxyCommand="wstunnel --upgradePathPrefix=simple-test -L stdio:%h:%p wss://wstunnel.example.com"' '.#test'` passes `["-o", "ProxyCommand=\"wstunnel", "--upgradePathPrefix=simple-test", "-L", "stdio:%h:%p", "wss://wstunnel.example.com\""]` to ssh. The current implementation just splits spaces. https://github.com/serokell/deploy-rs/blob/e5546f9c2503c26d175f08a81fc0a0f330be4cbe/src/lib.rs#L418 Instead, we should do...

Currently we only have docker image for linux/amd64 https://hub.docker.com/r/etesync/etesync-dav/tags?page=1&ordering=last_updated.

This commit makes external dependencies unnecessary when `WITH_BLANK_EXTERNAL_DEPENDENCIES` is specified. It is useful in some restricted environment or in some specific applications (e.g. deterministic signature generation). I think it is...

I tried the following elisp configuration for helm-dash. It does not seem to work. ``` (use-package helm-dash :hook (haskell-mode . (lambda () (setq-local helm-dash-docsets '("Haskell")))) (rust-mode . (lambda () (setq-local...

To the best of my knowledge, boringtun is currently only a wireguard client. We can create a new tunnel with https://github.com/cloudflare/boringtun/blob/5f61297bfb198c9eea7d9b3e1bb32bdd36e403f7/boringtun/src/wireguard_ffi.h#L76-L81 . I didn't find any function to listen for...