Mike Slinn
Mike Slinn
## Summary Enhance debug-level log output so identifying problem Jekyll pages is easier. ## Motivation When log level `debug` is active, the following is output for every page: ``` Rendering:...
### Operating System Ubuntu 22.04 ### Ruby Version ruby 3.1.0p0 ### Jekyll Version jekyll 4.2.2 ### GitHub Pages Version _No response_ ### Expected Behavior Adding a `module_function` statement into a...
Opening this issue by request of @ashmaroli in #9038. ## Motivation `safe` is well documented as a CLI flag, but there is no user-level mention of the `safe` property defined...
This issue opened as a result of a discussion with @ashmaroli about #9038. ## Summary #9038 makes it clear that plugin authors are expected to be familiar with the [source...
## Motivation The `SamplePlugin::CategoryPageGenerator` class from the [`Generator` example page](https://jekyllrb.com/docs/plugins/generators/) is badly, totally, completely broken. ## Suggestion Either fix it or delete it. * Does not run * Most of...
### Describe the problem Pressing up-arrow in response to the prompt below causes the dashes to be converted to spaces. ```ruby prompt = TTY::Prompt.new prompt.ask('Filename slug: ', value: 'a-b-c') ```...
### Discussed in https://github.com/piotrmurach/tty-prompt/discussions/183 Originally posted by **mslinn** May 10, 2022 I want to verify that the provided answer is within the range of allowable string lengths (`min..max`). ## Attempt...
Seems the installation instructions should have mentioned the need for setting up chrome-sandbox properly. I'm running on WSL and get this. ```bash $ sudo chown root node_modules/electron/dist/chrome-sandbox $ sudo chmod...
When I tried `pigar` for the first time, I attempted to use it on a [django-oscar](https://django-oscar.readthedocs.io/en/3.0.0/) project. ``` $ pigar Traceback (most recent call last): File "/var/work/django/oscar/lib/python3.8/site-packages/pigar/core.py", line 406, in...
`dependencyBrowseGraph` generates HTML that has this container: However, that was too narrow. I had to manually widen it for my project: Is there some additional control that might be applied,...