Zbyszek Wieczorek
Zbyszek Wieczorek
i confirm this bug. my correct version of regexp is /(?:(?:http|https):\/\/)((?:[\w-]+).(?:(?:\w|.)+))/;
second better version. /(?:(?:http|https):\/\/)((?:[\w-]+).(?:(?:\w|-|.)+))/
to get inline do this: in function ClockPicker.prototype.show change : `$body = $(document.body).append(this.popover);` to `this.popover.insertAfter(this.element);` and in ClockPicker.prototype.locate: `offset = element.offset(),` to `offset = {top:0,left:0},`
I'm affected this issue also. This was working in 1.4.3 Now for workaround i must stop all containers, restart VCH , start containers. If i use docker-compose, every time i...
``` $ cat docker-compose.yml version: "3.4" networks: sinternal: internal: true ipam: config: - subnet: 172.69.0.0/16 services: db1: image: ********* networks: sinternal: ipv4_address: 172.69.0.10 ``` ``` $ docker-compose ps Name Command...
@yuyangbj do you need any additional data to address this issue?
https://github.com/valor-software/ng2-tree/blob/master/src/tree.ts#L371 @rychkog why menu is disabled when static is on ?
AmiConnection.write allow message as string but, AmiClient.action (and write,send) not ` if (!message.ActionID) { message.ActionID = this._genActionId(this._specPrefix); }`
How about this: ``` php
How about this: ``` php