Vladislav Polyakov

Results 37 comments of Vladislav Polyakov

cssMock.js ``` module.exports = { process() { return 'module.exports = {};'; }, getCacheKey() { // The output is always the same. return 'cssTransform'; }, }; ```

Oh no, i got an error, similar Cannot find module '/Users/polrk/Developer/fintorio/app/node_modules/.vite/@testing-library_react.js' from 'src/App.test.tsx'

I think, vite can not pre cache necessary dependencies (react and react-dom can)

``` Pre-bundling dependencies: react react-dom (this will be run only when your dependencies or config have changed) ```

> Our framework setup fastify server, heavily integrated into the Dependency Injection system. Cloudflare workers, the site is rendered and displayed to users around the world in about 50ms-65ms. At...

> Supporting multiple server frameworks can be too expensive for us, at least it doubles our integration tests. Is it possible to export an abstraction and connector functions for server...

@SuperOleg39 I like vite, can u provide an example?

I know, that i can make it only programmatically way. > FNC1 (или ASCII ) Not, FNC1 it is not a or

> It's worth noting that the cypress team has abandoned their code editor Cypress has a Studio that supports assertion (right click on element shows assertion popup)

https://github.com/prisma/prisma/issues/3986