David Leal

Results 14 comments of David Leal

@thangngoc89 @Enalmada @JakubMarkiewicz any news about an official maintained version of this package? I'd be happy to help, if needed. Also, @thangngoc89, if I may ask, did you move away...

@luisfcofv if you could talk a bit about what led your team to move away from antd I'd appreciate it too (if @thangngoc89 doesn't mind me hijacking this thread a...

@tigersoldier when I press Enter the same thing happens, but the cursor is placed on another line.

Would it make sense to decouple subscriptions from components? Something like ``` clojure (defn swapper [] (let [s (subscribe [:status])] #(swapper-view @s))) (defn swapper-view [status] [:div (pr-str status) ...]) ```...

@chuckobindo did you install the package from NPM or from git? If you installed from NPM, you'll need to install from git.

> Thank you so much @david, it works My pleasure, let me know if you need anything else, and I'll be sure to ask @david-gimeno to do it.

I think it was supposed to let you write something like `text_field :blah`, and it would infer the locator from the field name`.

This is already possible by using something like ``` root 'selector', visible: false ``` however, I'm not sure if you want to do this. If a user can't see the...

Did you try editing the capybara node directly using `node.set ` ?

I'll see if I can come up with something nicer.