Nazar Mokrynskyi

Results 355 issues of Nazar Mokrynskyi

Looks like after rewrite to TypeScript `"types"` key in `package.json` was lost, which is necessary for be useful in TypeScript.

I'm looking for something to replace gnome-settings-daemon's `~/.config/monitors.xml` support functionality (it was moved to gnome-shell, but since I'm only using g-s-d, I need some replacement). This fork of autorandr seems...

enhancement
needs testing

It is possible to customize middle click already, but left/right would be also useful, especially since it is more convenient to scroll over icon to change volume already and popup...

feature
gtk2
gtk3

With this change I was able to do `go run cmd/dictator.go`. Not sure if this is a correct way of doing things, I'm a golang developer, but for me it...

From discussion in #288 there is a [potential implementation](https://github.com/nazar-pc/webtorrent-dht) which I'd like to integrate with WebTorrent itself. The question now is how to do this? We can more or less...

question
meta

In my current app `simple-peer` is about 10% of an application size and about 20% of JS code size. Specifically, while `index.js` is 29.5KiB and one might expect that minified...

feature request

Since setting local or remote description is an asynchronous operation, we should probably change `peer.signal()` and maybe `peer.negotiate()` too to become asynchronous and return a `Promise`. This will help in...

feature request

### System information SolveSpace version: 2.3 Operating system: Ubuntu 18.10 ### Additional information I'm new to solvespace, but would say that the way rotation is implemented in solvespace is at...

enhancement

This is another refactoring that essentially changes nothing, just moves message handling logic from `Router` and `*Transport` to entities that are actually responsible for handling them. Reviewing commit by commit...