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's not obvious when first looking at Maria how to add a code block. I looked around in the UI, ended clicking on "+", and lost the document I...

commands/keys

Having `load-gist`, `load-js` and `load-npm` is super cool, e.g. I created this little "piano" with Chris Ford's [cljs-bach](https://github.com/ctford/cljs-bach). https://dev.maria.cloud/gist/da20602e3eef7cf1e9b45a13884da972 This works if you evaluate the forms one by one, but...

### Issue: When I go down the list of my gist, selecting one after another, each one is displayed on top of the previous, creating a weird smudgy effect. ###...

We should have a way to _browse_ commands, without any need for prior information about a desired command. In command-search, you have to start from text that you manually type,...

Maria does not include any metadata when it creates gists on behalf of users. It writes a single clojure file, without a namespace declaration. This is a problem because: 1)...

Drives me nuts not having this.

enhancement

Just letting you know that Parinfer has an official codemirror layer now that can be integrated into this. https://github.com/shaunlebron/parinfer-codemirror

enhancement

When I evaluate `(require '[reagent.core :as r])`, the form returns `nil`, but the namespace cannot be accessed. Requiring non-existing namespace like `foo.bar` also returns `nil`, and it doesn't throw an...

error messages

### Issue: Evaluation turns editor into a blank page. It seems like this expression (+ (first "Hello World") (rest "Hello World")) caused it. I'm not sure whether it's a bug...