James Brunton

Results 15 issues of James Brunton

Currently, the supported method of registering features in a `LangaugeServer` is through the `@server.feature()` decorator. This works well for a lot of use-cases, but the standard usage relies on instantiating...

enhancement

I want to use Apollo basically always completely portrait locked, but since it is the only app I have that supports horizontal UI rotation, I never use the system wide...

The current `"grid"` table format in Tabulate's documentation says: > It corresponds to grid_tables in Pandoc Markdown extensions It is true that the tables are _similar_ to each other, but...

I find the timeline view as the most useful view for my purposes, but I often find myself wanting to locate a specific function in the timeline when trying to...

# Description of Changes I ran [Knip](https://knip.dev) over our source to see which code we have which isn't doing anything. This PR removes a bunch of dead files & unused...

v2

# Description of Changes An attempt to further simplify the creation of tools. This redesigns tools to be data-driven, so their data is all in one global constant, which is...

v2

# Description of Changes Enable ESLint [no-undef rule](https://eslint.org/docs/latest/rules/no-undef)

v2

# Description of Changes Enable ESLint [no-require-imports rule](https://typescript-eslint.io/rules/no-require-imports/)

v2

# Description of Changes Add UI for Merge into V2.

v2
size:XL
on-hold

### Installation Method None ### The Problem The Merge backend API (`/api/v1/general/merge-pdfs`) is supposed to support `byDateModified` as a sort option, but it doesn't actually work - you just get...

Back End