Elizabeth
Elizabeth
Alt tags (because searching for this is a PITA sometimes): internationalization, i18n, translation, t9n, localization, localisation, l10n, globalization, globalisation, g11n I can't find any mention of how to do i18n...
**Describe the bug** `sycamore::web::render_to_string_await_suspense` doesn't implement either `Send` nor `Sync`, which is needed for usage in some server contexts. **To Reproduce** ```rust use std::net::SocketAddr; use axum::{ debug_handler, response::{Html, IntoResponse}, Router,...
This is based on #3239 (and would close #3203 & close #2262), however, I've made the following changes: - ~Renamed the mode to 'zen' as that's what VSCode called it...
Adds a `UserOption` to allow slash commands to select and target users. This is a draft currently, as (a) I'm still ramping up on Swift (making a Discord bot is...
I'm trying to get this to run on my M1 Mac, and there's some odd behaviour. SteamCMD just doesn't seem to run at all, and I'm not familiar enough with...
### Describe the bug When using `stor insert` to add a row, it will not escape any strings that contain single quotes. ### How to reproduce ```nushell $ stor create...
When using the app on an ereader, I've found that the volume rocker scroll is very nice to use, but I have to press it a lot just to get...
I've been testing what key binds I can see and use via nushell's `input listen`, and I've noticed that for super-alt (well, cmd-alt since it's mac and it's special) inputs,...
### What Operating System(s) are you seeing this problem on? macOS ### Which Wayland compositor or X11 Window manager(s) are you using? macOS default ### WezTerm version wezterm 20240226-174525-22424c32 ###...
Angular supports the [@defer](https://angular.dev/guide/templates/defer) syntax for lazy-loading components, but this plugin doesn't format these block correctly. Expected: ```html @defer { Hello world } ``` Actual: ```html @defer { Hello world...