Evgeny Stepanovych

Results 30 comments of Evgeny Stepanovych

Yes, basically the problem is with the old ng-add-pug-loader.js that your project may have in the root. Removing the file and reinstalling ng-cli-pug-loader, updates the file with proper contents.

I have an ugly workaround. It involves using BetterTouchTool. I've created a keyboard shortcut (cmd+enter) that presses enter, waits a bit, and then presses escape. It doesn't work great. It...

I don't know what the problem is, but adding ``` package: individually: true ``` to serverless.yml helps. *** For debugging purposes, here are files that create a problem. serverless.yml ```yml...

Any updates on this? It would be really cool to edit styles here: ![DevTools - localhost63342qttest2index html_ijt=ue1i7auj3bpuqbdfkak6cnmg46 2019-03-24 14-51-28](https://user-images.githubusercontent.com/1481270/54879681-70e04780-4e44-11e9-9e03-03d834fbc2b1.png) and get them updated in source css / scss files. I've...

@evilebottnawi This won't work in the way I'm describing. Editing from Sources tab will work and will correctly save to the original source file, but you need to manually go...

I wonder if we could have a migration to migrate back to Angular forms.

I can work around it by marking client as disconnect in on close and then actually telling everybody about it in on message. Still would be nice to fix this...

Same issue happens for me. My header: ```php GET /?token=tokentokentokentokendaipps0QKwHF__1507723994 HTTP/1.1 Host: host.hosthost.com:port Pragma: no-cache Cache-Control: no-cache Origin: https://origin.originorigi.co Sec-WebSocket-Version: 13 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36...

I can work around this by setting up an apache websocket proxy. This proxy fixes my problems with SSL that I had with the library and also strips cookies. Example...

Doing ```php /** @var Rfc6455 $protocol */ $protocol = $node->getProtocolImplementation(); $protocol->close( Connection::CLOSE_NORMAL, $message ); ``` doesn't help, it still writes disconnect message to the current node, when I'm trying to...