Alexander Bykhov

Results 16 issues of Alexander Bykhov

Hey there! I'm using [babel module resolver](https://github.com/tleunen/eslint-import-resolver-babel-module) and getting this error: ``` Error: [eslint-import-resolver-babel-module] Error: [BABEL] Using `babel-preset-react-app` requires that you specify `NODE_ENV` or `BABEL_ENV` environment variables. Valid values are...

after adding the lib into project i've started to get this error on mocha tests, workaround is to add `--globals \"\\$haxeUID, f, SqliteDatabase\"` into mocha command, but it seems still...

**Describe the bug** I can't see the way to define the `path` property for the WebSocket client. When I use URL or room to emulate the `path` value to match...

bug

Add please two imap listeners and emits. Something like this: After `@emit "server:connected"`: ``` @imap.on "close", (err) => # console.log "IMAP close" @emit "imap:close", err @imap.on "error", (err) => #...

**fetch**(< mixed >source, [< object >options, ] < mixed >request, < function >callback) - (void) - Fetches message(s) in the currently open mailbox. `source` can be a message UID, a...

### Link to reproduce https://codesandbox.io/s/antd-reproduction-template-forked-f5d5ez?file=/index.js ### Steps to reproduce 1. add a few controls to the Form, e.g.: Input, InputNumber, AutoComplete, Select, DatePicker, Input.Textarea with `size="large"` and some `placeholder` or...

Inactive
improvement

It's for issue #5. Sketch support team said me that they will NOT support export multi-layers PNGs. And I'm not sure about the file name, so fill free to change...

If for some reasons script can't be initialized you just drop that error [here](https://github.com/jaredhanson/electrolyte/blob/v0.3.0/lib/container.js#L126). That information would be super useful for debug. Could you fix that and show that error...

A new `prisma-client` generator from Prisma 6.6.0 is released and [prisma-generator-fake-data](https://github.com/luisrudge/prisma-generator-fake-data) doesn't work with it. Also [the import prisma client line](https://github.com/luisrudge/prisma-generator-fake-data/blob/main/src/helpers/createMethods.ts#L186) is needed only if there are ENUMs, so it...

Here is migration guide, looks quite easy: https://github.com/BenLorantfy/nestjs-zod/blob/v4.0.1/MIGRATION.md#from-version-3x-to-4x Wondering if this package is still maintained?