Rovanion Luckey
Rovanion Luckey
Added my two own high contrast color schemes, feel free to ignore.
Hi, Over the last two weeks I've been working on improving the error messages and testing of the Prometheus Slurm Exporter. I found that if any of the subprocesses failed...
See the below code example for usage. ``` (def registry (atom {})) (defn register! [type ?schema] (swap! registry assoc type ?schema)) ;; Combine the default registry with our own mutable...
When installing lumo through npm on a 32-bit system I get a 64-bit binary installed: ``` $ sudo npm install -g lumo-cljs $ lumo bash: /usr/bin/lumo: det går inte att...
A migration like ``` select 2; -- Thing ``` will fail with the error ``` 2022-01-13T18:58:54.278Z Skrutten ERROR [migratus.migration.sql:326] - failed to execute command: select 2; -- Thing 2022-01-13T18:58:54.278Z Skrutten...
This is the result of my first two days of trying to set up a project based on this template. Hopefully it will be useful for future users.
I noticed that you had used the singular form of :exclusions in your project.clj. You might want to reconsider why you put the exclusion in there in the first place...
I'm not sure but perhaps the line should read "cabal install scion" since "cabal install" returns: cabal: No cabal file found. Please create a package description file .cabal
According to the [GeoJSON specification][0]: > GeoJSON is a format for encoding a variety of geographic data > structures using JavaScript Object Notation (JSON) [RFC7159] The GeoJSON specification [RFC7159] in...