Alex Abdugafarov

Results 12 issues of Alex Abdugafarov

Please allow highlights to trigger a visual alert - Windows notification, icon change (including tray icon) and/or window tab blinking. Would be preferable if all this would be configurable. Thanks!

Related to https://github.com/ligi/PassAndroid/issues/226 It would be perfect if "edit time" would allow user to choose (override) timezone manually. This is especially useful if the event is planned to happen in...

When I import a PDF to be stored as a pass, and use "edit time" to choose time manually, time is getting chosen in a local timezone. If I change...

Using `BasicFormats.FloatJsonFormat` to serialize `1.85f` of type `Float` yields `1.850000023841858` in the resulting JSON. This is caused by the fact that `JsNumber` has no `apply` for `Float`, just for `Double`....

3 - in progress

Please implement a `±x` function for taking an expression with both positive and negative sign. This is useful e.g. when square roots or absolute values are involved. Initial text for...

(Created from https://github.com/jepsen-io/jepsen/issues/398) Hey, We're using Jepsen 0.1.14 which in turn uses `clj-ssh-0.5.14`. Here's a stack trace I ran into: ``` WARN [2019-07-09 11:53:31,619] main - jepsen.core Test crashed! java.lang.ArrayIndexOutOfBoundsException:...

Hey there! Just encountered this thing. Full stacktrace: ``` WARN [2019-07-09 11:53:29,099] jepsen test runner - jepsen.core Error snarfing logs and updating symlinks clojure.lang.ExceptionInfo: clj-ssh scp failure: disconnect error at...

I would like to request an ability to disconnect client without quitting completely, like all other good messengers have. By right-clicking on taskbar icon, user should be able to switch...

enhancement

Scala 2.11, spire 0.13.0 ```scala import spire.implicits._ object SpireTest { 1 max 2 // Error } ``` Error is as follows: `type mismatch; found : Int(1) required: ?{def max(x$1: ?...

needs improvement

It would be very nice to have at least some support for Eclipse resource filters feature. My use case - exclude `target`, `project/project` and `project/target` from Eclipse project view, right...