Frankie Robertson
Frankie Robertson
`Revise.revise()` is typically used in one of two ways: * Called just before code is executed (non-change triggered) * Called when files are modified (change triggered) `Revise.revise()` does a sleep(0.01)...
## Report needed documentation Firstly, thanks for the project! I'm really looking forward to being able to combine these classical ML approaches with deep learning all on the GPU. There...
It would be nice to export a function for the Kendall tau distance/bubble-sort distance as well as the Kendall tau correlation. In some situations it has a clearer interpretation. https://en.wikipedia.org/wiki/Kendall_tau_distance...
Formatting the following file with `style = "sciml"`, I get `ERROR: formatted_text hasn't reached to a fixpoint in 4 iterations` ``` const catr_next_item_aliases = Dict("MFI" => (ability_estimator; parallel = true)...
I'm opening this PR mainly looking for a way forward with my attempts at allowing others to use the subsession mechanism to include multiple Bonito fragments sharing a single websocket....
The idea here is that 1. People can customize the websocket cleanup behavior in Bonito 2. Those wanting to manage their own websockets can make use of the same pluggable...
When we try a websocket write, `ensure_connection(...)` is called, which calls `setup_connection()` without an argument https://github.com/SimonDanisch/Bonito.jl/blob/1a6083e84a660cc50e25bcd13349e3106cffcc7f/js_dependencies/Websocket.js#L22 However it looks like the `config` argument is actually required https://github.com/SimonDanisch/Bonito.jl/blob/1a6083e84a660cc50e25bcd13349e3106cffcc7f/js_dependencies/Websocket.js#L159
The WGLMakie example uses `rotations` which has been deprecated in Makie 0.21 https://github.com/SimonDanisch/Bonito.jl/blob/1a6083e84a660cc50e25bcd13349e3106cffcc7f/examples/wglmakie.jl#L29 In addition, it's not completely clear what the requirements are for the examples and which versions. For...
It would be nice to add utilities for extending connection for those who want to manage websocket server themselves. This may simply be a matter of making some existing stuff...