Yury Shapkarin

Results 19 issues of Yury Shapkarin

A list of Web Audio API demos and applications: [Website](https://webaudio.github.io/demo-list), [Github](https://github.com/WebAudio/demo-list) What do you think?

Hello. When I log time with Open Project there is always a problem to `convert` in mind `HH:MM` format to the hours in floating point format. I suggest to change...

pullpreview

Hello. Thanks you for the great app. I want to add EVMOS network to the Keplr Mobile https://github.com/chainapsis/keplr-wallet/compare/master...shapkarin:keplr-wallet:master But I chainSymbolImageUrl links to someone's AWS. What do you think about...

bug
keplr-mobile

[SVG Sprite Loader](https://github.com/JetBrains/svg-sprite-loader) Hello. I was using this plugin for some time and it's seems to be useful and handy. I use it in that way: ```js import React from...

Hello. It there any way to make salt configurable? https://github.com/cosmos/cosmjs/blob/f198f0acc425051f0ebd71489d993d7851b48475/packages/proto-signing/src/wallet.ts#L15 I found a way to replace that file. And put salt to the env variable: ```js new webpack.NormalModuleReplacementPlugin( new RegExp('@cosmjs/proto-signing/build/wallet.js'),...

Hello, can I define payloadCreator or metaCreator? upd As I can see, I can't

feature request

```js console.log(routine.failure({ id: 42, error: 'oops...' })); // { type: 'PREFIX/TRIGGER', payload: { error: true, errorMessage: parseError('oops..') } } console.log(routine.fulfill({ id: 42, foo: 'bar', baz: 'zab' })); // { type:...

How about to add some guide? #67