Pomba Magar

Results 5 issues of Pomba Magar

My `jsonnet` file looks like this. ```jsonnet local constants = { sys: { os: 'linux', arch: ['amd64', 'x86_64'], }, }; { prefix: '~/.local', packages: [ { local version = '1.18',...

question

My `dhall` file looks like this: ```dhall let Pkgman : Type = { prefix : Text, version : Text } let Package : Type = { name : Text ,...

Since we can already use this as a [library](https://github.com/lotabout/skim/blob/a13bd4b1bf/README.md#use-as-a-library), i think it will be beneficial to separate them so that if someone consume this as a library, we don't pull...

feature-request

Hello, I'm following the example verbatim. https://github.com/deinstapel/cursive-tabs/blob/52e94cb6bc686a209127ce7bf9b7087a2d602ba2/examples/fullscreen.rs#L1-L60 The active tab name is not highlighted initially even though active tab is being set. https://github.com/deinstapel/cursive-tabs/blob/52e94cb6bc686a209127ce7bf9b7087a2d602ba2/examples/fullscreen.rs#L34 Image to illustrate potential bug and expected...

Hi @diegodario88, thanks for the awesome piece of software, it's the only thing that works on gnome wayland without any issue. I want to be able to pass args to...

enhancement
good first issue