Allan Jiang

Results 12 issues of Allan Jiang

I'm running into the following issue when trying to get started with Natal: ``` $ natal init nadal Creating nadal Creating Leiningen project Updating Leiningen project Creating React Native skeleton...

Perhaps I missed something, but simply calling `use-style` on components from React-Bootstrap ends up with the `.stylefy-ID` class being lower precedence than the `bootstrap.min.css` styles. Any idea why, or am...

question

The cljs version of mount only allows states to be named as strings. For example, on the example cljs app: https://github.com/tolitius/mount/blob/0825ad2ed085b73b7ae989b4382ce4e0376e4be3/dev/cljs/app/example.cljs the `app.audit-log/log` state is named as a string like...

I'm calling `navigate!` with the same `route` and `params`, but changing the 3rd argument, the `query`, causes a new set of query params to be added to the end of...

When using the hash parameter setting, bide creates URLs that position the `search` (the `?...` fragment) AFTER the hash fragment. In fact, it should be the other way around (see...

In an example at https://react.semantic-ui.com/modules/sidebar/#states-visible there's a snippet like this: ``` import React from 'react' import { Header, Icon, Image, Menu, Segment, Sidebar } from 'semantic-ui-react' const SidebarExampleVisible = ()...

it'd be great to have access to this in ClojureScript!

enhancement

I tried a couple of test inputs with a lot of duplication to test the src/core.cljs file as per your README. Invariably, using de-dupe made the value of (count (prn-str...

I included [de-dupe "0.2.2"] as a dependency in my project.clj and got ``` Could not find artifact de-dupe:de-dupe:jar:0.2.2 in central (https://repo1.maven.org/maven2/) Could not find artifact de-dupe:de-dupe:jar:0.2.2 in clojars (https://clojars.org/repo/) This...

Thanks for writing this library and giving your [talk](https://www.youtube.com/watch?v=klqorRUPluw)! I'm wondering if this is still being actively maintained, and if there are any gotchas to beware of. So far, I've...