Muhammad Dyas Yaskur

Results 33 comments of Muhammad Dyas Yaskur

I used skeet latest version also. Previously I have pnpm problem, but fixed by : ``` mkdir -p ~/.pnpm/store export PNPM_HOME=~/.pnpm/store pnpm setup source ~/.zshrc ``` I got that command...

After debugging this repository, I've discovered that the issue stems from wget not being installed on my computer. It's puzzling why the process continues despite the download failure. Additionally, considering...

@sonofmagic how to pass `classGenerator.classPrefix` ? I tried below config doesn't work: ``` import { defineConfig } from 'tailwindcss-patch' export default defineConfig({ patch: { 'classGenerator': { 'classPrefix': 'xxx-' } },...

Ah, it seems the correct config is: ``` utwm({ classGenerator: { 'classPrefix': 'x-' } }) ```

Thank you for submitting the issue. At present, editing the poll is not feasible; however, we plan to incorporate this feature in a future update. Your feedback is valuable, and...

@slaymaker0724, do your students use different email domains? If so, it could be a known issue, similar to #18. If not, it might be related to network blocking, as suggested...

Thank you for raising your issue here. However, I'm not entirely clear on what you mean. Could you please provide more details or steps to reproduce the issue? This additional...

Thank you for the additional details. However, I still have a question: Do your members include individuals from outside your workspace organization? If the answer is yes, this may be...

You can also vote on the issue to make google faster to resolve it: https://issuetracker.google.com/issues/297141187

Hello there, Thank you for getting in touch, and I apologize for the delayed response. I appreciate your input regarding the default value for enabling additional voting options. I understand...