versecafe

Results 78 comments of versecafe

@steven-tey when setting up `turbo.json` files for the packages I noticed that some env vars are shared between packages but there is no top level env file, would it make...

@steven-tey This should now be ready for review, the rules are built around vercel guidelines, turborepo eslint, and recommended next lint rules there are approximately 20-30 warnings in `web` and...

## Conformance ``` utils: ✖ 24 problems (0 errors, 24 warnings) ui: ✖ 57 problems (0 errors, 57 warnings) web: ✖ 27 problems (0 errors, 27 warnings) ```

> * [ ] Eliminate dependency on all external services -> let us use them if we want, but also let us use local databases and also let us deploy...

@ayntk-ai you could pull all the oauth deps and roll passwords on your self hosted DB, bitly and unsplash you'd just have to loose the features same with stripe. TB...

@steven-tey any idea on how to replace Tinybird, kafka + clickhouse with a small node/express/next API to glue it together to match the TB interface?

@steven-tey This does make create some annoying behaviour for an external user using the package on something other than NextJS but as next is actively in the deps list that...

If there are any changes you'd like let me know but it should be production ready, and got a version bump as it would be considered a breaking change for...

@heydeepakjangra you don't seem to have forked the repo so I can't see exactly how you have things configured but did you change the tsconfig on the next config?

@jonaro00 Since the build containers are linux based maybe integrating just some wrapping over [nvm](https://github.com/nvm-sh/nvm) and default enabling corepack to allow simple tooling like below ```toml [tools] node = {...