versecafe
versecafe
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Some display panels that are layered over others don't seem to have...
This is just a proposal to move over to Nextra for documentation as full MDX gives a lot more flexibility in terms of embedding demos, custom components, and more in...
## Preview This is still early in development and people are welcome to help, due note the endpoints being used are not documented but are on a versioned endpoint so...
TB CLI has a max python version of 3.11 so currently breaks when using an up to date python install so added the cap as otherwise the install fails and...
### Lustre Framework Site In the same vein as [nextjs.org](nextjs.org), [nuxt.com](nuxt.com), and [phoenixframework.org](phoenixframework.org) a site for the Lustre framework obviously built on Lustre, to provide a both information on the...
Allow server components in islands architecture to call code behind ssr without need for #[server]
**Is your feature request related to a problem? Please describe.** It's a bit annoying to need to worry about the security implications of exposing every server function when some functions...
This resolves the following error when attempting building on newer versions of the Rust toolchain: ``` error[E0635]: unknown feature `proc_macro_span_shrink` --> ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.51/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ ```
### I understand that this issue may be closed if it should be filed in another category - [X] I understand ### My issue ## DuckDuckGo ## Bing Since duckduckgo...
Fixed Zig LSP being pinned to 0.11.0 due to discontinuation of `.tar.gz` Release Notes: - N/A
## Example ```gleam float.to_precision(2.43434348473, precision: 2) // -> 2.43 ``` ```gleam float.to_precision(547890.453444, precision: -3) // -> 548000.0 ```