alamothe

Results 54 comments of alamothe

...By the way, this tool saves us a ton of time and we would be OK to pay for it per user per month as long as it's not too...

> It's actually something I'd love to have too. That could be the job git-pull-request indeed. What'd be useful is to be able to delete local branches when their corresponding...

Note that git itself does not have any issues with this.

+1 Also: https://github.com/reactstrap/reactstrap/issues/773, so sometimes it will crash even if the id is spelled correctly. I think this should be `console.error` rather than crashing the whole app.

Definitely not fixed, we see frequent crashes in Sentry due to this.

We will be implementing this using watchman, let me know if you're interested in the final solution. `watchman` is not that difficult 🙂

Guys, if possible let's keep this bug for regular import: ```tsx import Logo from './logo.svg' ``` This is quite different than importing as a component (both have different trade-offs). For...

The `String` workaround doesn't work for me if it's not a `isMutli`. I wasn't able to make it work with single select

Meta only cares about profit and stock price at this point, open source is not their priority.

`--from` works, but it's very confusing that I have to specify it given that: - I'm already in that workspace. - It's surprising that `--from` reverses from dependents to dependencies....