Umed Khudoiberdiev

Results 23 issues of Umed Khudoiberdiev

As we know in electron there two processes: renderer (browser) and main (node.js). When I use library in main process I expect it to behave the same way as I...

need/triage

Would be great if this project will be able to generate typings from both directions - from ts to flow and versa from flow to ts.

since library is using specific typescript version it does not work with latest versions of typescript (1.6.2). to prevent such problems you need to introduce "typescript" option to config so...

enhancement

I'm going to keep writing here features and changes I'm planning to introduce in 0.4.0: - [x] (breaking) instead of named connections as they are right now, make it possible...

new feature

I expected something like this is going to work: ```ts const customLibp2p = await createLibp2p({ addresses: { listen: [`/ip4/127.0.0.1/tcp/8000/ws`], }, transports: [new WebSockets()], connectionEncryption: [new Noise()], streamMuxers: [new Mplex()], })...

kind/enhancement
good first issue
need/author-input

ESM support is required these days in most projects. Would be great to have ESM support. Right now using stuff like `__dirname` blocks usages of these packages in ESM modules.

This is a feature request, it would be great if we can apply validation from json files like this: ``` json { "name": "question", "columns": { "title": { "not_blank": true,...

any example how to use it in a typescript 1.5 and integrate with its decorators new module system?

https://registry.hub.docker.com/u/wscherphof/oracle-12c/ gives 404 error