Alex Muirhead
Alex Muirhead
Running the demonstration [usage code](https://github.com/KhushrajRathod/slack-bolt#usage) with no modifications gives the following errors: ```output error: TS2612 [ERROR]: Property 'resolve' will overwrite the base property in 'Deferred'. If this is intentional, add...
This is more of a question than an issue, but do you intend on supporting Tree-Sitter queries in the near future? I couldn't see any mention of it in the...
When calling `set-page-properties`, an extra paragraph break is added after the function call. This becomes a problem frequently when rotating pages using `page(flipped: true)`, as the page properties for drafting...
It would be great if, when specifying a name along with `generate`, the immediate code was generated and printed to stdout, and the program exited. This would allow for the...
### Description The same way that we have `place.flush()` to manually ask for the layout of pending floats, it would be useful to have `footnote.flush()` (or similar) to manually place...
Modern Linux & Python distributions do not allow for packages to be globally installed, and modifying the `PYTHONPATH` variable is no longer recommended. This PR attempts to update the installation...
A subset of #149, testing on `lmr` in isolation. Please test out, and report any issues.
## Motivation Current unittests in D source files use `tcl` scripts for testing, and generate a separate executable for each unittest (enabled using specific version flags). This leaves 3 points...
The release of IPython 9.0.0 came with a rewrite to the theming, and deprecates the `c.TerminalInteractiveShell.highlighting_style` setting. I don't quite understand how to customise the new theming yet, but it...
This will close #138, and since there wasn't much discussion there I understand if this feature is ultimately not desired, but I thought I'd have a go at fixing it...