albertchae

Results 25 issues of albertchae

The type shows it is the same as Modal's onClose https://github.com/mui/material-ui/blob/v4.x/packages/material-ui/src/Drawer/Drawer.d.ts#L31-L36 So I copied the documentation line about reason from `Modal.d.ts`, ran `yarn proptypes` and `yarn docs:api` This generates almost...

docs
component: drawer
package: material-ui

## Summary of the problem ## Describe your changes

- Add an overlay `docker-compose.postgres-12.yml` which allows us to run a postgres-12 docker container instead of postgres-11 - Add `--pg-12` to `docker_dev_setup.sh`, which lets devs set up a fresh database...

## Summary of the problem @KiKoS0 and I generated a possible yaml file with database obfuscation decisions (currently targeting https://github.com/Qovery/Replibyte) in hackmd, but this representation was not conducive to discussion....

## Summary of the problem Still having issues with puma metrics reporting in appsignal ## Describe your changes Follow instructions in https://docs.appsignal.com/ruby/integrations/puma.html#usage-with-preload_app

This issue serves as a parent tracking issue for several sub issues for improving test coverage in hcb. For any of the specific issues for a given file/directory, feel free...

## Summary of the problem Follow up to UX issues noted in https://github.com/hackclub/hcb/pull/10982#issuecomment-3089548257 - reader / member / manager does not affect visibility of the contract tool - select dropdown...

Both the text and [example source code](https://github.com/teivah/100-go-mistakes/blob/master/src/07-error-management/51-comparing-error-value/main.go) reference `errors.Is`, so I'm guessing this is copy pasta from `50 Comparing an error type inaccurately`?

## Description testing ## Motivation ## Type of change (choose one) - [ ] Chore (refactors, upgrades, etc.) - [ ] Bug fix (non-breaking change that fixes an issue) -...

## Description For testing npm build and install locally Build Go binaries with GoReleaser: `make dev` is currently broken with the current nix flake so instead run at the root...