maria icon indicating copy to clipboard operation
maria copied to clipboard

A ClojureScript coding environment for beginners.

Results 62 maria issues
Sort by recently updated
recently updated
newest added

It might be interesting and useful to allow the transclusion of cells as iframes in other web pages. In particular, a few technical bloggers have requested the ability to put...

### Issue: Playing with other cell types for temporal recursion, given a cell like: ```clojure (defcell pulse (interval 2000 inc)) ``` ... this code produces a cell that tracks the...

enhancement

Macros seem to actually be interpreted as regular functions, see https://www.maria.cloud/gist/aee5dfdb9418c4f0ebc306369facc793?eval=true ### Environment: - Browser: Firefox, Chrome - Platform: Linux

enhancement

### Issue: I've logged in to GitHub and tried to save a gist. After that I wasn't able to access it due to an error: ``` Uncaught TypeError: cljs$cst$keyword$editor_DASH_view.cljs$core$IFn$_invoke$arity$1(...) is...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...

dependencies

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.46.0 to 5.58.2. Release notes Sourced from codemirror's releases. 5.58.2 No release notes provided. 5.58.1 Version 5.58.1 Bug fixes placeholder addon: Remove arrow function that ended up...

dependencies

### Issue: Executing the block with: ```clojure (defcell a-color (interval 250 #(rand-nth (keys color-names)))) ``` causes: ``` this.mseq.cljs$core$ISeq$_first$arity$1(...).cljs$core$IMapEntry$_key$arity$1 is not a function ``` ### Environment: - Browser: Chrome 66 -...

bug
curriculum
shapes

### Issue: I am trying to draw a triangle and a square on the same layer but only the square is drawn Here is the code: ~~~clojure (layer (position 100...

bug
shapes

### Issue: Maria is awesome! I have just tried the intro with a beginner and we run into a few issues that perhaps could be improved. Perhaps some of these...

error messages
curriculum