Matthias

Results 48 comments of Matthias

Good to know. No, I installed with `apt`

I would like to contribute to this effort.. I'm not sure how to do it besides creating a separate PR. Is that ok?

Just a note, when a type is missing, typescript replaces it with `any`, which results in missing type inference and error checking in JSX. This issue has simmered down probably...

To quote [Material-UI - Palette](https://material-ui.com/customization/palette/): > _primary_ - used to represent primary interface elements for a user. It's the color **displayed most frequently** across your app's screens and components. _secondary_...

A workaround — use a custom material-ui theme [using ThemeProvider](https://material-ui.com/customization/theming/#theme-provider), and override the props for the Checkbox component, like this: ```tsx const theme = createMuiTheme({ props: { MuiCheckbox: { color:...

Thanks Rowan, the v7 buffering looks to be accurate! I can't wait for v7 to land. I only tested in the northern hemisphere. Surely the southern hemisphere also has the...

Just checking in on this. `@turf/buffer` 6.5.0, published 2 months ago, doesn't have the fix. We use the `@turf/buffer` package instead of `turf`, so we can't use the v7 prerelease...

Is there a green light on this change? Looks like the PR got hung up in a CI failure, but the log expired so idk what the failure was.

Ours is probably a fringe case, but we want to avoid claiming "patch" versions, because we sometimes create support branches for old versions. When we add hotfixes to the support...

I agree — this is what makes the most sense. The dropdown was visible when the user was typing before losing focus. So when regaining focus, the user would expect...