Kees Kluskens

Results 11 issues of Kees Kluskens

I was looking at how to use this nice demo with multiple files, but couldn't get it work yet. If the files are uploaded fast enough, it works sometimes. But...

When I change a translation in e.g. `locales/en/common.json`, Next.js detects a change, compiles again and in the browser console shows "[Fast Refresh] done". However the translation is not actually fast...

Needs investigation

At ReactiveConf Tobias, Sean and I were asked multiple times "why is my build so slow". Also at other events I notice people don't know how to improve their webpack...

type: Feature

I followed cmake-js's readme to add compatibility with Electron, but get the following error: ``` Scanning dependencies of target ref [ 58%] Building CXX object deps/ref-cmake/CMakeFiles/ref.dir/__/ref/src/binding.cc.o /Users/kees/dev/cmake-js-electron-error/node_modules/fastcall/deps/ref/src/binding.cc:5:10: fatal error: 'node.h'...

TODO

It would be very nice to have automatic TypeScript typings for resolver arguments, given this code: ```js post(parent, { id, foo }, ctx: Context, info) { return ctx.db.query.post({ where: {...

Nexus has type-checking everywhere, but this plugin deviates from that in that it doesn't check if the resolvers actually exist. While building my first Nexus app I made the mistake...

It would be nice to have support for more media providers, like Hulu. For this I would need to find an API that allows you to search a movie by...

enhancement

If the script detects media as available in Netflix, it should be possible to delete it from Plex automatically. This would save a lot of hdd space.

enhancement
help wanted

For media that is found on Netflix, it would be nice to show the expiration date.

enhancement

At the moment it only checks if the TV show exists on Netflix, not if every season is available.

enhancement
help wanted