Besto
Besto
Currently running Unigram on a very slow machine and clicking to open sidebar, settings, chats, opening notifications, right clicking messages, etc., all take a little while because it's loading the...
You can modify a lot, but letter spacing is not one of them. With the infrastructure already built into the site, it could be added relatively easily and give a...
I basically copied the example on the docs and am getting the error in the title. code: ```ts import { MongoClient, ObjectId, } from "https://deno.land/x/[email protected]/mod.ts"; import { config } from...
My `CSE_ID` contains a `%` among many numbers, like `09184%3A`. This gets changed into URL format into `%25`, which is how it's logged into the console for the error message,...
Here's the script I made cuz nothing worked. It finally worked when I edited body position. The class things is probably overkill. The site in question: https://www.infoworld.com/article/3663129/deno-deploy-moves-toward-ga-adds-paid-plan.html ```js (() =>...
Steps I followed ```bash git clone https://github.com/rebelchris/HTML-Tailwind-Starter.git cd HTML-Tailwind-Starter/ git switch JIT-compiler yarn yarn dev ``` I get this error: ``` npm WARN lifecycle The node binary used for scripts...
I did `npm install` followed by `npm start` This is what it looks like (opened index.html right on the browser, no server):  I'm new to eleventy btw so I...