Ronni Egeriis Persson

Results 10 issues of Ronni Egeriis Persson

I have been considering how to evolve this project for a while now. I find that some of the conventions could be made better and a lot of the classes...

We should add an official flow-typed spec.

Currently we are setting the `isInvalidating` directly on a resource. This means that if a resource is updated through `updateEntity` is will change two times: 1. When `updateEntity` is dispatched...

I'm wondering if it would be better to follow the same pattern as `indexOf` and return `-1` for `lastIndex`, when there are no items in the array. Returning `0` would...

As reported in #19, iOS doesn't properly recognize the generated file as an xlsx file, but rather thinks it's a zip file.

Hey @andrewda Just having a quick glance at your library. It's working really well. I would like to build an application which is independent from HLTV though, so I am...

question

It would be nice if milestone sync would include the configured due date.

Hey! We have discovered a potential security issue with `crud-json-api`, what's the best way to get in touch to investigate?

I understand that Next.js 13 is not yet listed as officially supported. That said, this information may be helpful. After bootstrapping a clean Next.js 13 project with TypeScript support, I...

With a freshly created Next.js app (using `create-next-app`) with TypeScript support, errors are occurring when running `fastly compute serve` as the transpilation step does not support certain features to be...