Juho Teperi

Results 298 comments of Juho Teperi

Replaced by ce06214014499caf86d3abd65884a85e7004b53d

I'd recommend using generic React Hook for this: https://github.com/streamich/react-use/blob/master/docs/useBeforeUnload.md Or hmm, that one just considers reload and closing, probably not navigation. But might be still possible with a hook, registering...

The frontend-prompt example should also be reworked, or I might want to remove that and just provide an example piece on the docs directly.

#581 added support for reading fragment string from the URI to match, but we still don't have way to create URIs with fragments in Reitit-frontend. Todo: - [x] href -...

Deprecation notice has been added to the readme: https://github.com/cljsjs/packages/commit/aa849fb6123faae80af77783b5ac74f0efd93a14

try-catch could be added on `decode-body`: https://github.com/r0man/cljs-http/blob/master/src/cljs_http/client.cljs#L103 and if decode fn throws error, add `:error-code` to the response, and maybe the original exception on some property. Changing this would cause...

Yes, that's the thing. Because currently response is never returned, current user code probably isn't prepared to check if the returned body was decoded successfully. Returning response without decoded body...

Maybe it would make sense to return response with status 0, like: ``` {:status 0 :success false :error-code :bad-response-body :error exception :original-status 200 (or whatever) ...} ``` Status code 0...

I don't know if this has been supported in Less.js since some new versioon, but seems like less4j difference or just not implemented. As less4j has been deprecated, this isn't...

Sorry to advertise my own project, but I just created alternative plugin which implements this: https://github.com/Deraen/vim-cider Edit: It doesn't support ranges but it supports motions