Max Sysoev

Results 14 issues of Max Sysoev

this package exports React.FunctionComponent type, but preact has different type I found no issues running this package with preact (without actually running :) ), but it's nearly impossible to do...

help wanted
pr welcome

Running simple example for middlewares: ```py from datetime import datetime from runnel import App, Record, Events, Middleware app = App(name="myapp", redis_url="redis://127.0.0.1") class Order(Record): order_id: int created_at: datetime amount: int class...

On pypi https://pypi.org/project/runnel/ as well as https://runnel.dev/ there is no link to https://github.com/mjwestcott/runnel/. That makes searching a bit ... harder :) It would be nice to have links to github...

it logs on iOS into console, but on android - not from Crashlyrics support: http://support.crashlytics.com/knowledgebase/articles/120066-how-do-i-use-logging > If you don't want to write to LogCat you should call > Crashlytics.log(msg) simply...

enhancement
Android

As I see, SMA (for example) starts with zero values https://github.com/anandanand84/technicalindicators/blob/7740f17cf681a2b1ace3009f5f396c14cbadf1f1/lib/moving_averages/SMA.js#L24 https://github.com/anandanand84/technicalindicators/blob/7740f17cf681a2b1ace3009f5f396c14cbadf1f1/lib/moving_averages/SMA.js#L21 https://github.com/anandanand84/technicalindicators/blob/7740f17cf681a2b1ace3009f5f396c14cbadf1f1/lib/moving_averages/SMA.js#L41 and then calculates price for passed values, or calculates next generator value BUT I save calculated values...

```shell ➜ foo lv src/components/button.js [2017-02-22 13:23:04] INFO processing target: /foo/src/components/button.js [2017-02-22 13:23:04] ERROR Line 51: Unexpected token < ``` Line 51 is JSX: ![image](https://cloud.githubusercontent.com/assets/599439/23207399/385c7b5c-f902-11e6-859d-3eab048c4629.png)

enhancement

Try to use on io.js with version: ``` shell myguestuser@91614db4b948:/srv$ node --version v1.1.0 ``` Installation log: ``` shell myguestuser@91614db4b948:/srv$ npm install webkit-devtools-agent - > [email protected] install /srv/node_modules/webkit-devtools-agent/node_modules/ws > (node-gyp rebuild...

From this tooltip (right click on tab) ![image](https://cloud.githubusercontent.com/assets/599439/16985590/2867fe7e-4e8a-11e6-9e01-79200b4079a0.png)

enhancement

given this example ``` .Text { &__bold { font-weight: bold; } &__red { color: red; } &__bold&__red { border: 1px red solid; } } ``` produces such highlight ![image](https://user-images.githubusercontent.com/599439/79567560-20760080-80bd-11ea-90ad-64d25c0f2fe8.png) but...

`Running the contributed command:'findJump.activate' failed.` ``` [2018-10-19 18:38:51.500] [exthost] [error] Error: command 'type' already exists at e.registerCommand (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:451:595) at Object.registerCommand (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:603:111) at new InlineInput (/Users/colch/.vscode/extensions/mksafi.find-jump-1.2.4/out/src/inlineInput.js:32:54) at...