Daniel Compton

Results 276 issues of Daniel Compton
trafficstars

`XhrManager` allows you to set retries for XHR requests, but it will immediately retry after every failure, rather than backing off and retrying in a few seconds. Would a patch...

When XhrIo cannot connect to a host, it returns a `goog.net.HTTP_ERROR` which is only meant to be returned when there is a non-successful HTTP status code. The description for this...

What do you think about the idea of adding a context link to comment items? Or possibly this would be a query parameter? https://github.com/edavis/hnrss/blob/849d3f5f7323e0b9f390921e6b1c8c2790cd9341/rss.py#L67-L71 The idea is that when viewing...

enhancement

On https://cider.readthedocs.io/en/latest/indent_spec/, I couldn't see the indent specs that were used in the Special Arguments and Internal indentation sections. Would it be possible to add them, so people can see...

documentation
good first issue

## Expected behavior When using the `#_` reader macro, you can chain several together. This lets you comment out more than one form at a time. However the Cider syntax...

bug

There are no docstrings for `reagent.ratom/reaction`, or `make-reaction`. It would be really helpful to explain: - [ ] The parameters to `make-reaction` - [ ] How to use `reaction` -...

documentation

While fixing https://github.com/Day8/re-frame/pull/259 we noticed that Reagent was happily running reactions that had been disposed of. This commit adds a failing test exposing that behaviour. I'm not sure exactly what...

bug

I was looking through some performance tracing and noticed in Chrome's devtools they now show cumulative times for lines of code. The `.apply` at the end of `case` statement got...

performance

It would be helpful when tracking down issues if releases were tagged, as it makes it easy to see for a particular commit which releases it has gone into. It's...

- Add checkouts source directories to the classpath - Add checkouts source directories to :source-paths This isn't necessarily ready for merge, I'm opening it to get a discussion about the...