Robert Marciniak

Results 12 issues of Robert Marciniak

https://user-images.githubusercontent.com/6072243/163984639-37625683-8efa-440d-9570-bb175aae8a70.mov I've tried taking a look at `ghcide`, `haskell-language-server` and `lsp` repos and codebases to see which one might be responsible for dropping code lenses so quickly after typing, but...

status: needs triage

Could you try to write down what you did and how you did it so that when you might someday ultimately decide to abandon this project someone else can pick...

There's an empty file `sass/_custom.scss` which looks like it should allow for some style overrides, but I don't know how to use it, other than trying to experiment with it.

Vendored "Jost" font uses latin-only variant, but there is a broader. For example "Zażółć gęślą jaźń" is rendered using fallback fonts. As a workaround I've changed `@import` in `main.scss` to...

### Feature Basically, I'd like vim's `completeopt = noinsert` (or helix's `preview-completion-insert`) I see that `` `` are hardcoded and always write to buffer https://github.com/mawww/kakoune/blob/83fb65aef5729167b47c6ec22a57e5bd6ac5a9ae/src/input_handler.cc#L1292-L1303 ### Usecase _No response_

feature request

Hi, I'm trying to extract token secrets from encrypted backup. I've managed to extract `authenticator.plist`, which contains multiple entries that resemble base64, but do not decode into valid utf-8. Here's...

Hi, I'm trying to boot from btrfs subvolume and I'm getting `Unable to parse ARC name`, along with `EFI_NOT_FOUND` error code. my loader entry looks like this: ```ini [Windows] SystemPath=btrfs(b6abd326-f396-4479-99d2-4a5ca63c7da6)\Windows...

- feat: Add follow_symlinks option. - test: Test `follow_symlinks`

I've noticed that newly created user gets its own entry in login manager, and was wondering if creating user as system user, rather than normal one without home, is both...

### Issue This PKGBUILD makes `makedeb` fail, because `patchelf` is not getting installed. cmdline: ```sh env DEBIAN_FRONTEND=noninteractive makedeb PKGBUILD -sri --pass-env --no-confirm ``` PKGBUILD: ```sh pkgname="test1" pkgdesc="Test feature #1" pkgver="1"...

T-Defect