Tony Kay

Results 15 issues of Tony Kay

https://github.com/fulcrologic/fulcro/blob/develop/src/main/com/fulcrologic/fulcro/algorithms/tempid.cljc#L114 This may be the wrong ns. I've had reports that a tempid inside of a txn is not properly resolved.

If the requires in a CLJ file contain a commented-out dependency that uses `#_`, then it gets confused. In my file it didn't do the sort correct, failed to remove...

There are cases where ref management of to-one and to-many entities gets confused (depending on how you specify the form/query inclusions/etc. It is very hard to debug problems in such...

enhancement
missing documentation

The current routing support has several elements that allow for generalized routing, but the `:back` support doesn't work if the user comes to a page from a bookmark. Nothing in...

missing documentation

When a project gets large it can be very slow to reload the entire project when the model changes. Ideally the attribute model and derived elements could be re-evaluated, followed...

missing documentation

A lot of people need to access JSON APIs from within Fulcro. This has largely been left as an exercise for the reader, but is probably a significant blocker for...

help wanted
easy contribution

I'm wanting to use Speclj in clojurescript, and I'm also wanting to use figwheel to hot load tests and run them in the same browser (or a number of browser...

feature request

I no longer use this library, but am glad to take on a contributor member.

The `madvise` system call is actually kind of important in more scenarios that you've covered, and the POSIX values are the same in OSX and linux (I checked .h files...

You could approach this with one or more of: - Treat clicks in input field as a toggle instead of just show - Use mouse leave events on the dropdown...