Attila Gulyas

Results 61 comments of Attila Gulyas

> ## Special Syntax > Yes, this is the general idea from the issue. I'd be happy to have this functionality if your branch is all good I'll clean things...

Would this be as simple as adding generic typespecs to Algae- (and custom-) defined modules? For example: ```elixir defdata Ints :: list(integer()) defdata Errors :: list(String.t()) defmodule Either do @type...

Does this help? https://stackoverflow.com/questions/56198420/what-is-the-syntax-of-a-valid-identifier-in-the-nix-language

My issue is probably related to this one where leaving a line and moving back would always place the cursor on the very first column, regardless where the cursor was...

Just noting that with the command `styx preview-theme showcase` this issue is still present. ```text $ nix-shell -p styx $ styx preview-theme showcase server listening on http://127.0.0.1:8080 press Ctrl+C to...

Adding [Nixpkgs issue #58624](https://github.com/NixOS/nixpkgs/issues/58624) because it provides a good summary on `mkShell`. Thank you for putting the time and effort into your posts!

Thanks! Adding tasks for self: + [X] rename "Module" page to "NixOS modules" + Document where to raise questions + [_] on NixOS Wiki itself + [_] in this repository...

In case anyone finds this looking for SVG support: my current workaround (based on this [SO thread](https://stackoverflow.com/questions/12005860/can-i-export-part-of-an-html-page-to-an-svg-image)): 1. `File` -> `Export view as` -> `HTML (Tables+Styling) ...` 2. Use [`wkhtmltoimage`](https://wkhtmltopdf.org/)...

Could the reason be that Azure is not supported at the moment? https://github.com/NixOS/nixops/commit/4cae6bcb4aff4d972b7514fb1e2b6c04e9e5801f

@jafonsor I think this is what @aij was talking about (a [search](https://github.com/aij/aij-nixos-config/search?q=nixops&unscoped_q=nixops) in his [aij/aij-nixos-config](https://github.com/aij/aij-nixos-config) repo): https://github.com/aij/aij-nixos-config/blob/master/machines/m0/default.nix ```nix { config, lib, pkgs, nodes, ... }: { # Cisco C240, 2x...