Davidiusdadi's comments

Davidiusdadi | 11 months ago | on: Show HN: Minimal JavaScript/TS framework that made us 10k in 10 days

thanks for sharing

I personally feel most graph patterns are just easier implemented using functions unless the graph has some other purpose like observability or even just visualization also those can always be added ;)

I prototyped a similar system at a hackerthon last year: https://github.com/Davidiusdadi/obsidian-node-canvas

Your docs would be more readable if you made the code blocks just wide enough so that the lines don't wrap.

https://pocketflow.ai/ whitepaper link is 404ing btw.

Davidiusdadi | 1 year ago | on: Directus – real-time REST and GraphQL API of any SQL database

Since they support so many databases the integration with specific providers is very shallow - e.g. they do not allow to make use of SQL views.

I personally found the typescript support disappointing in general but specifically around strict null handling. Their graphql schema was also declaring far to many fields as nullable which was a deal breaker for me looking for at least one way to generate precise typescript typings.

page 1