Maximilian Remming

Results 9 issues of Maximilian Remming

**Is your feature request related to a problem? Please describe.** In the tool I'm writing currently I use mustache for user side templating and this lib to "evaluate" the values....

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** [AnyDice](https://anydice.com/) supports arbitarily sided dice with syntax `d{1,2,4,8}` these are often handy, for example when you need some weirder values...

enhancement
suggestion
die type

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

documentation :notebook:
bug :beetle:

Ruff crashed when running using the VS Code plugin. Unfortunately the full error message was not printed. I also do not know what file was open or what it was...

Also includes the changes from the #44 PR because _oops_. I changed the `SearchOptions` struct to work more like a usual builder object with the methods taking ownership of the...

Awesome project, has already saved a lot of my time. While using the library I noticed that the `image_status` field is missing from the card data. ``` image_status String A...

enhancement

So in my use case I'm consolidating all different linters (among other things) to be ran with the Taskfile. See the snippet below for the general structure. When running linters...

state: needs triage

**Describe the bug** Installing a specific version of an npm package freezes in GitHub Actions (`runs-on: ubuntu-latest`). **To Reproduce** Use the `jdx/mise-action` in GitHub Actions with `"npm:prettier" = { version...

bug

I am building a deep integration with ESBuild to my Go application. Due to how it works, some of the files are embedded, and some are on the filesystem, and...