Anton Bessonov
Anton Bessonov
@cpuguy83 > if your system is exposed to the internet and you told Docker to expose a service on the cluster, I'm not sure why the expectation would be something...
@dalu > But it should be accessible, only not publicly. And that's the whole deal here. > You're insecure by default and evading a fix with semantics. > The issue...
This is precisely the issue I regularly encounter. When a project utilizes its own instance of GitLab or Jira, creating an issue becomes a nightmare due to the account creation...
@ljharb, even though you are the author, committer, and maintainer of this and many other repositories, your absolute comments and actions aren't helpful at all and they poison these projects....
did you install ImageMagick?
I've transformed ``` return ( {children} ); ``` in `node_modules/react-native-dev-menu-on-touch/dist/index.js` into: ``` return react_1.createElement(react_native_1.View, {pointerEvents: 'box-none', style: { flex: 1 }, ...panHandlers}, children) ``` and the error disappears. It seems...
@don Any news on this?
Thanks for the link, @christopherthielen ! May be I use it wrong. I created a [plunker](http://plnkr.co/edit/6K6Wv7rUBxxmyj933Ssb?p=preview) from ui-router plunker and add resolve from future example. There is no missing state,...
-1 for external typings. The best solution is to convert the module to typescript. What do you think about it @DanielMSchmidt ? The second one is to provide build-in typings....
Maybe relevant for #101 and #163. @JiaLiPassion can you give me an example how to switch to LOCALPROXY? Can you please rebase against the master?