Arthur Neuman

Results 19 issues of Arthur Neuman

### Description When using LuckPerms on SpongeForge and a PostgreSQL database, The LuckPerms plugin fails to initialize and denies all players entry into the server with an error saying it...

type: issue

I was wondering why the sound `runicshieldcharge` wasn't working and when I checked sound definition, I noticed there was a typo (e after shield in key) ![image](https://user-images.githubusercontent.com/20345400/125720772-f1bc8fe1-1f71-4340-b5d6-6fda6d96d3f0.png)

It seems my EJS files aren't being associated with with the EJS extension. I went to see if the extension was throwing any errors and lo and behold: ![image](https://user-images.githubusercontent.com/20345400/130881664-651d0cec-e761-4e92-b9c7-5b405b7f1047.png) (If...

bug

Fixes: #8309 The Github Actions workflow status badge fetches the wrong URL for the native badge SVG. This PR prepends `/actions/` to `/workflows/` in the URL.

on-hold

## Icon request I want to use Chrome's incognito icon in a project I'm working on. Would it be feasible to include that possibly in the "brand" section? ![icon](https://static.thenounproject.com/png/404950-200.png)

icon request

**Describe the bug** Whenever my React module has an error, rather than Storybook displaying the error, the endpoint to which the error should be posted (`/runtime-error`) returns a 404. It...

bug
needs triage

# Description Closes #650 ## Type of change Semantic Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...

Next config: ```mjs /** * Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful * for Docker builds. */ await import('./src/env.mjs') import withExportImages from 'next-export-optimize-images'...

bug

The compilation and distribution of this package for Typescript is not done properly. I love this library and would love to use it, however, no `.ts` files should be shipped,...

enhancement

Something goes wrong with Rollup when building as the plugins lose their typing (and recognition as importable modules) causing them to need manual declaration like so ```ts declare module 'cal-heatmap/plugins/CalendarLabel'...