Tomas Aschan

Results 213 comments of Tomas Aschan

Yes, that does seem valuable! A PR is most definitely welcome :)

/remove-lifecycle stale /add-lifecycle frozen

@namedgraph The hash is `realpath $WSL_PATH_TO_FILE_OR_FOLDER | tr -d '\n' | sha256sum`, e.g. after mounting `/home/namedgraph/.config/gcloud` from your distro `Ubuntu-20.04` into a container, you'll have a folder at `/mnt/wsl/docker-desktop-bind-mounts/Ubuntu-20.04/aac9fd9be5bafc1fc123c9d142dc9407ac844da6346b150db76dc757e8dd7ffa` (because...

@dhess You mentioned [here](https://github.com/hackworthltd/primer/issues/499#issuecomment-1658081545) that you re-introduced `selda` in your project. Did that include a patch to support text >2? If so, how did you get that - build this...

@dhess Thanks a bunch! That seems to work for me too; although I'm using `stack`, so I put this in my stack.yaml (and added `selda` and `selda-sqlite` to my dependencies):...

@montyvesselinov I've been able to give some love to Interpolations.jl over this weekend, so the basic framework of the library is starting to take shape. The rewrite branch that Tim...

Update: this problem doesn't seem to be only for `[IgnoreMap]`, either. This also fails (both the test and executing the actual mapping): ``` [MapsFrom(typeof(Foo))] public class Qux { public string...

Sure; here's a solution with a single xUnit test project, which has four tests that specify how I'd expect this to work. Two of them pass - one of which...

Pending that cli-utils release, will kptdev/kpt#4129 be accepted if it pins cli-utils to the merge commit of this change, even if there is no release that has this change yet?...