Nikolay Amiantov

Results 15 issues of Nikolay Amiantov

Fix receiving long library paths. This helps on NixOS, where library paths contain hashes.

**Describe the bug** When embedding converse.js from my own domain: ``` ``` I see multiple requests with 404 errors to various fonts, for example https://cdn.conversejs.org/css/webfonts/fa-solid-900.ttf **Expected behavior** I should see...

UI
improvement

**Describe the new feature:** In osu! pressing quick restart button also automatically skips song intro. This is quite useful for drum controllers: you bind one button on the controller to...

area:gameplay
type:UX
priority:2

When I run `nixops deploy`, I get: ``` building all machine configurations... warning: you did not specify '--add-root'; the result might be removed by the garbage collector dev1> copying closure......

Fixes #1472. Tested by running `nixops list` with and without `databasefile` specified.

I'm not sure what exactly is missing, but on this commit: https://github.com/NixOS/nixpkgs/commit/f8ea2347208cfeb4c88ca6319dc307bf16b47ae1 Travis failed but `nox-review wip` finished okay. Fixes for travis: https://github.com/NixOS/nixpkgs/commit/5d3cf921caecf67ebf93c3a155605c234421ec67, https://github.com/NixOS/nixpkgs/commit/23ff3dddba59b36be2f0dc0b318518a91674e967, more pending...

Suppose we want to register a new user; we also want to ensure user with such name doesn't already exist. Currently `create_user` transparently checks this and [returns existing user ID...

enhancement

It can be implemented via `sample` family of functions from `StatsBase`. Example implementation with `sklearn`-like interface is [here](http://pastebin.com/gu6QQaqJ). If it's okay I can make a PR; what holds me from...

Block is there, but there are no recipes (it can be added by a 3rd party mod). On an unrelated note, I can't build the mod because one of repositories...

bug

It would certainly be nice to remove usage of TH at all, using GHC Generics to derive needed Memoizable instances. However, I haven't looked deep in the code, so I...