Youcef Boumar (boumary)
Youcef Boumar (boumary)
The code example as given in the [docs](https://elysiajs.com/essential/schema#global-schema) does not work ```ts import { Elysia, t} from 'elysia' new Elysia() .get('/none', () => 'hi') .schema({ query: t.Object({ name: t.String() })...
dev server does not run websocket: ```typescript import { Hono } from "hono"; import { createBunWebSocket } from "hono/bun"; const { upgradeWebSocket, websocket } = createBunWebSocket(); const app = new...
I realized the solution to my problem #20 is pretty simple, so I decided to implement it myself! This pull request adds a cli flag to allow for private repos.
the default behaviour of the package seems to be to publicly upload the model, how would I go about making it private by default instead of having to manually change...
I'm trying to start a pod using the cli by doing: ``` runpodctl start pod ``` but I'm getting the error: `Error: Cannot resume a spot pod as an on...
# Add gpuCount argument ## Related: - #156: can't start spot pod using the cli ## Description The start StartSpotPod endpoint is missing the gpuCount argument, causing it to not...