Klas Segeljakt

Results 28 issues of Klas Segeljakt

Hi, I wonder, would be possible to allow prost-types to be wrapped inside `std::sync::Arc`? The reason is that I want my messages to be sendable across both processes and threads....

enhancement

Would it be possible to integrate linefeed's completions with [skim](https://github.com/lotabout/skim) to enable fuzzy completions?

Adds a new `PrattParser`, which works similar to `PrecClimber` but extends it with unary (prefix and suffix) operator handling. To try it out, checkout this PR and run `cargo run...

The docs say: > Any struct whose fields are builders can also be used as a builder. This is used to build multiple results at the same time. But, when...

I checked the lexer code and this seems to be the only keyword without documentation.

`map` is defined as: ``` macro map(data, func) = ( result(for(data, appender, |b, i, x| merge(b, func(x)))) ); ``` So it looks like this should work: ``` map(rangeiter(0L, 3L, 1L),...

I have a huge submodule (LLVM) that the action fetches, although it is not needed. Would it be possible to fetch only submodules that are relevant to zola?

If I start macvim: ``` mvim -u NONE ``` and do ``` :set nocp :set macmeta :inoremap foo ``` Then, pressing either `å` or `Alt+e` in insert mode will insert...

Input

Hi, when I compile my markdown document, containing ~50 listings, with pandoc and crossref about half of the listings appear at the end, after the references section. I couldn't find...

question

Have you considered creating a custom font for the game which is loaded when the game starts? For example see my game: https://media.giphy.com/media/d1E2GIbl1ulFhxNS/giphy.gif. It makes things look nice and also...

question