Brandon Olivier

Results 21 comments of Brandon Olivier

I think the desired output is offset by a tab, but others may disagree. The real issue is that existing tabs are converted to spaces.

Any particular reason you're interested in snapshot tests over unit tests with something like [react-testing-library](https://github.com/testing-library/react-testing-library)? I haven't experimented with it before, but it should be possible to mock the modules...

That testing lib I linked is supposed to be less brittle than most because it only lets you test things as if you were using the ol' head cameras. There's...

@himat I'm not a contributor, but I don't think this lib is scoped for migrations. [migratus](https://github.com/yogthos/migratus) is a library to handle migrations that works very well.

@layershifter is this something you're interested in getting help with? I'm a Semantic UI React user w/ a big interest in seeing a V3 :grinning:

@layershifter I'm totally happy to submit PRs for the forwardRef work if that's helpful.

@mfrtrifork I've had a good time contributing PRs here. If you have some time, it'll probably release faster with more help 😄 I think there's still some low hanging fruit...

@felixmosh I submitted a few diffs adding ref forwarding to input components, and there's a few left. Most of them were pretty straightforward.

@borkdude Is this still something that needs work?

@borkdude I think most of the value here can be achieved relatively easily. Looks like `*file*` is set when you invoke nbb like `nbb some/script.cljs`, but `nil` in the repl...