Yang Wu
Yang Wu
I came up with a workaround solution in this [post](https://stackoverflow.com/questions/70119417/kableextra-colortbls-cellcolor-not-filling-entire-cell-when-used-in-combinati). I'm not sure if it is robust to future updates. Also, I am not too sure if this is worth...
> Hi, I'm having the same problem, where I can't get dash working on sagemaker. Below is what I'm trying from [this other thread](https://github.com/aws/amazon-sagemaker-examples/issues/1595). I see "Dash is running on...
@LEDfan We're also facing the exact same redirect issue while setting up oidc. We've set both forward-headers-strategy: native in application.yml and proxy_set_header X-Forwarded-Proto $scheme; in the Nginx config. Do you...
> @YangWu1227 I use traefik as the revers proxy, so not sure if there is something applicable for Nginx, but I had to manually tell traefik which IP addresses to...
Thanks for the feedback. I'll go ahead and make those changes. The game plan: ## Done style changes: - Renamed `ratio` to `prop_reference` to prevent confusion with the term "ratio"...
That sounds good! I'll move forward with adding support for the one-sided case in the sample size calculation by introducing the `alternative` argument an expanding the tests to cover different...
I’ve refactored the sample size calculation function by breaking out the ranks and placement calculations into a helper function. Hopefully this could be useful. I also added support for the...
I’ve taken care of the refactoring as suggested. Happy to do more if there are conventions or practices that better align with project's standards. Thanks for the feedback. Regarding the...
Thanks for sharing the design philosophy overview. I like the 3 one-sided alternative options. Updated: After re-examining the formula and testing several cases using both implementations, I believe the following...
Appreciate the detailed explanation of the misaligned effect sizes and alternative hypotheses issue. I see a primary concern is ensuring that the direction of the `relative_effect` aligns with the specified...