gitboy16

Results 29 comments of gitboy16

I was thinking about something similar to flextable. See https://ardata-fr.github.io/flextable-book/format.html#usual-functions-for-formatting Section 4.3 Usual functions for formatting. A function like merge_v(j = "eye") which merge words which are the same assuming...

Doing `using DotNET; sleep(0)`solve the issue.

Actually not always...seems a bit random 🤔

I am using Julia 1.8 beta 1. I can try 1.7.2.

When I use Julia 1 7.2, the first time I `]add` the package, then do `using DotNET` it fails. When I re-open the vscode REPL and do `using` again it...

Here you go ```julia julia> using DotNET julia> DotNET.detect_runtime(DotNET.CoreCLR.CoreCLRHost) 4-element Vector{Any}: (type = "Microsoft.NETCore.App", version = v"3.1.22", path = "C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App\\3.1.22\\coreclr.dll") (type = "Microsoft.NETCore.App", version = v"3.0.0", path = "C:\\Program...

Please let me know what you think of this PR. I think it should ok but if i missed something or if there is any issue i can look into...

I have tested this locally and it seems to be working. Is anything else needed in order to merge this PR? Will another PR be needed to remove the documentation...

The linked PR should fix the above warnings, I would be grateful if someone can review it or provide feedback. Thank you. I also made another one to fix building...

Would you be ok with a macro like the following? ```julia @add_pkg using DataFrames, CSV ``` We can call the macro as you wish and it would need to be...