HoffiMuc

Results 8 issues of HoffiMuc

In my case, I have my `main` in package `x.y` and want to INCLUDE / DependsOn a file in package `x.a` as well as in package `x.y.z` ```kotlin @file:DependOn(...) @file:Include("../helpers/CamelCase.kt")...

Hi, I'm missing the options for dealing with submodules. On 'in' (clone) there are submodule handling parameters I need these also to exist on 'out' (push), as the latter also...

_LAST_COMMAND_INDICATOR_ always shows gree/ok ``` 13:21 $ pushd ~/DBs/git/minimal/minimal_spring_cloud_stream_rabbit/src/main/java/com/dellemc/scsrabbit ~/DBs/git/minimal/minimal_spring_cloud_stream_rabbit/src/main/java/com/dellemc/scsrabbit ~ ✔ hoffmd9:.../main/java/com/dellemc/scsrabbit [master|✔] 13:21 $ asdf -bash: asdf: command not found ✔ hoffmd9:.../main/java/com/dellemc/scsrabbit [master|✔] 13:21 $ echo $? 127...

Is there a way to pass command-line options to jq, e.g. --raw-output ? if so, how to? thanx

enhancement

if yaml starts with '---', e.g.: ```yaml --- USING_DNSMASQ_ON_HOST: true DEPLOY_LOCALPATHSTORAGE: true ``` ```kotlin val yamlConf = Yaml.decodeFromString(YamlConf.serializer(), File("conf.yml").readText()) ``` result: ``` Exception in thread "main" net.mamoe.yamlkt.YamlDecodingException: Top-level decoder: illegal...

enhancement

Is there any documentation on how to customize or add new key-bindings for individual shortcuts? I see there is/hasBeen `WindTerm-Install-Path/global/wind.actions` and/or `WindTerm_installed_path/global/wind.keymaps` after installing WindTerm (portable) via choco I have...

### Goal or desired outcome of this feature For being able to "reference" a Card (e.g. in a git commit message) it would be cool to have a feature that...

enhancement

Why does CodeBlock.builder() not have addComment() method like e.g. FunSpec.builder() ?

enhancement