ofekd
ofekd
Hi, Is there a way to use something like `volumio.local/api/v1/commands/?cmd=playplaylist&name={name}`? Thanks
App ID: N/A **Description** The CLI seems to be making environment changes on the user system which I consider to be an overreach. The two main issues I bumped into...
Here are some of the logs from `vite`: ``` CHANGED build/dev/javascript/gleam_stdlib/gleam.mjs CHANGED build/dev/javascript/gleam_stdlib/gleam.d.mts CHANGED build/dev/javascript/ranger/gleam.mjs CHANGED build/dev/javascript/ranger/gleam.d.mts CHANGED build/dev/javascript/birl/gleam.mjs CHANGED build/dev/javascript/birl/gleam.d.mts CHANGED build/dev/javascript/gleam_javascript/gleam.mjs CHANGED build/dev/javascript/gleam_javascript/gleam.d.mts CHANGED build/dev/javascript/gleam_json/gleam.mjs CHANGED build/dev/javascript/gleam_json/gleam.d.mts CHANGED...
I use [vleam](https://github/vleam/vleam) to write Gleam code in SFCs instead of TS. When running `vue-tsc` for type check, `vue-tsc` tries analyzing `` blocks, resulting in many irrelevant type errors. Expected...
I am using an ed25519-sk key as per the Yubikey docs: https://developers.yubico.com/SSH/ It works fine running the `ssh` command. Relevant logs suggest the SSH used may be too old: ```...
While reading the Lustre guide, I mistook the `Server Side Rendering` page as the only way to do SSR, and then didn't continue to read Server Components. This PR remedies...
To reduce request size, often the body is compressed. A mechanism that supports this is currently missing from Wisp. I am not quite sure what scope of a solution is...
Code: ```gleam { 1_237_698.0 /. 1_000_000.0 } |> float.to_precision(1) |> io.debug ``` Output: ``` 1.2000000000000002 ``` Gleam 1.5.1 stdlib 0.43.0