Daniel Sandbecker

Results 11 issues of Daniel Sandbecker

One thing that would be nice for publishing snippets (see #84) is if there was a standard way of indicating which syntax is used, so as to mark the snippet...

Would it be possible to allow for optional output of the complete metadata in a structured format for the selected snippets after searching? (Personally I would prefer JSON for interoperability,...

feature-request

Thank you for this useful tool! It is really designed in the spirit of Elm and helps guiding me through my documentation task. Is there any way documentation comments for...

enhancement

I would have guessed that placing a lambda call in a list iteration would resolve just like any other slim instruction, but I haven't been able to get it to...

I use an USB SSD as boot disk. Would it be possible to install the SAT-SMART-Driver in the OS that lives on that disk to get SMART status from the...

While restish works great for personal use, it would be even better if you could easily share an API configuration in a project. The use case is api-specific commands in...

Calling `Yajl.load(ARGF)` will hang after the last object has been yielded. E.g. ```bash echo '{"a": 1}' | ruby -ryajl -e 'Yajl.load(ARGF) {|o| p o }' ``` Will output ``` {"a"=>1}...

With the August release Ex Libris introduced an improved interface to [letter customization](https://knowledge.exlibrisgroup.com/Alma/Product_Documentation/010Alma_Online_Help_(English)/050Administration/050Configuring_General_Alma_Functions/Configuring_Letters) (and ["component customization"](https://knowledge.exlibrisgroup.com/Alma/Product_Documentation/010Alma_Online_Help_(English)/050Administration/050Configuring_General_Alma_Functions/Configuring_Components)), where the labels and template for a letter are accessed in tabs on the...

Hi, Thanks for this fantastic tool. Was looking for some help on how to handle Alma letters in Git, but this was much more than I would have hoped for....

### Proposal Add support for parsing skhd modes, and add an additional optional mode-flag when using the CLI `--sheet skhd` flag, for example `--sheet skhd --mode focus` When the parameter...

improvement