Results 41 issues of Joe Clack

Previous comment lines did not make it obvious that `findSettings()?.isTemplate() ?: false` is the intended syntax for plugins to use.

Say I write the following LaTex: ```latex \documentclass[10pt,journal,compsoc]{IEEEtran} \ifCLASSOPTIONcompsoc \IEEEraisesectionheading{\section{Introduction}\label{sec:introduction}} \else \section{Introduction} \label{sec:introduction} \fi ``` (Source: [IEEE Template For Computer Science Journals, Copyright (c) 2005 Michael Shell](https://www.overleaf.com/latex/templates/ieee-advanced-demo-template-for-computer-science-journals/jzcfngdccccb)) Conditional compilation directives...

enhancement

### Describe your problem See #728 for context. ### Proposed solution As per the title ### Alternatives _No response_

enhancement

As per the [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS), servers' responses to `OPTIONS` requests should include an `Allow: ` header that contains the allowed methods.

investigate

**Context** A project I contribute to is in quite a unique position - it needs to reference UnityEditor assemblies (and some unity package assemblies), and then be built outside of...

enhancement

Hey, It would be awesome to be able to copy (with attribution) resources that are not specific to ROR2 across to other wikis (for example https://lethal.wiki for Lethal Company). Currently...

When an addon mod for Farmer's Delight (Farmer's Respite, Nether's Delight, etc) want to register a `CuttingBoardRecipe` or `CookingPotRecipe`, they cannot subclass the existing recipe builders as their constructors are...

enhancement

This allows extension mods e.g. Nether's Delight to register their own stoves without having to copy-paste any implementation!

enhancement

This plugin is WIP, not-yet-released for various reasons: 1. LS Executables are not bundled into the plugin / downloaded at an appropriate time. 2. Currently requires JetBrains EAP builds (>=2023.2)....