Yuriy Pitomets
Yuriy Pitomets
Often after bootstrap at fresh plugin installation I got error like this for random packages from emacs wiki: ``` emacs-lisp Debugger entered--Lisp error: (error "could not fetch URL https://raw.github.com/emacsmirror/emacswiki.org/master/goto-last-change.el: error...
@erichoracek, @mdiep Can `ReactiveObjC` use generics for `map:`-like operators as well, in way described [here](http://holko.pl/2015/08/10/generic-functions/) (use additional mapper wrapper for strict type checking)? Disadvantage of that approach -- it can't...
```objc RACSubject *subject = [RACSubject subject]; RACSignal *resultSignal = [[[subject filter:^BOOL(NSNumber *item) { return [item isKindOfClass:[NSNumber class]]; }] flattenMap:^RACSignal *(NSNumber *item) { return [RACSignal createSignal: ^RACDisposable *(id subscriber) { __block...
**As** a programmer, **I want** to have ability to use KVV (key-value validation) when do KVC via RAC **to** reduce duplication **and** avoid model properties key-path hard-coding each time. ---...
Why `ReactiveViewModel` depend on so old `ReactiveCocoa` version???
I trying to use `utop` from `nix-shell` [environment](https://nixos.org/nix/download.html) in Emacs. I run it like `nix-shell--pure --quiet --run 'opam config exec -- dune utop . -- -emacs' $PROJECT_ROOT/shell.nix` and it work...
Universal modifier key (Mod or Quasi, which name would be better?). *** Main idea: "press Quasi", "press \ (e.g. Ctrl)", "release \", "press \" (with holden "Quasi") => acts like...
How can I setup custom editor color theme? Currently I'm able only to set `Font>Show Colors` to change foreground main color.
Hello there, thank you for this language and related work. I have a question. Might it be a good choice as a DSL for inductive programming on your opinion? I...
Answer encoded like ``` Content-Encoding: gzip Transfer-Encoding: chunked Content-Type: text/plain; charset=UTF-8 ``` skips the plain text body, but with `Content-Type: application/json` answer it works as expected. `curl --compressed` show body...