Results 6 issues of sarna

Fedora users should install libraries listed for CentOS as well, the installation breaks without them. I propose merging the instructions from this: ``` On Fedora, also run: sudo yum install...

os:linux

Hi! I love Projectify! I've been successfully using it to manage my various projects and tasks at work, it works great. Big thanks for creating it :) However, I tried...

enhancement

**Is your feature request related to a problem? Please describe.** [Sourcehut](https://sr.ht/) automatically detects if you forgot to attach a license to your repository. However, it can't detect all naming variations,...

package system

Requiring the library fails immediately with an unhelpful message if LuaSec is not installed: ``` $ cat foo.lua http = require("socket.http") $ lua -l set_paths foo.lua lua: foo.lua:1: module 'socket.http'...

```gleam // bit_array pub fn slice( from string: BitArray, at position: Int, take length: Int, ) -> Result(BitArray, Nil) // string pub fn slice( from string: String, at_index idx: Int,...

It'd be nice if Janet warned you (threw an error, printed a warning, ...) when you don't provide the body for `seq`, for example: ```janet (seq [i :range [0 5]])...