Joe Lust

Results 65 comments of Joe Lust

+1, very annoying. We like to use named Strings, by extending `AnyVal`, so `UserId` is a type, not just a free form string. However, with this wrinkle, any place we...

@cowtowncoder using `jackson-module-scala` **2.8.7** and scala **2.11.8**, I still get the casting exception for a wrapped string class that extends `AnyVal`. Example of the AnyVal impl: ```scala @JsonSerialize(using = classOf[TypedStringJacksonSerializer])...

Just a note: I found `functions stop` wasn't actually stopping the emulator node process, keeping the environment variable exports from working. Calling `pkill node`, then exporting the variable, and restarting...

+1 vote here, as we'll likely have to remove react-pdf from our apps, given it prevents making apps more secure. It really would be nice if this could be addressed.

@mifi , is that `content: read` and `metadata: read`? I'm seeing the same problem with fine grained PATs and `@actions/checkout@v3` When I use a FG PAT with `content: read` and...

+1 on @NorseGaud 's situation. I cannot get a checkout of a private repo as a submodule using FG PATs. Works fine with classic PATs and "Repo" permission. I wonder...

@James-DBA-Anderson , see this [doc](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke). It should explain what's changed and needed.

Is there an update on this issue? Perhaps a way to properly configure loading to use a non-blob loading mechanism?