Aiko Mastboom

Results 10 issues of Aiko Mastboom

I am attempting to reduce the load on my workstation (laptop) by leveraging the the separation of concerns that [Jetbrains Gateway](https://www.jetbrains.com/remote-development/gateway/) tool provides and offload development tasks to another machine...

Kind:Enhancement

I believe the idea for https://github.com/helix-editor/helix/pull/2996 was to be able to add a spacer if desired. Looking ahead to https://github.com/helix-editor/helix/pull/1623 I prefer to have that space filled by git status....

It would be nice to be able to reference editor information on the `:sh` line. Things like for **example**: |subs|description| |----:|:---| | $fn | filename (= $bn.$ex) | | $bn...

C-enhancement
A-helix-term

`Mix.ex` of phoenix_swagger ```ex {:poison, "~> 2.2 or ~> 3.0", optional: true}, ``` My `Mix.ex` ```ex {:poison, "~> 5.0"}, ``` ```sh $ mix deps.get Resolving Hex dependencies... Failed to use...

After completing all 42 questions I wanted to save my state locally as advocated possible at top of the page. Only to find out the data posted to my clipboard...

A little spin-off from https://github.com/helix-editor/helix/pull/2977 > [the-mikedavis](https://github.com/the-mikedavis) commented https://github.com/helix-editor/helix/pull/2977#issuecomment-1210069668 > Code-wise this looks fine to me but IMO toggling a boolean is conceptually different from increment/decrement. Even as a standalone...

A-core
S-waiting-on-review
S-needs-discussion

https://alpinejs.dev/upgrade-guide

The end result of this endeavor was unsuccessful. However, I'd like to share my findings / quick fixes nonetheless. In server.rb https://github.com/jubos/fake-s3/blob/master/lib/fakes3/server.rb#L419 I added unescaping of the incoming source: ```...

Upgrading our node stack the following came to light. node 0.10.23 with npm 1.3.17. doing a npm publish works fine for us. upgrading to node 0.10.24 or higher with npm...

In a attempt to make the output of meshtastic a bit more machine parsing friendly (eg by [nushell](https://github.com/nushell/)) I propose the addition of '--json' to switch the output to something...