Robert Mirabelle

Results 10 comments of Robert Mirabelle

I have a workaround for this. Right clicking a node should _definitely_ select the node first, but the default behavior is not to. Luckily the workaround is straightforward. Drill into...

This is a core problem with the way the calendar loads event data. It makes a synchronous AJAX call (deprecated) because it needs to wait for the result of the...

Sorry, my comment was just about the deprecation warning. I'm not sure why the calendar isn't rendering for you. I do know that I needed to specify a full URL...

2021 Same issue, tried updating to 4.1.1 with `HEADER_LIMIT` constant set and `_shrinkLog` function. Also tried setting every Apache directive I could find to insane values: ``` LimitRequestBody 100000000000 LimitRequestLine...

With `v-model.number` happily returning `""` instead of `null`, for empty values, I'm not sure what the value of `v-model.number` even is. Isn't the entire point of the directive to ensure...

Apparently, there's already an option to update the WiX template built into the `MSICreator` class: ```javascript const creator = new MSICreator({}) //replace is built-in creator.wixTemplate.replace('find expression', 'replace expression') ``` That...

Tried creating a custom style definition with no dots and no parent="". Still not working. The button maintains the default styling applied by the theme and completely ignores the style...

``` java.lang.NullPointerException · Attempt to read from field 'int io.socket.parser.Packet.id' on a null object reference Socket.java:232 io.socket.client.Socket$6$1.runTimer.java:562 java.util.TimerThread.mainLoopTimer.java:512 java.util.TimerThread.run ``` Same I think. Unfortunately, the stack trace is so short,...

Confirmed - cannot find the extension - I need it!! Help!

@gr0uch0dev This worked for me - Thank you!!! Due to the complete lack of response on this thread, I'm now quite worried about the future of this extension. Tried another...