Farseen

Results 22 issues of Farseen

Hi, I'm using Vim Plug on Neovim v0.4.3 I tried installing vim-haskellFold like this: ```vim Plug 'Twinside/vim-haskellFold' ``` But folding still doesn't work. `set foldexpr?` returns `0`. Does this only...

When displaying posts, in `Post.svelte`, in the more info field, detect mobile numbers using a regex like `[0-9 ]{10,}` and replace it with something like `1234567890`

good first issue

My laptop is quite old and recompiling Rust from scratch is really slow. Currently `cargo-chef` helps to make sure that dependencies are recompiled only if `Cargo.toml` or `Cargo.lock` is changed,...

help wanted
devops

Currently it is not possible to have routes like this: https://breathe-india.com/supplies?item=foo&location=bar This will improve UX by letting people share search results.

help wanted
sveltejs

It looks like the author meant to do: if(reader.peek() === UNSIGNED_INT) { reader.readUInt() } instead of if(reader.peek() === UNSIGNED_INT) { reader.readInt() }

## I'm submitting a… [ ] Bug [x] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Reproduction Instructions * Enable `focus_follows_mouse` * Open three...

enhancement
4.20

GitHub's readme header is pushed to bottom-right. There seems to be an additional div above the header, which pushes it down. Then there seems to be a 'left: px' on...

In `conway.cddl`, there are many types which are maps. As per CDDL spec, maps are allowed to have duplicate keys. But the node doesn't allow duplicate keys in some places,...

conway
cddl