Yuri Schimke
Yuri Schimke
I'm curious whether it could spur adoption of good baseline performance metrics and adoption of Jetpack Benchmark. https://developer.android.com/studio/profile/benchmark
e.g. inline images (iterm only), play sounds, pretty print and colour JSON output. stealable code https://github.com/yschimke/oksocial-output/blob/master/src/main/kotlin/com/baulsupp/oksocial/output/ConsoleHandler.kt https://github.com/yschimke/oksocial-output/blob/master/src/main/kotlin/com/baulsupp/oksocial/output/iterm/ItermOutputHandler.kt
Feature Request Idea https://python-prompt-toolkit.readthedocs.io/en/stable/pages/gallery.html https://python-prompt-toolkit.readthedocs.io/en/master/
Either implementation, or at minimum an API that could be used to implement process handling in node or native builds. kotlin-process is a nice API and successfully hides the ProcessBuilder...
I think fish completion is generally much simpler than bash e.g. see examples below with baked in completions "atlassian github" etc. But the functions at the top actually use the...
It's fairly trivial to expose and bundled java app with launcher scripts via homebrew without any permission from upstream brew maintainers e.g. https://github.com/yschimke/homebrew-tap/blob/master/rsocket-cli.rb#L18 This script makes the following brew command...
Some code from my own libraries that could be useful if you want richer terminal integration. Launching preview apps https://github.com/yschimke/oksocial-output/blob/master/src/main/kotlin/com/baulsupp/oksocial/output/OsxOutputHandler.kt Json pretty printing https://github.com/yschimke/oksocial-output/blob/master/src/main/kotlin/com/baulsupp/oksocial/output/ConsoleHandler.kt Image support (e.g. iTerm2) https://github.com/yschimke/oksocial-output/blob/master/src/main/kotlin/com/baulsupp/oksocial/output/iterm/ItermOutputHandler.kt
Would be nice to have multiple window support for context switching