Greg Weber

Results 267 comments of Greg Weber

@SiPaff if you preserve the UUID during transformations then after running greenmask you could restore developer emails based on a list of (UUID, email) or possibly group/permission membership if those...

@wwoytenko awesome! Supporting arbitrary SQL or a join to another table is definitely useful. But I could probably use this as is by having a pre-query step and templating. BTW,...

When versions are available for a language (and I can see them with `devenv search`, how do I figure out what the actual package name is for the package with...

> Package name should be in the output of devenv search, you can see it prefixed with pkgs.. But how do I specify the version that I see there? For...

``` | pkgs.cue | 0.9.2 | Data constraint language which aims to simplify tasks involving defining and usi | ``` Maybe its a problem with zeros- I tried some different...

I haven't tried devbox, but they have clear documentation on how to specify package versions: https://www.jetify.com/devbox/docs/guides/pinning_packages/