Pi3r
Pi3r
In `spacemacs` with `stack` (I don't know if this is related to how `ghc-mod` integrates `stack`), the completion will be unbearably slow as soon as the import list is too...
I have just switched to taffybar-1.0.1. Everything is great so far except for the struts height. I guess 2 pictures will describe the problem more clearly:   I am...
The current setup seems to force the user to use ENV variables to configure anything. For instance, the KAFKA_PROPERTIES_FILE file is removed if we don't specify an ENV called KAFKA_PROPERTIES:...
While writing script, a common use case is to ask for a password at the prompt. ``` read -p "Enter salt password: " -s PWD ``` It would be nice...
My understanding so far is that `psc-package` is meant to replace `bower` . On the other hand `pulp` is still useful. Is that correct ? Is it possible to use...
 For style that use a 'navbar' skin such as `boot-flatly` it would be great to see the (first) nesting hierarchy as a dropdown Is this easy to achieve or...
Using `nixos-22.05.1043.5afb1b7dcf4` with the latest mach-nix 3.5.0, this kind of snippet (that worked before with 21.11): ``` artifactory-du = mach-nix.buildPythonPackage { src = mach-nix.fetchPypiSdist "artifactory-du" "1.0.5"; requirementsExtra = "setuptools-rust"; };...
Given this source: https://github.com/PierreR/dhall-packages/blob/master/openshift/examples/cron1.dhall#L1 dhall-to-yaml --file openshift/examples/cron1.dhall --output openshift/examples/cron1.yaml ↳ env:OC ↳ ../package.dhall sha256:5c0bd30ac3c1d0914770754fe82256720a04471f38a26bbc6b63bd7ebd9eea94 Error: Missing file ../package.dhall This does not seem to make sense because if I replace env:OC...
I don't quite understand why this simple file: Given this command: ``` → dhall-to-yaml-ng --file openshift/examples/test.dhall --output openshift/examples/test.yaml ``` Using this input file: ``` let k8s = https://raw.githubusercontent.com/dhall-lang/dhall-kubernetes/master/1.17/package.dhall sha256:7150ac4309a091740321a3a3582e7695ee4b81732ce8f1ed1691c1c52791daa1 in...
I am using dhall with `dhall-openshift` as such: ``` let oc = env:OC let project = oc.Project::{ , name = "cicd-doc-dev" , displayName = "cicd doc site" , requester =...