Mathew Polzin
Mathew Polzin
Tracked as ticket at https://github.com/mattpolzin/OpenAPIKit/issues/279
I'm going to close this PR. The following work is more likely to be the ultimately design: https://github.com/mattpolzin/OpenAPIKit/pull/369
You should get this for free with OpenAPIKit [3.8.0](https://github.com/mattpolzin/OpenAPIKit/releases/tag/3.8.0) or [4.2.0](https://github.com/mattpolzin/OpenAPIKit/releases/tag/4.2.0).
I can reproduce this, though I surprisingly never have before just by chance. The hook this plugin installs is not specific to the type of file being read. I am...
workaround: `inWindow "win" $ setWindowSize ...`
Although I don't have a small reproducible chunk of code to contribute, I think this is potentially the same bug that is causing crashes in OpenAPIKit's [test suite](https://github.com/mattpolzin/OpenAPIKit/actions/runs/19641174108/job/56289326810?pr=456) when run...
Heads up that because of a change that merged into main between when this PR was opened and now, you'll need to require OpenAPIKit v4.3.1 or greater once you've rebased...
@czechboy0 more of a procedural question: what is your versioning strategy around bumping OpenAPIKit major versions? Some potential considerations: - Getting to version 4 of OpenAPIKit unlocks the ability to...
I'm not sure I like the renaming of `SortedMap.toList`. I like the symmetry that `toList`/`fromList` are duals and I find it more useful to consider the action of taking a...
If such a hole is a “todo” then I’d think at the very least being able to enumerate and jump to it would be useful. What use is a TODO...