Joseph Schoblaska
Joseph Schoblaska
Adds the ability to highlight squares via `generator.highlightSquares()`. This is something I wanted for myself, both for highlighting the last move (a common feature in tactics puzzles) and for instructional...
I use `add_current_line_on_normal_mode = false`. When I want to generate a link to a specific line I use visual mode, but noticed that the URLs link to a one-line range...
### Description Inside of a `path_display` function, `actions.state.get_current_line()` returns the previous state of the prompt input rather than the current state. ### Neovim version ```markdown NVIM v0.10.0-dev-2799+ge016f5bee-Homebrew Build type: Release...
When the top of my file looks like this: ``` pico-8 cartridge // http://www.pico-8.com version 41 __lua__ -- sokotiles -- by schoblaska ``` The cart label gets generated like this:...
[Bug] ScopedLogger fails attempting to compare symbol to integer for libraries like semantic_logger
### What are you really trying to do? I'm running Temporal alongside a Rails application, starting the Temporal worker with a Rails runner script like in the [example](https://github.com/temporalio/samples-ruby/tree/main/rails_app). ### Describe...