Antti Korpi
Antti Korpi
As pointed out in #6, currently holding a key only displays when the key was pressed, and when it was released, with no autorepeat. For example, holding down a for...
```rust let guard = HazardPointer::new(); let ptr1 = guard.protect_ptr(atomic1); let ptr2 = guard.protect_ptr(atomic2); // ① guard.reset_protection(); // ② ``` What does ① do? Does it drop protection for `ptr1` and...
## Description Tests like the following will always fail, because `process.stdout.write` does not write a terminating newline, while the `out` block is parsed as though it had an implicit terminating...
### Why? This would be helpful for testing some types of programs: - Programs that require a long-running server process to be running in the background, like web services. -...
I mean [these `exec`s](https://github.com/bahamas10/dotfiles/blob/a59f6f2a39c42a87c3954d2f9155f2fd1c86c292/i3config#L12-L65)—they all seem to be generic X11-level things that would work with any WM (or even no WM at all), so maybe ~/.xinitrc (before `exec i3`) would...
Trying to start on https://github.com/gkz/LiveScript/issues/880#issuecomment-471431184 by adding a failing test like a good developer, but adding this test— ```diff diff --git a/test/cli.ls b/test/cli.ls index 1013c951..0751e35f 100644 --- a/test/cli.ls +++ b/test/cli.ls...
Looks like the package name `LiveScript` is no longer in use ``` > npm show LiveScript versions [ '0.9.0', '0.9.1', '0.9.2', ... snip ... '1.2.0', '1.3.0', '1.3.1' ] ``` while...
I am irritated by how much the generated files in `lib/` bloat the git tree when I commit to this project. It's unnecessary to check in generated output files! The...
`async` and `await` were introduced as keywords in LiveScript 1.6.0, but this module's syntax stuff doesn't highlight them yet. I guess they'd go in [this list](https://github.com/gkz/vim-ls/blob/795568338ecdc5d8059db2eb84c7f0de3388bae3/syntax/ls.vim#L35)?
I can recall having managed it in the past. Following the [current building instructions](https://github.com/spajak/cef-pdf/tree/e515cf23f63d52db0ce0ded473104259e6bdf7c0#building), I downloaded the correct CEF distribution files for my system, `cd`'d into a temp directory, then...