Christoph Bülter
Christoph Bülter
Since winpdb pretty much went down the drain, this is such a wonderful replacement. Thanks a lot!
No idea why the 3.10 tests fail, as I haven't touched any of the backend, maybe you can have a look as currently it's not possible for me to easily...
Good catch, I did not notice that. It was because I did not use any `href` on the anchors and bootstrap 3 styles them a little differently then. It is...
I'm having some trouble fixing the conflicts, likely cause I am using a different nodejs version to run the npm dependency solver and build command (node 17.x seems bugged on...
@romanvm I did my best to resolve all conflicts, on my side the build looks good, using the same node version as you v16.17.0. I have added all build artifacts...
I would also prefer having an alternative to the awkard analog timepicker, we had a number of clients complain about the interface or not understanding it unfortunately. I know it's...
Setting the VueClip instance's `files` Array to `[]` did not clear the error message for when trying to use the same instance for another upload. Any suggested way to reset...
Resetting the `VueClip` instance by applying buffered state like here https://github.com/vuejs/vue/issues/702 did not work for me, but this hack seems to achieve kind of what I am looking for: I...
@alexsasharegan Yes I tried that, it rendered the instance unusable for me, which was bad because it's part of a modal dialog that needs to work more than once. So...