MarcMush

Results 12 issues of MarcMush

Games crash when pressing a key that is not in `Keys.Key`, for example non-english characters (here `ù`) or special keys (like volume up) ```julia julia> rungame("GZExamples\\Spaceship\\Spaceship.jl") ┌ Warning: Use lowercases...

a more thorough check would be better but I guess this would be the job of Crayons.jl (ref https://github.com/KristofferC/Crayons.jl/issues/15) based on my testing, support is here starting from julia 1.5.3,...

adds a keybind (ctrl-V but we could change) to paste directly by using `InteractiveUtils.clipboard()` allows nearly instant paste in julia 1.5 and it feels truly instant in julia 1.6 doesn't...

This is probably th same problem as #113 to reproduce try pasting this in the terminal ```text t=time() [0.43912318100061554, 0.2408249629318424, 0.6393827166684662, 0.05552161271079359, 0.8877925867281946, 0.04821241219039485, 0.6166086405675315, 0.07929950085562876, 0.35735580500474606, 0.10135755195766483, 0.8211942651701207, 0.5114543838322341,...

the tab-completions for emojis don't behave like other competions, a second bugged completion prevents the correct one of being applied. This seems to be the same problem as #297, that...

this was the case before #304 it breaks my `startup.jl`, where I modified the colorscheme using the returned value

following my answer in #156 , this adds two types of progressbars that mimic `Progress`: `ParallelProgress` is pretty much the example in the readme and works like that : ```julia...

this is could be an alternative to #222 this is based on what is already done for the `keep` keyword set `keepall=true` in `next!` or `update!` for it to take...

Multiple progressbars with `offset` doesn't work in a jupyter notebook, both progressbars are printed on top of each other: ``` p1 = Progress(10; desc="A"); p2 = Progress(10; desc="B", offset=1); for...

The performance test fails on julia-1.7.0-rc1 and ProgressMeter#master (doesn't happen with ProgressMeter 1.7.1) tested on windows and wsl ```julia (jl_EufnDT) pkg> test ProgressMeter Testing ProgressMeter Status `/tmp/jl_hQwVQU/Project.toml` [92933f4c] ProgressMeter v1.7.1...