Kristoffer Lorentsen

Results 18 comments of Kristoffer Lorentsen

- Push API is not well supported in browsers, but will work in WordPress/PHP (already plugins that uses it) - WebSockets requires a WS server (might be able to use...

Hey Augustina Thanks for your interest in the plugin :) I guess the readme can get much better on this point, but basically what you need to do is to...

The trick here is to check if either the `.placeholder` element exists or if the editor itself is empty. Consider this code: ``` js $.fn.isEmpty = function() { if (($(this).find('.placeholder').length...

@davecheney and @eikenb I've been looking into this today. I've been looking at this today, and started out by looking at how this is handled when using the sftp cli....

@puellanivis Yes, I don't see how that could be done in a simple way. I also briefly thought about passing it as a ClientOption somehow, and pick that out in...

Ok, I'll raise a PR, and we'll take it from there. Hopefully within a couple of days. If anyone are interested, I've also just successfully implemented and tested a sudo...

@manojmeda the ipv6 details caused some issues for us. We had set up policies according to the [docs](https://github.com/oracle/oci-ansible-collection/blob/master/docs/inventory_plugin/index.rst), and suddenly observing 404 - NotAuthorizedOrNotFound on the /20160918/ipv6 endpoint and inventory...

@dineshsuthar786 Thanks for letting me know and the prompt fix. Seems like a good solution :)