Yuki Kobayashi

Results 7 issues of Yuki Kobayashi

closes #13697 ## how it used to be ``` ''| ``` `'` -> ``` '''|' ``` ## how it will be ``` ''| ``` `'` -> ``` '''|''' ``` ##...

the simplest implementation will be a bash ## Proposed API ```sh # not decided on how to implement it, using env vars to pass the information? or list /srv/minecraft? minecraftctl...

This PR adds a CLI Tool for managing and monitoring nix-minecraft servers. closes #166 ## Features | feature | description | | --------------------------------------------- | ----------------------------------- | | list | list...

# Summary This PR adds Nix Flake support to the nbt-to-mcstructure project, enabling users to run the tool using the Nix package manager without manually installing dependencies. # Benefits -...

Code Example: ```svelte let userId = $state(1); // this query is NOT reactive to userId. const userQuery = useQuery(api.users.get, { id: userId }); // this query IS reactive to userId....

documentation

## Current behavior Currently, comin silently fails on force push. The journald log only shows "Fetched new commit". ## Why it's not good It took me forever (, which is...