Stipple.jl icon indicating copy to clipboard operation
Stipple.jl copied to clipboard

The reactive UI library for interactive data applications with pure Julia.

Results 49 Stipple.jl issues
Sort by recently updated
recently updated
newest added
trafficstars

If I choose a custom name for my vue app via supplying the vue_app_name kwarg to Stipple.init, the Genie app doesn't work, because the generated HTML root element (as created...

TagBot, CompatHelper, CI, etc

enhancement

Hello, afair [Stipple-Demo-GermanCredits](https://github.com/GenieFramework/Stipple-Demo-GermanCredits) was working a month ago when I quickly tested it. Using the simple code ``` using Revise using Genie.Router, Genie.Renderer.Html using Stipple Base.@kwdef mutable struct Name html...

I somehow can't manage to find the visual builder, can you point me to it? Because I especially liked that the visual builder seems to be integrated into the dashboard...

Currently: ``` $ ~/julia-1.6.0-rc1/bin/julia --compile=min -O0 --startup-file=no ``` takes seconds of startup, but could likely be even faster than: ``` julia> @time using Stipple 0.981060 seconds (1.22 M allocations: 84.544...

Add option in API to include assets from bundle or CDN

enhancement
help wanted
good first issue
feature-request

Since the library handles both client and server, I think it would be very helpful to have first class CSRF protection. The Echo framework provides middleware that has a good...

enhancement
todo

```julia module MyAppModule @app MyApp begin end ui() = "Hello World" @page("/", ui, app = MyApp) end up() # at this point the app loads correctly import .MyAppModule.MyApp # at...

This used to work with Stipple 0.26 under julia 1.8.2. Reading option values from a nested vector in q-select crashes rendering of entire page ` {{tariffcalculation['calculation_target']['label']}} `

Hi! On my Genie app, there are some cases where, if the user inputs unphysical conditions, the solvers will get stuck / take a long time to output an unreasonable...