Arvydas Sidorenko

Results 8 issues of Arvydas Sidorenko

I generated Go code and see there is no `Wrap()` method. Instead, there is `Encode(io.Reader)`, which fetches and assigns all values to public fields in the model. Is there no...

`appmetrics` segfaults node almost every 2nd time within seconds from start: ``` 0 segfault-handler.node 0x0000000102d2d010 _ZL16segfault_handleriP9__siginfoPv + 304 1 libsystem_platform.dylib 0x00007fff70d8b5fd _sigtramp + 29 2 ??? 0x0000050200000000 0x0 + 5506148073472...

**Describe the bug** `Worker.Stop()` doesn't await for goroutines to stop, which [goleak](https://github.com/uber-go/goleak) identifies as a goroutine leak. **To Reproduce** Is the issue reproducible? - Yes **Steps to reproduce the behavior:**...

bug
help wanted

I wonder whether websocket support is in near plans?

port

Many users have launcher such as Launch Center Pro or Drafts or other launchers. To launch an app in a launcher app, a custom URL scheme is required. I heard...

``` // Get returns the value for the associated key or returns nil if the // key does not exist. func (d *Dtrie) Get(key interface{}) interface{} { return get(d.root, d.hasher(key),...

#### Bug, feature request, or proposal: feature request #### What is the expected behavior? An ability to present modal dialogs fullscreen. #### What is the current behavior? Can't present modal...

feature
help wanted
P4
area: material/dialog

Some video games are time-sensitive, making them jump forward by the elapsed time after resuming. I noticed that with cinematics, dialogues and subtitles. I wonder if it would be practical...