Bèr Kessels
Bèr Kessels
Before, this raised an error for lint, test and basically any command: ``` TSError: ⨯ Unable to compile TypeScript: src/signal-termination.ts:92:7 - error TS2322: Type 'true' is not assignable to type...
I like and need this exact case. Anything I can do to push this forward and help getting this merged? For example, I could make it more generic using a...
Anything we can do to help get this merged?
Same happens on *Ubuntu 20.04.2 LTS x86_64*
It works on Ubuntu 20.04.2 LTS x86_64 with the latest version `devserver v0.4.0`
 Same error on Ubuntu snap. ``` ❯ snap info sleek name: sleek summary: sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. It's...
A comparable application, Stretchly, discusses this same feature. Their intended approach is to allow a user to define a set of applications that, when running, puts Stretchly on pause. https://github.com/hovancik/stretchly/issues/389...
I've tried to fix the issue , in PR #147. Due to lack of experience with Rust and ES, I get stuck on the test-data that needs to become `geo_point`...
The tests must be ran with `cargo test --features geo` by the way.
Quick way, that I use, is a different partial for teaser-mode: _blog_post.html.erb used for full view, blog_teaser.html.erb for partial-view. In fact, this would eliminate the _blog_post.html.erb alltogether, since that is...