Roger Fedor

Results 7 issues of Roger Fedor

Hello, great product but may have stumbled across an issue. I did a straight clone of the repo and set up the app on my service, and I have several...

bug

Have a project set up using the following structure, ``` ./controllers/auth.ts ./validator/auth.ts ./main.ts ``` Here's a rough implementation of how the files are implemented, ./main.ts ``` import { routingControllersToSpec }...

- Update lock file to fix audit problems. - Implements importing controllers from string path. - Update test cases to test around importing from straight controllers and through directory string....

In the current release of `routing-controllers` it allows you to define the controllers like this, `useExpressServer(app, { controllers: ['./controller/**/*.ts'] })` Their code will detect whether classes or a string is...

**Describe the bug** Whenever a bluetooth keyboard is connected to Fire HD 10 (2019) and Launcher Hijack accessibility service is enabled, key presses on the keyboard do not register until...

Currently the filter when it renders the drop down list does not handle skipping null values. A check needs to be added to ensure that the value is not null....

Ran into an error when running this where it crashed after running the first round of tests. Casting the value to integer resolved the problem.