Wojtek Czekalski

Results 100 issues of Wojtek Czekalski

**What I'd like:** I would like to use bottle rocket on premise on machines with NVIDIA GPUs. Therefore, I'd like a variant containing Nvidia drivers for bare metal. **Any alternatives...

type/enhancement
status/research
area/metal

Follow up to the discussion in #62. > Instead of using imperative API we can expose and with animation parameters required. What do you think? @Kureev I'm not sure what...

Support for LUKS encryption for local-storage can make hwameistor an even more complete solution. I'd like to be able to say; here's a PVC, encrypt it with LUKS with the...

kind/feature

**Describe the bug** I use nix flakes and I cannot use more than one shell because devenv now "temporarily" requires adding `devenv-up = self.devShells.${system}.default.config.procfileScript;` attribute to packages. I know I...

documentation
question

This commit removes `HardCodedEncoding` and practically allows us to use different scalars than ints.

I've made a similar issue in the `graphql_ppx` repo (lol, naming). Custom scalars are sometimes necessary, and until we have some mightier solution we could resist to treating every custom...

Annotations: ``` Annotations: ALIYUN_COM_GPU_MEM_ASSIGNED: true ALIYUN_COM_GPU_MEM_ASSUME_TIME: 1692105746106628538 ALIYUN_COM_GPU_MEM_DEV: 11 ALIYUN_COM_GPU_MEM_IDX: 4 ALIYUN_COM_GPU_MEM_POD: 2 ``` Env: ``` ALIYUN_COM_GPU_MEM_DEV=11 ALIYUN_COM_GPU_MEM_IDX=3 ALIYUN_COM_GPU_MEM_POD=2 ALIYUN_COM_GPU_MEM_CONTAINER=2 ``` The device: ``` NVIDIA_VISIBLE_DEVICES=GPU-280dd117-09e1-2e8c-25e3-52fdfac9527f ``` is indeed the 3rd...

Im working on generating OpenAPI for my server. I'm already using mojo tech json type validation so I figured I might as well use this syntax for defining POST body...