Rien

Results 56 issues of Rien

Installing the `tree-sitter` using node version `17.4.0` with `npm` seem to fail with the following errors: ``` npm ERR! In file included from ../src/binding.cc:1: npm ERR! /home/rien/.cache/node-gyp/17.4.0/include/node/node.h:843:7: warning: cast between...

I am having a strange bug when two (or more) test files indirectly use `tree-sitter`, the second import throws the following error: ``` yarn run v1.19.1 $ jest PASS src/lib/__test__/one.test.ts...

bug

It is currently impossible to integrate two GitHub servers with the same plugin. As a workaround: will stuff break if I edit the `.tar.gz` to just change plugin id?

Help Wanted
Up For Grabs
Hacktoberfest
Tech/Go
Difficulty/2:Medium
Type/Enhancement

Hi, I'm trying out `cntr` to debug a nix package, but I get the following error when trying to connect: ``` # cntr attach -t command cntr-/nix/store/cv9dl6yr37a3c0iqqjmz76ba5bsda01n-notmuch-0.35 unable to move...

documentation

HTML and LaTeX have some interesting similarities. I notice I resort to software like pandoc when I need to make 'quick and dirty' LaTeX files. This becomes infeasible for bigger...

Add a simple way to add extra video filters to `ffplay`. I propose `-e | --extra-filters` which would set the next argument as the initial value for `video_filters`. One use...

enhancement
good first issue

Installing `restream.rs` by `scp`'ing it to the reMarkable is not user-friendly and prone to errors. This also requires the prebuilt binary to be present in the repository, which is not...

I was searching whether `@vue/cli` was packaged. It is, but it does not show up when searching for it: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&query=%40vue%2Fcli

bug
topic: search query

There are now two cards on the bottom of the landing page with a lot of text and a link to the graph and file analys pages. These should be...

web UI

Consider the following two files: ```java private class ClassWithArray { private char[] chars = {'A','B','C','D','E','F','G','H','I','J','K','L','M', 'N','O','P','Q','R','S','T','U','V','W','X','Y','Z', 'a','b','c','d','e','f','g','h','i','j','k','l','m', 'n','o','p','q','r','s','t','u','v','w','x','y','z'}; } ``` ```java private final class ClassWithMoreArrays { private final static char...

bug