Alexander Leschanz

Results 13 issues of Alexander Leschanz

Add: Named Persistent Modifications, Narrated Package Machine

### Details I currently have circa 400-500 lines of NodeJS code in one file for my Project and I want to split it up into separate smaller (`lib`) files. I...

It is just impossible to reposition it!!!!

This should work: ```ts //or process.env const parsedEnv = envSchema.safeParse(Bun.env); //@ts-ignore if(parsedEnv.success === false) { console.error(parsedEnv.error.message); process.exit(1); } ``` but it doesn't. Instead i have to do these shenanigans: ```ts...

**Is your feature request related to a problem? Please describe.** I am looking to migrate my project to deno. After replacing every incompatible package with a deno specific or deno-native...

enhancement

I am considering forking the project and maintaining my own version. Here are some suggestions which could be implemented: - Distance markers on the map rings - wind rose to...

As i want to put my docs into the root directory of my project, it isnt very intuitive or clear, what a directory named "pages" is for. Therefor i would...

The ability to link to a specific heading or subheading would be a great addition to this awesome CLI (thank you pilcrow)! https://github.com/pilcrowOnPaper/malta/assets/80907917/1c250c9a-e073-4dc3-9d25-8bf29f5475c2

Fixes #[issue_no] ## Summary of Changes My goal with this PR is to choose either only using `path.join('x/y/z')` wherever possible (Strings with slashes as paths) or individual segments `path.join('x', 'y',...

### Aircraft Version Stable ### Build info ```json N/A ``` ### Describe the bug N/A ### Expected behavior Correct redirct to new EFB folder in aircraft repo. ### Steps to...

Bug