Robert

Results 109 comments of Robert

Rather than an `@infix` macro that turns a function into an infix operator, I think it'd be simpler to make `@infix` parse the current expression as infix, with every even-numbered...

I'm also seeing this. It definitely seems to depend on the specifics how browsers render fonts. ## Safari Regular: Zoomed: ## Brave Regular: Zoomed: Brave is definitely better but neither...

> Does the following order/precedence make sense? I think that definitely makes sense. I would definitely prefer the AsciiDoc extension to preserve my stylesheet by default and only apply its...

In general, the right way to indent with tabs is to use them for the "semantic" indent while continuing to use spaces for the "physical" indent. For instance, when indenting...

@liurui39660 Sure, the option is nice. But I don't think that JuliaFormatter currently has that option; it always aligns when there's a continuation (try replacing `@test_logs` with `@test_logs_foo_bar`; it'll push...

+1 to all of this. It would also be nice if IPython's special brand of autocomplete suggestions, such as pandas dataframe column names, were made available in the Python file....

@jverzani Unfortunately I think the issue is more complicated than my example shows. `1//4` is evaluated as a Rational before being passed to the exponentiation, and although it's displayed as...

> Thank you for the PR! Could you please remove unrelated formatting changes? They make it hard to see what is relevant in the diff. Formatting changes are better done...

Got it, thanks. Also I figured out how to unit test using the repo's version of CairoMakie (required mucking with `LOAD_PATH`), so I added unit tests as well. The tests...

Also, I realized that this is a breaking change as `save(path, video_stream)` no longer takes keyword arguments. I don't see a good way to work around this — there's no...