Till Wegmüller
Till Wegmüller
You run into a name conflict with the type auto-generated and Your struct name. Rename `mutation Upload($file: Upload!) {` to something like `mutation UploadFile($file: Upload!) {` and your custom struct...
@mtelka sorry for the late reply, I had a lot of private stress. The Original problem can be seen here https://hipster.openindiana.org/jenkins/job/oi-encumbered/381/console the Makefiles somehow have confusion about their working directory...
> > I think so. > > So let's try it. > > BTW, where can I find build logs (something similar to https://hipster.openindiana.org/logs/oi-userland/)? At the moment they get copied...
> Am 11.11.24 um 17:42 schrieb Marcel Telka: > Are there |/usr/lib/locale/en_US.UTF-8/*/LCL_DATA| files? There should be six such files. > LC_ALL=en_US.UTF-8; export LC_ALL fixed the problem. Now we are running...
@mtelka as reference the build script https://gist.github.com/Toasterson/ece92f56a9dc48745211309f206529c7
> > @mtelka as reference the build script https://gist.github.com/Toasterson/ece92f56a9dc48745211309f206529c7 > > What should I do with that? Whatever you like, just for information. Anyway. After refresh we have now a...
Took me a while to get my project to compile with cross. The dependency that pulls in aws-lc-sys is rustls the native rust tls library in aws-lc-sys mode and not...
Hey, I just started working on my own kubelet rust implementation for illumos. And I saw this projects kubelet crate was abandoned. I would maintain it anyway fo my own...
My plan would be to keep the kubelet crate general purpose. I don't plan to remove CRI, CNI, CSI or other interfaces to kubelet but I also wont go out...
Well in migrations you can still be changed by the program. The Rust source always assume relative path so hardcoding fixed paths breaks rust tooling. No crate with prisma can...