Patrick Marchand

Results 26 issues of Patrick Marchand

This is a very basic, non functioning port to OpenBSD 6.6-current, related to issue #567 Before trying to build, you will need to install the following dependencies pkg_add go pkg_add...

## Versions: * mgmt version (eg: `mgmt --version`): git master * operating system/distribution (eg: `uname -a`): OpenBSD 6.6 GENERIC.MP#402 amd64 * golang version (eg: `go version`): go version go1.13.3 openbsd/amd64...

I'm planning to explore this soon, but opening the issue now in case anybody has feedback. I'd like to separate the acme window management from the actual acme windows, so...

I first saw this in https://github.com/as/a, but the idea is that Look (and maybe even Edit) would operate differently depending on the context it is executed in, so using Look...

When you use ctrl-f to complete a file path and more than one option is available, the resulting completion window should have the path of the completions parent directory in...

From the man page for plan9port sam(1) External communication Sam listens to the edit plumb port. If plumbing is not active, on invocation sam creates a named pipe /srv/sam.user which...

Cant get @vue/language-server to work. I installed it with `yarn global add @vue/language-server` then wrote this script: ``` #!/bin/bash vue-language-server --stdio ``` My server entry looks like this: ``` [Servers.vueServer]...

It would be a bit more readable if file paths in the diagnostics window where relative to the workspace. I think this should be possible, either by doing some magic...

Is there any interest in an --explain flag that would give an offline version of the wiki documentation? I dislike needing to have a browser open to get the longer...

Maybe there's a simpler way to do this, but here's a function that will get the inverse of LastArrayElement: ```ts export type ArrayExceptLastElement = // If the last element of...