Samuel Omlin
Samuel Omlin
Sure, it makes sense to have something like that. I will add that, see #28 . > Maybe I'm missing the point of the API My original idea of the...
@ecotechie , there is now a function `include_config` to include custom functions or entire JustSayIt run scripts from the JustSayIt application config folder (e.g., `~/.config/JustSayIt` on Unix systems). More information...
#37 ...
@ecotechie , you can use this now: ```julia-REPL julia> using JustSayIt help?> @include_config @include_config(path::AbstractString) Prefix path with the JustSayIt application config path and then call include(path). If path is an...
@ecotechie , my idea was that the user defines his personal mapping of command name to functions/shortcuts, where functions can be taken from the submodules Keyboard, Mouse, Internet etc. or...
If you don't want to replace the default commands, but just add to them, you can merge yours and the default in your JustSayIt start config as in this example:...
@ecotechie : note the change in default behaviour from max speed to max accuracy. See PR #45 : > This PR removes package-wide the kwargs use_max_accuracy and max_accuracy_subset and replaces...
> Having a great time using this package Hi @DanW97 , I am glad to hear that! > that involves tagging some functions with @parallel_indices. During precompilation to test an...
> NotInitializedError: no macro or function of the module can be called before @init_parallel_stencil. This error means that the call to macro `@parallel_indices` was found before any call to macro...
Thanks @alexpattyn for your intentions to create a mini-app. I share @luraess view that mini-apps should solve relevant problems from different domains and mini-apps will often be specific to some...