Matus Lestan

Results 60 issues of Matus Lestan

Create library for most common form components called `district-ui-component-form`, where each component will have namespace such as: `district.ui.component.form.input` `district.ui.component.form.select` ... Blend in code we already have at: https://github.com/district0x/district-ui-component-input

After https://github.com/district0x/d0x-INFRA/issues/2 is done, create re-frame effects for working with [js-ipfs-api](https://github.com/ipfs/js-ipfs-api), similar to [re-frame-web3-fx](https://github.com/district0x/re-frame-web3-fx). Let's call it `re-frame-ipfs-fx`. **We'll need effects only for `files` part of the library.** For example...

Create wrapper library for easier working with [js-ipfs-api](https://github.com/ipfs/js-ipfs-api), similar to [cljs-web3](https://github.com/district0x/cljs-web3/). Let's call it `cljs-ipfs-api`. This lib should mainly do: * Split library into namespaces: For example `ipfs.files.add` function, will...

Address most of security issues raised by https://www.sqreen.io/opendoor/ico/district0x.io

Do you have any plans to add clojurescript support? Is there some fundamental problem with this?

Would help if function signatures weren't just single font color. I mean, function name could be one color, argument names different color, argument types different color. It would help the...

enhancement

Do you have plans to update this library to be functional with latest versions of Clojure and Clojurescript? Would be highly appreciated, thank you.

Following call throws the error: ```clojure (let [x (contextual/contextualize {:a [{:b {:c 1}} {:x 3}]})] (walk/postwalk (fn [y] (when (contextual/contextualizable? y) (println (contextual/context y))) y) x)) ``` ``` #object[Error Error:...

Accepting went okay, just while the tx is processed it doesn't show any indication of processing, might leave user confused what's happening. TODO: - [x] Accept proposal button - [x]...

bug

Don't have screenshot, but after I submitted feedback for arbitrer, it reloaded data, but feedback was not there until I refreshed. Also, there's no loading indicator while data is being...

bug