Cedric Beust
Cedric Beust
For example, `cd -s ` to bookmark the current directory, then `cd ` goes there.
Here's [how other shells do it](https://kylebebak.github.io/post/enabling-tab-completion), e.g. `compctl` in bash.
Probably not hooking stdin/stdout properly.
**Describe the bug** Creating a `LayoutJob` as follows is still causing the text to be centered in the Label: let mut layout_job = LayoutJob::simple("Simple layout".to_string(), FontId::default(), Color32::GREEN, 100.0); layout_job.halign =...
I'm trying to use cakeparse to write the grammar for my shell, https://github.com/cbeust/kash and I can't seem to define a simple grammar to allow either "and" commands: ``` a &&...
Getting a `StackOverflowException` when running `jlink`. Plug-in: ``` id("org.beryx.jlink") version "2.22.1" ``` Java: ``` java version "14.0.1" 2020-04-14 Java(TM) SE Runtime Environment (build 14.0.1+7) Java HotSpot(TM) 64-Bit Server VM (build...
Currently, this is only supported for Java sources. For Kotlin, I'll have to reimplement what `kapt` does for Gradle: generate a dummy Java file and invoke `javac` on it with...
Basically not downloading the dependencies of that jar file: https://docs.gradle.org/current/userguide/dependency_management.html#ssub:artifact_dependencies
Example projects: - https://github.com/orangy/thinkter - https://github.com/elpassion/react.kt