Justin Bennett

Results 95 comments of Justin Bennett

Hey @tuncaulubilge! I'm pitching in for @orta on this one. We generally agree across our team that React Native doesn't mean write once, run anywhere. It's more like [learn once,...

~While I have this same issue, I don't necessarily think it's a Luban problem (so this probably isn't the right place for it)~. It's also reported in the forums here:...

Thanks for the clarification @parachvte. I'll try it out as well.

- For the obsidian-api, it just installs the latest from github. I'm not really sure what/how much to document about updating. - Dev mode is already done by the cli...

Okay the esbuild version bump should be going out. I actually had trouble w/ the `.css` file being the wrong name on output but I _thought_ I'd fixed that. I'll...

Yep, that is indeed the ideal. I didn't recommend that b/c of this message from esbuild's docs. ![image](https://user-images.githubusercontent.com/3087225/120910626-5e7e0d00-c64e-11eb-8f2b-1967ef472db5.png) That referenced https://github.com/evanw/esbuild/issues/465 which seems to be fixed now. I'll update accordingly.

Got any ideas what this would look like? Just providing some APIs that adhere to the types? Maybe we could use something like [intermock](https://github.com/google/intermock) to generate mocks based on Obsidian's...

Has there been any discussions around creating an artsy ~~eslint~~ lint rules package? That'd make it a bit more portable across projects. I started looking into this a bit. I...

Hey! Thanks for the feedback. I see where your coming from. The use-case for me building this was a bit different though. It's one tool in a larger pipeline to...