Émile Fugulin

Results 206 issues of Émile Fugulin

Hi! It would nice to be able to change the default character returned on bad characters. I would personally like to return nothing instead of the `?`. Thanks!

**Is your feature request related to a problem? Please describe.** Currently the libs has scalars to deal with datetime with timezone and time. But it would be nice to handle...

Just want to report that releases are missing for 1.9.3 and 1.10.0, so we don't have a changelog in renovate/dependabot updates.

Since #44 was closed, I open this issue. The data is OK except it generates a new Id for some reason. Any simple example will show the bug.

Given a `setup.py` file containing those two lines: ```python if pkg_resources.get_distribution("setuptools").version < "40.1.1": # ... other lines version="0.1.1", ``` If you bump the version (the patch for example), it will...

bug
question

As per other issues, the current recommended way to access the context when handling error in a plugin is to use the hook `didEncounterErrors`. Something similar to: ```typescript export const...

🔌 plugins

Sometimes you just want to remove a type from all keys. A `DeepExclude` would be useful, something like: ```typescript type DeepExclude = T extends Builtin ? Exclude : T extends...

enhancement

AFAIK the GPLv3 does allow closed source proprietary as long as the program isn't redistributed externally (like if you are hosting it yourself on a private cloud). The wording in...

## Description of the feature Query whitelisting is an important protection tool for graphql server. Usually it's handled by a proxy like the apollo one, but it would be cool...

enhancement

## Describe the bug If an async rule throws inside a chain, the error is not sent to the `fallbackError` function. The value is null. ## Example ```typescript const editorIsEventOwner=...

kind/bug
bug/2-confirmed