KeithWM

Results 41 comments of KeithWM

Why is it not possible to use the same filter for the "stars" in the programme for the calendar export functionality? I was pointed to this gist https://gist.github.com/JamieMair/8e3c6e5cf5873635ccf81296b6b8399a to help...

Thanks for confirming the bug and pointing me towards a solution. I'm trying to work out how to do this for adding a new row, but I'm having a hard...

This has done the trick: ````julia callback!(app, Output("adding-rows-table", "data"), Input("adding-rows-button", "n_clicks"), State("adding-rows-table", "data"), State("adding-rows-table", "columns") ) do n_clicks, existing_data, columns return if n_clicks > 0 new_row = Dict(c.id => ""...

Thanks. I think that works (after changing the final call to `dash_callback_call(addrow_callback, 1, [#= ... =#], [#= ... =#])`, with a comma instead of the first open paren.) I can...

Facing the same/similar issue here with tables nested within _tables_. As an example, consider the attached file subtable.zip (containing a subtable.mat). [subtable.zip](https://github.com/JuliaIO/MAT.jl/files/14486161/subtable.zip) It was created, I think, with the following...

Should we also include an improvement of the Community page in this PR? Because while this addition is definitely an improvement, I think the Community page does little to help...

I'm OK with that, but it might be a while until I get round to making that PR...

> Tentatively bumping the version to v0.9.0, we'll see what the maintainers think I think the whole point of semver falls to bits if packages start cutting corners on what...

For me this is a becoming an ever more urgent requirement to keep the Julia language spreading. As time passes, the number of abandonned packages is growing. It is a...

I've never used Pkg's search functionality, nor have I heard other mention it, so I'm not sure how relevant it is. I often find myself pointed to packages via Google...