Stepan Parunashvili

Results 13 issues of Stepan Parunashvili

Clojure + atom-nrepl noob question -> Is there a way to set up a connection to a remote repl?

enhancement

1. Do we need a special "bel-nil" symbol? Why can't it be java null? Perhaps that'll make things even cleaner -- I wouldn't need to wrap math functions at all...

Hey team, though I am efficient with atom and vim-mode-plus, I realize I don't use as much of the power as I possibly could. One thing that helped was a...

more-information-needed
require repro-steps

React router recently released a 1.0.x, and spun off into the main `react-router` module, and `history`. https://github.com/rackt/react-router https://github.com/rackt/history What would the steps be to get it into cljsjs? CC @ghedamat...

request

### Introduction `LayoutAnimation` is excellent for creating delightful animations. ### Details One issue programmers need to deal with, is that it can be hard to detect when `layout` happens. Consider:...

Hey team, played around and in many ways this library works like a charm. I noticed one ~kind of bug. - If I have a KeyboardAwareScrollView, with a multiline TextInput:...

**Is your feature request related to a problem? Please describe.** I'd like to be able to subscribe to weight changes. **Describe the solution you'd like** I'd love the background observer...

enhancement

![image](https://user-images.githubusercontent.com/984574/149220154-f58332d0-41ba-4865-82b9-494b3062dae6.png) ![image](https://user-images.githubusercontent.com/984574/149220194-4e7f0e5f-609a-4124-aecb-cc24239aa7df.png) Hey team, I notice that `ChartDot`, does not always seem to follow the `ChartPath`. I am not 100% sure how to debug this. Here's the generate setup: ```...

Hey team! I've been using ring-undertow-adapter and it's been great! One feature we needed recently, is to enable `permessage-deflate` for websockets. To do this, we patched `ring.adapter.undertow/ws-request` like so: ```clojure...

Hi everyone, boy am I happy to have found this gem! I'm trying to fix the CORS issue on http://jobs.atlas-china.com . When I make a request --> ''' curl -i...