Michael Huynh
Michael Huynh
@philproctor, that's great to hear! Thanks for the update. :raised_hands:
@GabrielFerrarini, I just stumbled across a similar problem myself. I found this behaviour is exacerbated by the specification of the `bounds` prop. If you get rid of the latter, you...
Hello @chrisgzf. I noticed that you pulled in changes from `nusmodifications:master`. Just wondering whether there was anything extra that needs to be addressed so that the linked issue can be...
@chrisgzf, no worries! Ah, perhaps I've misunderstood the desired outcome. I thought the linked issue was only drawing attention to the fact the border itself gets clipped by a corner...
@erickzhao, funny you should ask that... I actually started out making changes in `app.tsx` to apply the CSS classes there because it's obviously a more central choke point. However, I...
@lapo-luchini, if you're still stuck on this, have you checked that the `angular/function-type` rule that's applying is using the `named` option? If you haven't overridden anything, both `plugin:angular/johnpapa` and `plugin:angular/bestpractices`...
@jbanulso, component definitions (i.e. the object passed along to `.component(...)`) shouldn't be injectable, thus this lint shouldn't concern them. If a component need any dependencies, they should have them injected...
@carkom, Applying [`scrollbar-gutter: stable`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) to the `ListboxList` usages inside the common `Select` component should resolve the unwanted scroll bar overlay in Firefox and have it positioned like it would be...
@joel-jeremy, is the intent here simply to make all editable inputs focusable? (This is part of the problem I believe.) Another perspective might be to make the mobile view accessible...
@jcfilben, Ah, my bad for missing the lint! I'd assumed the `test` command implicitly covered linting as well. In any case, I should explain why I redacted `textRef` originally: it's...