Marc Scholten

Results 192 comments of Marc Scholten

Look at https://github.com/symfony/symfony They have one root repository for all of their components, and several mirrored components-repositories. For example https://github.com/symfony/Validator is just a mirror from https://github.com/symfony/symfony/tree/master/src/Symfony/Component/Validator

Great, glad it's working now. Maybe we should suggest WSL2 inside the Getting Started guide for everyone. Have fun with IHP now that it's finally working :)

I guess the first issue is related to the `-i` flag of `sed`. Likely it's not supported on all platforms. But you can workaround this by adding `optimized = true;`...

> Is there a proper way of getting the nix store directory after the command, or just some text processing by bash? Yes, nix will automatically create a symlink at...

The IHP dev server calls the `cleanup` function of the logger after it's done: https://github.com/digitallyinduced/ihp/blob/master/IHP/Server.hs#L63 Likely this also needs to be called here somehow?

I guess it's not finding the directory where the css/js files from the framework are stored. Can you run the auto troubleshooting script from https://ihp.digitallyinduced.com/Guide/troubleshooting.html ? This will give us...

[The flag have been changed very recently](https://github.com/digitallyinduced/ihp/commit/b50e7148fd15191aff2bb34803180e06ca97839b#diff-fa9fedb48c1b8fb7b6780a9503b8143c299ab8b4f28da92b9a33c4d4cb953343). Was the performance better in previous versions?

Awesome, thanks! Really happy to see that we could build such a great community this year 😊 I'll pin this issue so more people can share their IHP projects here...

An early prototype of the GraphQL integration is now available here https://digitallyinduced.notion.site/IHP-GraphQL-d3b502d22d1640ca8a6d82cb5bd4c3d8 :)

Why did you close this one? Does it work now? Otherwise let's keep this open :)