Bilal Mahmoud
Bilal Mahmoud
Thanks for the input. I have already created a PR, which should solve the problem using an approach similar to your suggested one!
The default for the application is to ignore all GET requests, you can change that behavior in the settings dictionary.
I am sorry. The database logs are intended to be lightweight in that regard and to be used in production. I would be open to adding a configuration setting to...
How about something like: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=d0c96326c80dbadb1cd688a570040b03 ? The idea comes from an issue I read on `StableTypeId` in bevy (https://github.com/bevyengine/bevy/issues/32). The note in the `type_name` is quite important here: https://doc.rust-lang.org/std/any/fn.type_name.html
Currently this specifies a typescript style array `reference[]` which can get messy especially with deep nesting of arrays. I am currently investigating the viability of a rust approach instead. *...
closed in favor of https://github.com/hashintel/hash/pull/5847
adding: ``` solid: { exclude: ["**/node_modules/.vinxi/client/deps/**/*"], }, ``` to the `app.config.ts` seems to have resolved the issue.
If you have any questions, I am happy to answer them! I know the `fmt` module is quite complex, and the code flow isn't ideal (something I hope to change...
I plan to add support to this after 0.7 is done, for now you can take a look at https://github.com/blockprotocol/incubator/blob/main/libs/turbine/lib/codegen/src/graph.rs where I implemented such an algorithm, tho the algorithm itself...
The problem is that this proposal changes a `Report` on a **semantic** level, which leads to **unintended and subtle consequences downstream**. Let's walk through a real example. To illustrate, I'll...