Tom Franssen

Results 17 comments of Tom Franssen

@io-developer Can you please guide me where I should look to fix it, so I can create a PR? My issue is the same like mentioned in https://github.com/io-developer/php-whois/issues/132#issuecomment-722947231 I assume...

Should we create a new Tld\Parser? To handle "error codes", and then throw exception?

Is there any (estimated) ETA?

I have a workaround, setTimeout(()=>{ window.close() }, 500) Your second example will not work, as callback is called directly instead of after the save is done. Have you tried await...

Ionic runs in the browser. This issue is related to https://github.com/bobby-brennan/rss-parser/issues/98 My example has exactly this problem. See this example: https://github.com/tofra/angular-rss-parser (let's continue in this thread, or in my repo)

In Angular (and Ionic) rss-parser (and other packages in vendor) being compiled to vendor.js which is served as ```Content-Type: application/javascript; charset=UTF-8```

You're right. I had missed that. It doesn't work like that because Ionic isn't serving the node_modules directory.

I found a solution for Angular/Ionic! Add this to package.json ``` "browser": { "http": false, "https": false } ``` Run ```npm install stream timers --save```

No, I haven't fixed it there. If you add this https://github.com/bobby-brennan/rss-parser/issues/109#issuecomment-488140522 then it will work. So this issue can be closed (as it has basically nothing to do with the...