Elies Lou ⚡️

Results 24 comments of Elies Lou ⚡️

I am wondering if the approach of exploring resolver metadata to reference the types will cover all use cases

Thanks for the heads up @kdawgwilk, I was using my dirty fix since then and forgot about the issue. I will try to implement something as soon as I get...

You could also write a Documentation

I configure webpack to write file on disk, so this is not the issue The problem comes from requireFromString(buildedFile) to be call inside a webpack hook webpack handle the error...

This is problematic scince react ssr errors gets swallowed too Is there something to do about that ? This package is great, but makes error hunting so hard ...

a workaround is to add ```js process.on('unhandledRejection', e => { console.log(e) }) ``` but It will not bring the vscodeDebugger, just print the error in the console

I will provide a demo repo soon I seems like it's the webpack plugin which is swallowing the error Maybe we can hook the root middleware to a static reference,...

### Flow Ideas The actions made by accountsJS can be split into 3 categories - The ANONGUY **want to Authenticate** => get tokens - via password - via code sent...

As an user of js-accounts, I would be pleased to see an accounts-phone released ! concerning accounts-facebook, you may want to take a look on PR #112 Good luck with...

I did some work about it a long time ago, It is still available on the next branch if you want to check that out :) I apologize for not...