Tim Zook

Results 8 comments of Tim Zook

My issue might be unrelated, but I just spent a few hours struggling with this exact issue. It turned out that `allow_url_fopen` was actually disabled because it was using a...

Any timeline on when we might be able to have this merged in? Looking forward to using this with webpack.

Hi all, @TheFox I've tried several different versions of the library and they all appear to have the same bug for me, including version 0.7. @jonevance Your "replace stream_socket_recvfrom and...

I think it's actually really important to support `any of` as an alternative to `either of`. The more I use it the more confusing and flow-breaking it is to use...

Any movement on this or ideas about what kind of contributions are needed to move this along?

This is deeper than that, it seems like it happens for any connector and doesn't even require instantiation, this also hangs for me: ``` import { MySQLConnector } from 'https://deno.land/x/[email protected]/mod.ts';...

It is kind of a hack but I'm currently using this patch as a workaround for this problem: [https://github.com/zookatron/rbx/commit/8880054bbf9819473b1732a6751aa19eabb6aae5](https://github.com/zookatron/rbx/commit/8880054bbf9819473b1732a6751aa19eabb6aae5) I haven't had time to dig into this too deeply yet...

@luhis There does appear to be a lot of places where Prefer is used with an empty interface due to overrides interfaces that are never actually overridden, so a type...