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

I've tried defining a layout that uses quasar components like a toolbar, but the Quasar components are not rendering properly in the page. Using normal HTML works fine Here's a...

I have this code in Stipple: import Stipple import StippleUI import Genie @Stipple.vars reactives begin name::String = "World!" end Stipple.Layout.add_script("https://cdn.jsdelivr.net/npm/sweetalert2@11") ############ javascript code (PROBLEM) ############ lib_module() = [ Stipple.script(type ="module",...

When an error happens within an `@event` block, it is not printed and the block fails silently. MWE: ```julia using GenieFramework @genietools @app begin @in error = false @onbutton error...

bug

@essenciary @hhaensel Right now we have `@in` and `@out` to declare read-write and read-only variables. Many times I've declared an `@out` variable by mistake and then wondered why the UI...

enhancement

I am trying to install GenieFramework/Stipple and the build fails. I reinstalled Julia to make sure there were no conflicts since it was working last yesterday, before I tried to...

**Behavior:** - I've noticed that our experiment has been "freezing" (only the HTML loads, but no other assets). - It happens c. 50% of time and sometimes a refresh can...

Currently, Inf and NaN cannot be transmitted through JSON although javascript natively supports Infinity and NaN. This issue relates to https://github.com/GenieFramework/StippleUI.jl/issues/135 I've submitted a PR to JSON3, that would make...

I am wondering if there is a way to upload folders to a web application and process the files contained within the folder, rather than directly uploading files? If not,...