Leonid Koftun

Results 9 issues of Leonid Koftun

Hi, I'm guessing this is a feature request. Would it be possible to provide a way to generate a TOC? See [Gitlab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html#table-of-contents) for a reference example. Basically, you...

I'm adding some headers with the `EXTRA_FRONTEND_SETTINGS_443` variable which should apply the header on all back-ends. Here's an excerpt of the startup config log (note the highlighted lines): ``` frontend...

Hi, I have noticed the library performs very slowly with long lines of text ending with a character. This came up with some user-generated content... I added a test and...

- ⚠️ Metrics `mc_tps` and `mc_tick_duration_*` will not be supported because there is no Folia API to get the TPS for a given region/thread (see https://github.com/PaperMC/Folia/issues/31) - **Edit**: see comments...

bug
help wanted
good-first-issue
folia

- ⚒️ Metrics `mc_entities_total`, `mc_villagers_total` will need to be re-implemented to use the new `RegionScheduler` class. It is no longer possible to call `World#getEntities` from the main thread. - If...

bug
folia

## Problem I tried minification in my open-next.config.ts which seems to be "experimental" according to the documentation: ```ts import type { OpenNextConfig } from 'open-next/types/open-next.d.ts' const config = { default:...

### TODO - [ ] Villagers test is broken due to internal static method invocations that rely on some Registry

dependencies