Žiga Leber

Results 5 issues of Žiga Leber

## System Information ### Linux distribution ``` Arch (5.5.2-arch1-1) ``` ### Terraform version ```Terraform v0.12.20``` ### Provider and libvirt versions ``` Compiled against library: libvirt 5.10.0 Using library: libvirt 5.10.0...

bug
help wanted

Is there a way to derive: ```eq```, ```ord```, ```show```, for types that have a phantom type parameter? For example: ```ocaml type 'a t = Thing ``` The equals function generated...

I have this code: ```ocaml module type LABEL = sig type t val equal: t -> t -> bool val compare: t -> t -> int val to_string: t ->...

good first issue

I have an action with `$1.replace(/['"](.+)['"]/, '$1' )`. How do I escape the `$1`? The only solution I found is to use `\u0024` instead of `$`, but that's a bit...

Lualatex uses a cache folder which is not accessible if you change the user to something else than root. The error: ``` quiting: fix your writable cache path ``` My...