Cargo.toml
: remove"leptos_meta/csr", "leptos_router/csr"
feature propagations.Cargo.toml
: remove"leptos_meta/hydrate", "leptos_router/hydrate"
feature propagations.leptos::SignalGet
:leptos::prelude::Get
leptos::SignalSet
:leptos::prelude::Set
leptos::SignalUpdate
:leptos::prelude::Update
leptos::SignalUpdate
:leptos::prelude::Update
leptos::ServerFnError
:leptos::prelude::ServerFnError
leptos::mount_to_body
:leptos::mount::mount_to_body
For anyone coming here from Google, try either:
Unplug any external mouse and reboot.
Go to Device Manager.
Right click the only device under "Mice and other pointing devices" > "Update Driver" > "Browse my computer for drivers" > "Let me pick..." > "HID-compliant mouse" > "Next".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use std::{ | |
fmt::Display, | |
ops::{Deref, DerefMut}, | |
}; | |
use serde::Serialize; | |
use type_reg::{ | |
untagged::{BoxDataTypeDowncast, BoxDtDisplay, DataType, DataTypeWrapper, FromDataType}, | |
TypeNameLit, | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// Put this script in: | |
// | |
// ```text | |
// ~/.config/sublime-text-3/Packages/User/gradle.sublime-build | |
// ``` | |
// | |
// 1. Install Java: `sudo apt install -y openjdk-19-jdk`. | |
// 2. Install gradle. | |
// 3. Set `GRADLE_HOME` in `~/.profile`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# Install winehq-stable by following instructions on https://wiki.winehq.org/Ubuntu | |
# | |
# Then: | |
wine64 --version # wine-8.0 | |
export WINEPREFIX=~/.wine64 | |
winecfg -v win10 | |
wine64 ~/Downloads/Lumina-0.2.1-win64.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# ansi colours | |
# basic | |
printf '\e[1mbasic:\e[0m\n' | |
for code in {0..15} | |
do | |
if [[ $(echo "$code % 8" | bc) -ge 1 ]] | |
then |
Adapted from takestwoeggs/japanese-cotton-cheesecake.
- Amounts multiplied by 1.4 (because the cheese block I bought is 250g).
- Using tartaric acid (cream of tartar) instead of lemon juice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Cargo.toml | |
// | |
// [dependencies] | |
// resman = { version = "0.11.0", features = ["debug"] } | |
// futures = "0.3.18" | |
// tokio = { version = "1.13.0", features = ["rt"] } | |
use std::{fmt::Debug, marker::PhantomData}; | |
use futures::{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": false, | |
"color_scheme": "Packages/User/base16-tomorrow-night-bright.tmTheme", | |
"copy_with_empty_selection": false, | |
"default_line_ending": "unix", | |
"draw_minimap_border": false, | |
"draw_white_space": "all", | |
"extra_file_exclude_patterns": | |
[ |
NewerOlder