Vitalie Andries
Vitalie Andries
Question: any plans to expect adjust hasFinalState to consider immutable.js based state or give a possibility to transform state e.g. ```ts ... .hasFinalState((state) => state.getIn(['x','y]) === 'yyy) ... ``` e.g....
I have a template ```html #{extends 'main.html'/} #{set 'reactScripts'} #{/set} ``` so I'd like to have output.html ```html #{extends 'main.html'/} #{set 'reactScripts'} #{/set} ``` without html/head/body wrapper tags. Is it...
### Describe the bug with viteconfig ```js test: { globals: true, environment: 'jsdom', setupFiles: './tests/setup.ts', reporters: ['dot'], coverage: { provider: 'v8', reportsDirectory: './reports/coverage-vitest', reporter: [['lcov']], lines: 3, functions: 3, branches:...
they look the same - is this just a coincidence? #
I've been trying to replicated your recipe to "bring" two remix app under nx roof got stuck under `nx run typechecking` ```bash Error: app/models/note.server.ts(1,15): error TS2[30](https://github.com/vandriesh/dev-assist/actions/runs/4489434364/jobs/7895249729#step:6:32)5: Module '"@prisma/client"' has no...
Can any share their config ? ```js const youDontNeedMomentJS = require('eslint-plugin-you-dont-need-momentjs'); ... module.exports = [ ..., { files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'], plugins: { 'you-dont-need-momentjs': youDontNeedMomentJS, }, rules: { ...youDontNeedMomentJS.configs.recommended.rules,...