Evgeny

Results 130 issues of Evgeny

It would be awesome to have `mac/icns` behaviour extended to another targets. User may provide single source image: * `.svg` - recommended format. * `.png` - minimum as 256x256 px...

The questions are for education purpose: * What is the differences between versions for end user? I don't see any breaking changes here: https://github.com/indutny/bn.js/releases/tag/v5.0.0 * According to npm v4 is...

question / documentation

Feature request: add `endian` (`le` or `be`) argument to `toString` method. Motivation: working with `ed25519` curve from `elliptic` module there is an inconvenience. `ed25519` uses numbers in little endian order:...

protobuf.js version: 7.0.0 protobufjs-cli version: 1.0.0 How to generate static code only for necessary types from big definitions? Current version generates static code for all types defined in `protocol.proto`: ```bash...

protobuf.js version: v7.0.0 Why `Any` uses `type_url` field instead of `typeUrl`? ```js // works const any = Any.create({ type_url: `'type.googleapis.com/foobar', value: buffer, }); // type url is missing const any...

## Current Behavior I've a lot of errors in log: ``` GELF message has empty mandatory "short_message" field. ``` ## Possible Solution It is known problem of docker https://github.com/docker/for-linux/issues/354 ##...

triaged
known issue
won't fix

Hi, I've faced with not working `canDeactivate` by default. I've fixed it by the following code sample: ```js const router = createRouter([ { name: 'messages', path: '/messages' }, { name:...

When should be used RouteNode and Route (useRoute/useRouteNode)?

**Describe the bug** It would produce smaller output svg if groups are collapsed with root svg element too. **To Reproduce** 1. Run svgo with default plugins on image: https://gist.githubusercontent.com/mahnunchik/be61d130adc9f190cdccd2c337e71c9a/raw/da7c807edbbb440fba8a22404051a60289537ccb/icon.svg ```bash...

bug

## Check List Please check followings before submitting a new issue. - [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [x] I have already searched existing issues...

feature-request