Simon Tretter
                                            Simon Tretter
                                        
                                    Oh great, thanks for your work. One thing to mention: I've introduced the JobDbRepository to "abstract" away the datbaes layer, in your implementation the database querys (.collection.updateMany()) are now implemented...
> @simllll I love the idea that we could switch out db layer in the future. But I think we can support many features like (watching for new jobs and...
Beware this could be a breaking change. 1.) Behavior changes 2.) Database query changes (other sorting/order means different index is required
Any progress on this?
For me the issue was that I used the fork-ts-checker-webpack-plugin and therefore set transpileOnly: true. If transpileOnly is true, this plugin does not work. Makes kinda sense, took me still...
Feel free to open a PR to address the issue in the code base! Regarding PEAP: PEAP itself is not the challenge, I think that would be easily possible. The...
Nice work! Thanks for you work! Just quickly looked over it, if you open a PR I will add some feedback if you like :)
Hi @nilldot , check out the Google LDAP Implementation here: https://github.com/simllll/node-radius-server/blob/master/src/auth/GoogleLDAPAuth.ts You can easily create your own auth Provider, just use this one as a base and extend it to...
Seems related to ts 4.6.4... try to run it with 4.6.3 in the meantime. not quite sure where this is coming from.. looks like an upstream bug to me.
With typescript@next (nightly) the error is gone already, couldn't find the related ticket, but as long as the error is gone already with the nightly, I assume they found the...