itzco
itzco
Another option: Add `.browser-refresh` file ```json {"port":"8989"} ``` Then fix the tag to that port: ```html ```
That works perfectly! Thanks @pfouque I modified the plnkr with your solution, not sure if I should close the issue or if this can be somehow be built into ng-sortable....
Perhaps users could choose between the default third party or starting a local server, it takes one line with docker: ```sh docker run -d --name plantuml -p 8080:8080 plantuml/plantuml-server:tomcat ```...
My apologies, I felt like constructively contributing to the conversation to improve a plug-in I like with functionality that a group of people including myself seem to want. Thanks for...
Someone already build a solution that works great out of the box: https://shd101wyy.github.io/markdown-preview-enhanced/#/
@sam2x Not merged as far as I know, I'm checking the code and the forward event is untouched by my code (socket-deferred line 86), the reason was that the forward...
Hi, Same thing happening to me. It only happens once every hundreds of calls, so I'm pretty sure it's a real exception on connection or NetSuite response. Very hard to...
Glad you liked it and thanks for your code it was a great guide. On Feb 11, 2015 9:40 PM, "Davis Ford" [email protected] wrote: > Nice work! > > —...
Hi, **Questions** 1. Any plans to add disconnected events? If we're disconnected what would generate the event? Do you have an example of the concept/cases that would cover? 1. What's...
Hi, I was looking for the same thing, getting the block structure would be useful to target specific elements in a children or different Flexy-layout (not accessible via the API),...