Fons van der Plas
Fons van der Plas
https://unpkg.com/[email protected]/pdf-viewer-display.js?module https://esm.sh/[email protected]
https://developer.chrome.com/blog/new-in-chrome-124/#dsd Let's investigate if this is useful with `.innerHTML` rendering cells (and our shadow DOM polyfill)
From the docs, I can't tell how to construct an unbounded interval, except for constructing the object manually (which took me a long time to figure out): ```julia julia> one_to_three...
This package already supports opening URLs by simply passing a URL instead of a path
This situation does not work well on PSS: ```julia @bind x Slider(1:10) @bind y Slider(y:10) x + y ``` It might be nice to detect this and show a warning,...
Hey! I would like to add `julia -m Pluto` support in Julia 1.12 (see [Julia PR](https://github.com/JuliaLang/julia/pull/52103/files#diff-067d9845807c2637ff61073925364bc897c5ed88bc09ce51fafef0dc3e6c062bR10-R13)) to Pluto! I thought it would be nice if users could also provide some...
Configrations.jl makes it really for me, as a package author, to add the following to my package: - Passing configurations through my progra - Reading configurations from a TOML file...
Some `request` implementations in other languages work slightly differently: they *first* return a `Response` containing HTTP status and headers, after which the user initiates reading. ## [`fetch`](https://javascript.info/fetch) in JS ##...
Increasingly common in webworld is the use of [Data URIs](https://en.wikipedia.org/wiki/Data_URI_scheme), which contain the data in the URL itself. For example (from [wikipedia](https://en.wikipedia.org/wiki/Data_URI_scheme)), this URL points to an image of a...