Carlos Scheidegger

Results 39 issues of Carlos Scheidegger

I think there's a race condition in embed.js. What happens is that embed.js calls `insertScript` to get all the `gli` code in, but that code is not synchronous. Later on,...

(I apologize in advance if this is a jupyter_client bug instead!) Over at https://github.com/quarto-dev/quarto-cli, we are seeing a consistent hang when `NotebookClient.wait_for_reply` is called: https://github.com/quarto-dev/quarto-cli/issues/4122 Here are steps for a...

bug

It would be phenomenal to attach viewers to a live running session so you can do collaborative data analysis for real. How could we possibly make this work?

enhancement
wish

We'll eventually have to move to different notebook versions (we already have), and if different versions of RCloud open the same gist, Bad Things Happen. We should try to prevent...

bug

We need a script for user deletion, or, even better, an option on the #144 Admin UI.

enhancement

I noticed this in XLN's Legion's Landing and Paladin of the Bloodstained. When Legion's Landing ability triggers, python-mtga believes the ability is described as "When Paladin of the Bloodstained enters...

In 1.5, Shortcode handlers can respond to the context in which they were called.

**Explain the problem.** The `typst` writer doesn't automatically convert unitless dimensions to inches, but Typst doesn't like unitless dimensions. This behavior is inconsistent with (eg) the `latex` writer: ``` $...

bug