Rafael Hengles
Rafael Hengles
### Enhancement As stated on #351, paths on left side of colon are relative to Git working directory and not of the syncroot path. Why is that? I guess the...
## Description Inspired by #54 , I made the changes required for Vue 3. Perhaps the right way would be to export another package and make this one continue to...
## **Describe the bug** In [my project](https://github.com/arijs/astro-mitosis), I'm using `"astro": "^1.0.0-beta.17"` and `"@builder.io/mitosis": "^0.0.49"`. There are some errors when installing dependencies in my project and when running Mitosis code, as...
## **Describe the bug** I made an [extremely simple example of running Mitosis with Astro](https://github.com/arijs/astro-mitosis). The same Mitosis component has different rendering between frameworks. I guess we'd need a test...
As the title says. Based on the variation by @shamscorner
Parabéns pelo projeto, achei ele sensacional quando descobri ! Mas quando integrei o GraphiQL, vi que ele não vem com o Explorer, estou muito acostumado a usar ele e acho...
As explained [on Discord](https://discord.com/channels/842427094214770768/842427094214770771/950748048080916561): When using `[email protected]` and `[email protected]`, the SSR build fails with these kind of errors: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/{pnpm path}/node_modules/naive-ui/es/alert/src/Alert' imported from /{pnpm path}/node_modules/naive-ui/es/alert/index.js...
Hi, I just found your example today! I also built another way to use Vue without webpack. Here's the link below. I'm kind of cheating because I had to fork...
Hello! I'm still having the problem you mentioned here on this issue: https://github.com/phpstan/phpstan/issues/722 It appears that you had this problem but doesn't anymore, because you decided to use phpstan and...
When running a project using this file in Delphi XE3, I'm getting an error: https://github.com/JackTrapper/pngdelphi/blob/master/PNGImage.pas#L2773 ``` {Copy this row} Byte(Dest^) := fOwner.GammaTable[pByte(Longint(Src) + 2)^]; inc(Dest); Byte(Dest^) := fOwner.GammaTable[pByte(Longint(Src) + 1)^];...