Pavlo B.

Results 5 comments of Pavlo B.

I've just forked the project, but i'm not able to perform simple `grunt jshint`. Seem to be some wrong configs in `Gruntfile.js`: ``` Loading "nodeunit.js" tasks...ERROR >> Error: No such...

+1 I also need this for using with browserify

@Jarzka , > I also noticed that my "Fade modal background to black" transitions stopped working correctly after updating from `"@headlessui/react": "1.7.17" `to `"@headlessui/react": "1.7.18"` > I have a similar...

I was able to find workaround with `moduleTypes` overrides, basically setting everything back to common-js. However once updated typescript to 5.2+, it started giving me this error: `TS5110: Option 'module'...

It seems to be related to how `dynamoose` imports `dynamoose-logger` via non-static `require(name)` call, and because Next.js uses webpack (which requires static imports to bundle the code), the error comes...