Jakub Wąsik

Results 12 issues of Jakub Wąsik

Is there any TypeScript support in plans?

Added manual typings as requested. Probably should import types from the dependant packages. Changed the lookup keys to `string` to keep them the same type as the function is intended...

Any plans for the TypeScript support?

refactor

#19 Some love for TypeScript users

Any thouhts of TypeScript support?

#1 Function `generateAPIKey()` wouldn't return expected value in case of already existing key, it would return `undefined`. Even TypeScript complains about that: "Not all code paths return a value. (7030)"...

Function `generateAPIKey()` is not returning in case of already existing key, it would return `undefined` in the end.

I've combined the changes made in PR of mine #151 and [timhuff](https://github.com/timhuff) #155 Fixed the linting and tests for timhuffs parsing. Refactored the `hash` function. Added the TypeScript and configured...

Added JavaScript syntax highlighting for README.md for better readability of the docs.

A feature that will block (timeout or permaban) the user when he pings too many users (unless he has a role that allows that for ex. admin) in order to...