Results 13 comments of Minh Chu

I've just run `gulp build` and added a test suite https://gist.github.com/minhchu/4438f898a8a7bc5fcaa5c72218fca2c6 But there are some problems. When I run only that test suite `mocha --grep "hinting command", it passes. But...

Let me check again. I think there is a problem with this approach. For example: I have a list of commands: ``` foo:command foo:anothercommand foo:awesomecommand ``` When I type `foo`,...

Hi @cytopia could you do a review please

Hi @cytopia I think the default installation of meilisearch is enough. Or is there any guidance for adding meilisearch to devilbox so I can open a PR

Having the same problem, and here is my solution: ```ts if (process.env.NODE_ENV !== 'production') { import('./server').then(({ makeServer }) => { makeServer({ environment: 'development' }); }); } ```

I'm having the same issue with Next 12.2.1

From this discussion https://github.com/chakra-ui/chakra-ui/discussions/5277 , should we remove `framer-motion` from the core ?

From the discord channel (in roadmap), Sage said that the team was evaluating Zero-runtime js options. So chakra will be likely moving away from runtime css-in-js

@adevinwild yes. I'm using Redis in local and prod

Forgot to mention. `FLUSH ALL` in redis then restart medusa server fix the problem. It is a destructive command, only run it in local env.