Harry Cruse

Results 11 issues of Harry Cruse

I don't have `allowSyntheticDefaultImports` set in my project, so the typescript compiler is giving me warnings about these imports. This PR will fix the warnings

In the [package.json](https://github.com/mbrn/material-table/blob/18f7cce93907ce75ead050eccfc86753f7acf00a/package.json#L97), the peer dependency for `@mui/styles` is set to `"5.5.0"` instead of `"^5.5.0"`, which forces any users of this library to use that specific version of `@mui/styles`. The...

bug

TypeScript types [were merged in](https://github.com/crubier/react-graph-vis/pull/113) a little while ago. Could these be published to NPM please? Thanks!

**Describe the bug** I have a primary graphql endpoint which I use in most queries, and a secondary endpoint which I only use for a couple of queries. I have...

I don't have Spotify Premium. When I try to play a song, it looks like it's playing for a couple of seconds, then pauses again. The request to `/play` in...

In [the docs](https://mysticatea.github.io/eslint-plugin-eslint-comments/#%F0%9F%93%96-usage) it says > **TIP** > The [eslint-comments/no-unused-disable](https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-unused-disable.html) rule has the same effect as [--report-unused-disable-directives](https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives) option. However, the eslint-comments/no-unused-disable rule is relatively useful since it can be configured...

**Is your feature request related to a problem? Please describe.** When writing a csv, I want most of my header names to be a transformed version of my property names,...

feature

It would be nice if the documentation provided some examples for what this rule will and will not report. e.g. if I have multiple `export` statements like this ```ts export...

**Is your feature request related to a problem? Please describe.** When running via the CLI in passive mode with the `--passive` flag, the output only says which files have failed,...

Feature

It might be nice to add an alias to each pokemon to allow it to be called by its number as well as its name. e.g. Bulbasaur could be `:pokemon-001:`...