- Australia
- https://www.kedyou.com
Pinned Loading
-
-
Trim all whitespace
Trim all whitespace 1/**
2* Trims https://invisible-characters.com/
3*/
4function trimAllWhitespace(string $str): string
5{
-
Manual search highlighting
Manual search highlighting 1search(elements: HTMLElement[], value: string) {
2value = value.toLowerCase();
3for (const el of elements) {
4el
5.querySelectorAll('mark')
-
Generic Axum Error Handler
Generic Axum Error Handler 1use axum::{
2http::StatusCode,
3response::{IntoResponse, Response},
4};
5use std::{fmt, panic::Location};
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.