Alberto R Cahyantara

Results 14 comments of Alberto R Cahyantara

Here is my story using create-t3-app for the first time. As junior dev. I tried create-t3-app with next-auth, but never going through _next-auth getting started_ guide before and expect everything...

@0xJacobean The import alias like '@' is causing the problem. You have to resolve it on the storybook main config file [like this](https://github.com/storybookjs/storybook/issues/11989#issuecomment-796814941) Here is the official docs for the...

We use that pattern to avoid rerendering the layout component when navigating to a page with the same layout. (mimicking client-side navigation) And I think those who use this template...

> [yup ](https://github.com/jquense/yup#schemalabellabel-string-schema)has a method called `.label()` that you can use to replace the `String` part in the error message. I wish zod has something like that I'm coming from...

And also, what about other frameworks like solidjs etc?

On astro docs website, they create dedicated pages for each translation (using md files). Only the UI part that using the translation key. And I will follow that convention.

> Hey @hiroppy, > > This is great! and I'd love to have you help us improve the bundling of Chakra UI components. We're happy to do a major release...

I still get the same error when initializing a project even though my `systemctl` has run. I using this [workaround](https://github.com/nullpo-head/wsl-distrod) to enable `systemd` in WSL. WSL2 - ubuntu 20.04 edgedb...

And it fails to detect the _toml_ file even though it have been initialized. Using next.js server API and following this [guide](https://www.edgedb.com/docs/guides/tutorials/nextjs). ``` error - ClientConnectionError: Found 'edgedb.toml' but the...

> And it fails to detect the _toml_ file even though it have been initialized. > > Using next.js server API and following this [guide](https://www.edgedb.com/docs/guides/tutorials/nextjs). > > ``` > error...