Diego Javier Zea

Results 61 comments of Diego Javier Zea

There is work on the Pluto & WebIO integration that can solve this problem: https://github.com/fonsp/Pluto.jl/pull/991

Yes, I'm doing that ;) ![image](https://cloud.githubusercontent.com/assets/2822757/16307295/1df1f980-3937-11e6-98dd-4723ae5b2741.png) But I was wondering if `freqtable(..., marginal=true)` could return a table like this one: | | x1 | x2 | | X | |...

I'm sorry. I haven't time right now for working on that PR :/

Thanks! There is no hurry.

An reproducible example using a width of 90 charaters: ```julia # ╔═╡ 4c4d8eaa-87ae-4f2b-8f33-4cced2cc824c using FastME_jll # ╔═╡ 0505615f-bf25-4316-923e-eb4dcef34129 fastme() do _fastme run(`$_fastme -h`) end ``` ![image](https://user-images.githubusercontent.com/2822757/173822072-3424bc86-4d55-44b7-81fd-aa37fae2e3ac.png)

Hi! Nice to hear that WebIO isn't dead :) What is the state of this PR? Best,

I found this while using programs designed for the terminal, distributed in the Julia ecosystem as jll packages. For example: ```julia # ╔═╡ 4c4d8eaa-87ae-4f2b-8f33-4cced2cc824c using FastME_jll # ╔═╡ 0505615f-bf25-4316-923e-eb4dcef34129 fastme()...

Hi @fonsp! The problem is the following. Compose 0.9.2 returns an `svg` tag with two `script` tags inside the svg to allow for the plot interactivity. The problem is that...

Yes, that's the same issue with the `iframe` size in recent Pluto versions.

It seems that the next Pluto version will solve this problem: https://github.com/fonsp/Pluto.jl/issues/1789 :tada: :slightly_smiling_face: The related PR is: https://github.com/fonsp/Pluto.jl/pull/1806