Dennis Collaris
Dennis Collaris
I just ran into the issue that `` did not have keyboard support. Luckily nouislider recently implemented this, so with minor changes `shards-vue` can also support keyboard controls. NOTE: I...
This might be related to #22, but the symptoms are different, so I thought I'd make a separate issue for it. Text renders fine without window transparency, but as soon...
When I drag the window in the normal titlebar area to another window, the styling of the window is removed, and when you let go of the window, it will...
SVM models exported from R using the `e1071` library will apply feature scaling by default, which is also translated into the resulting PMML model. This feature scaling is currently ignored,...
Random forest and gradient boosting PMML files can easily exceed 100s of mbs in size, which takes a while to load. As the format is XML-based, its well suited for...
It would be nicer to include the export of PMML in the example. So some R code training a basic model, and using the pmml library to import it. Then...
I think the most common use case for this library would be to quickly load a PMML model file with minimal further configuration. This is currently not possible as it...
`rpart` in R uses CompoundPredicates by default, we should support it. This can be implemented by chaining a few nodes back to back. Examples: **booleanType**: `and` ``` [A < 1...
> Also, while I was able to use Jello, auto-hiding the menu bar glitched out Jello windows when trying to drag them into the menu bar position. _Originally posted by...
When the device is so busy step size is affected, or a window is dragged quickly (often across multiple screens), the forces grow out of control and the application crashes....