Yuri Albuquerque
Yuri Albuquerque
I have ``` lisp ((web-mode . ((web-mode-engines-alist . (("django" . "*\\.html\\'")))))) ``` in my .dir-locals.el and ``` lisp (setq web-mode-enable-engine-detection t) ``` In my init.el Although the `web-mode-engines-alist` variable does...
Basic info: Arch Linux Kernel 4.18.5 Proton 3.7-3 Intel Core i5-6300HQ @ 4x 3.2GHz [58.0°C] GeForce GTX 960M 15962MiB RAM Full info ``` Computer Information: Manufacturer: Unknown Model: Unknown Form...
Currently, I'm generating a dynamic GraphQL enum from the database (hence, I need access to my `Context` and `TypeInfo`), to be used as an input argument in one of my...
Implement something like this so that I can design sets from my phone and save the items directly to the wishlist. https://mhxx.wiki-db.com/sim/?hl=en

nix-sandbox hasn't been updated in a while, but flakes have been introduced since its inception. So I've added support for flakes, and plus I've added a feature to specify non-default...
The following just happens in the first deployment, when the machine is being created. Everything seems to run smoothly, until the step where units are restarted, when this happens: ```...
``` Some requirements could not be resolved. Top level requirements: typing-extensions==4.4.0 ecdsa==0.18.0 pysha3==1.0.2 eth-keys==0.3.3 rlp web3==5.22.0 solana==0> Providers: {'_default': ['wheel', 'sdist', 'nixpkgs'], 'gdal': ['nixpkgs'], 'pip': ['nixpkgs', 'sdist'], 'setupmeta': ['wheel'], 'setuptools':...
It's working in nixpkgs, but in nix-ocaml overlay it gives the error: ``` Error: Conflict between the following libraries: - "ocsigenserver.http" in _build/default/src/http - "http" in /nix/store/bijqmv8ma263swyxvsg46yg7qvwsfrnw-ocaml5.2.0-http-n-a/lib/ocaml/5.2.0/site-lib/http -> required by...
This is my configuration: ```emacs-lisp (use-package dap-mode :config (require 'dap-lldb) (require 'dap-gdb-lldb) (dap-gdb-lldb-setup) (dap-register-debug-template "Mac lldb-vscode" (list :type "lldb-vscode" :request "launch" :name "lldb-vscode::run" :externalConsole "true")) (dap-register-debug-template "Rust::LLDB Run Configuration" (list...