Nikolay Govorov

Results 25 issues of Nikolay Govorov

For JS version there is [`nanoid-dictionary`](https://github.com/CyberAP/nanoid-dictionary) - a set of additional dictionaries. Perhaps we should add them to the Rust version?

Is there a JS API for the generator? It would be ulono for integration with a complex Assembly such as to cause the Assembly inside the Gulp.

enhancement

I use [keycloak-nodejs-connect](https://github.com/keycloak/keycloak-nodejs-connect) (more precisely, my own fork) for authorization in the project, and I also need to manage roles/permissions. It would be great if `keycloak-nodejs-admin-client` could use tokens from...

kind/enhancement

Based on the [this tweet](https://twitter.com/andrey_sitnik/status/1251539433121370112). I need support for Angular projects. You have already taken the first step by creating bindings for TypeScript. Unlike React and Vue, the Angular ecosystem...

part: js
type: integration

How would it be possible to upload a log to the server during server rendering?

type: feature
part: js

Hey. Thank you for the work you do. In my project, I use UIBook for system design. Now part of the system is moving to Svelte 3, and I want...

enhancement

In C++ 20 add [syncstream](https://en.cppreference.com/w/cpp/header/syncstream) - wrappers that allows to synchronize output into a single stream. Due to the fact that it wraps the stream, `rbuf` does not return a...

**Description** Hello. It's seems that `eth_createAccessList` does not return `storageKeys` on Gnosis, although it should. **Steps to Reproduce** Make request in any nethermind node (publicnode for example only): ```bash curl...

Hello. It's seems that `eth_createAccessList` returns empty response on Gnosis instead of valid `accessList` #### System information Erigon version: `2.57.2-ffb6b83c` OS & Version: Linux Chain/Network: Gnosis #### Steps to reproduce...

gnosis

Hey. Thank you for your project. I use a size-limit for the application. It weighs in at about 80KB. The problem is that runs on a laptop and CI, give...