Max Kapur

Results 18 comments of Max Kapur

I'd like to bump this issue with a link to a discussion I saw on the Nextcloud forum about possible solutions: https://help.nextcloud.com/t/change-directory-for-snap-nextcloud-export-exports/143346 In the current implementation, if you want to...

Here is another one whose area is miscalculated. The issue seems to arise when one of the redundant constraints just "kisses" a vertex. In this case, commenting out a redundant...

The `surrogate_optimize()` function seems underdocumented as well. Only some of the methods listed [in the documentation](http://surrogates.sciml.ai/stable/optimizations/) have docstrings, and it is not clear what I am suppose to pass as...

I have the same issue on Windows 10. This error happens immediately after running `git clone` and doesn't involve the `setup.py` script. (Swig is installed and on the path. Numpy...

Same issue here. I can reproduce it consistently by editing my root-directory `readme.md` in a desktop text editor (say, Kate) while having the Nextcloud web interface open to the root...

Discourse questioner here! I have checked out stevengj's branch and am working on adding support for markdown description/epilog (which is where I would probably use it most IRL): https://github.com/maxkapur/ArgParse.jl/tree/sgj/markdown But...

Thanks for the tip! I took the approach you suggested. I had make an alternative implementation for the following function, however, which is used to print the description and epilog...

OK, here's what that looks like (pushed to my branch): ```julia # src/common.jl # ... # Wrapper function to lower markdown strings to REPL representation function string_format(s::Markdown.MD; width::Int) context =...

You would not believe how tricky the lpad issue is! Basically, `repr("text/plain", markdown_string)` automatically indents the whole thing by two spaces. In your example, you removed these with `lstrip()`, but...

Same issue with normal Fedora KDE (Wayland). After reading the docs, I installed `wl-clipboard` (which doesn't come with KDE because KDE has its own clipboard manager), but having `wl-clipboard` installed...