Juanjo Presa
Juanjo Presa
Normally when new language choose a common word add "lang" suffix: golang (formerly, before be mainstream) https://cuelang.org https://www.rust-lang.org https://dhall-lang.org maybe `nixlang` have sense?? at least for separate domains nixos.org and...
nix, the tool only, but maybe have more sense `nixpm` as `npm` analogy. Anyway is hard to me imagine `nix` tool as a package manager, officially it is but i...
A good nickel example for Open Application Model could be great. The main OAM implementation, KubeVela, choose CUE for it.
I'm getting exactly same behaviour, seems related to webpack error. Sadly i can not share source repo because is an unreleased project. But I can give you some context: -...
My 2 cents ```bash #!/usr/bin/env bash TMPDIR=$(mktemp -d) (logstash-filter-verifier daemon start \ --socket "$TMPDIR"/logstash-filter-verifier.sock \ --logstash-path /path/to/logstash \ --keep-env PATH 2>&1 &) | grep -q "Ready to process tests" logstash-filter-verifier...
> Trying this with `(necronian-ement-sso "https://one.element.io")` and after sign-in into browser, emacs fails with: ``` # Ement: Sync request sent, waiting for response... Ement: Response arrived after 10.88 seconds. Reading...
Thank you so much for your fast reply. Sadly your updated SSO code is not working for me neither. At least I expect to revive this thread and some elisp...
Sure, I run `(necronian-ement-sso "https://one.element.io")` again with new excerpt of code shared by @Necronian and after login in browser I get same message error than before: ``` error in process...
OK, I will try to be more clear. Reproducing the problem in a pristine emacs environment `emacs -Q`. I evaluate this code: ```elisp (add-to-list 'load-path "/home/user/.emacs.d/contrib-lisp/ement") (add-to-list 'load-path "/home/user/.emacs.d/contrib-lisp/plz") (require...
Ok, I evaluate this now and its working well: ```elisp (unless (package-installed-p 'quelpa) (with-temp-buffer (url-insert-file-contents "https://raw.githubusercontent.com/quelpa/quelpa/master/quelpa.el") (eval-buffer) (quelpa-self-upgrade))) (quelpa '(quelpa-use-package :fetcher git \ :url "https://github.com/quelpa/quelpa-use-package.git")) (require 'quelpa-use-package) ;; Install `plz'...