Sam Gleske

Results 107 issues of Sam Gleske

This provides a lightweight dark mode. This is a work in progress. There's darker styles when the operating system is in dark mode. If you would like to try it...

Renamed all session tokens so they start with `wgui_`. This makes it significantly easier for a frontend to modify end-user cookie behavior when this project is used as a Home...

Enable remote debugging of Jenkins to be easier using this project. https://stackoverflow.com/questions/44372595/how-do-you-attach-to-a-remote-java-debugger-using-visual-studio-code

I have a CLI project which uses yq CLI as part of its core functionality. Currently, when I run it with an upgraded version of yq I get the following:...

enhancement
v4

Makes it a little faster and reduces dependencies. Enables use within graalvm. https://github.com/oracle/graal/issues/1016#event-2181586809 ```groovy import groovy.transform.CompileStatic withConfig(configuration) { ast(CompileStatic) } ``` https://stackoverflow.com/questions/29609130/when-why-would-i-want-to-use-groovys-compilestatic

It may be time to reformat all code using an automated utility. https://github.com/nvuillam/npm-groovy-lint ``` git clone https://github.com/nvuillam/npm-groovy-lint cd npm-groovy-lint docker build -t nvuillam/npm-groovy-lint . cd ~/git/github/jervis/vars/ # reformat code docker...

It would be cool if this outputs to YAML. Do you accept pull requests? Here's a fast proof of concept I use with `awk`. ### Example output The following example...