Denis Sumin

Results 5 issues of Denis Sumin

After signing in and reloading the page I need to sign in again. (Except admin panel) I found that [this](https://github.com/Thinkmill/meetup-alternative/blob/master/site/pages/_app.js#L34) method isn't called because it's not a root component. `getInitialProps`...

After the successful build and run in production `yarn build && yarn start` there is no way to enter the admin panel, it just redirects back to `admin/signin` after the...

Sometimes I have next error: ``` 2019-06-07 15:36:10 [Error] [DS 9] 127.0.0.1 Unexpected error System.NotSupportedException: Stream does not support reading. at System.IO.BufferedStream.EnsureCanRead() at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) at...

## Respect optional in protobuf emitter The current implementation doesn't consider optionality of fields ``` model Test { @field(1) test?: boolean; } ``` resulted in ``` message Test { bool...

emitter:protobuf

### Check for existing issues - [X] Completed ### Describe the feature Setting a bookmark to a line of code saves a lot of time while working on unfamiliar codebase....

feature
editor