Fela Maslen

Results 9 issues of Fela Maslen

This is a simple feature to delay the animation on PuffLoader. I suppose it could be extended to other loaders too. The idea is that if you have multiple things...

Emoji reactions from other users are displayed properly, however there doesn't seem to be a way to react to a message with an emoji, as is possible in the Slack...

I reproduced this in neovim v0.4.3. Steps to reproduce: 1. Create basic init.vim: ```bash cat > init.vim { expect(something).toStrictEqual({ boz: value, ...fieldValue, }); }); } ); describe("breakage", () => {...

ArrowFunc

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make sure...

Love this plugin! It works really well for the described use case and is flexible enough for different implementations. However, one thing which doesn't seem to be supported is rate...

enhancement

Before migrating to grats, when we used a schema-first approach, we used a custom directive called `@notImplemented`, to mark fields as as not having been implemented yet. It would work...

I should be able to write a resolver like so: ```ts /** @gqlEnum */ enum Colour { Red = 'RED', Blue = 'BLUE', } /** @gqlQueryField */ export function myField(context:...

Let's say I want to write a subscription, which can yield a known type, or an error. I would expect to be able to do something like this: ```ts /**...

When creating a schema in `graphql-js`, certain directives are included by default, including but not limited to: - `@skip` - `@include` These directives are not created in the grats generated...