Pranev (NeTT)
Pranev (NeTT)
Add custom emoji support by checking for custom img property instead of overwriting it.
Whenever I switch between mobile and desktop site, I get an issue where the page is rendered again after the bottom of the page. (eg) ``` header body (with client...
The \~\~strikethrough\~\~ doesn't seem to be formatted in /x. GitHub:  dotland/x: 
Netsaur imports deps directly from GitHub. So whenever any of the deps' repos have changes, they directly affect Netsaur.  If you need it up to date, why not try...
How about adding [h3](https://github.com/unjs/h3) to the bench? ```ts import { createServer } from "node:http"; import { createApp, eventHandler, toNodeListener } from "h3"; const app = createApp(); app.use( "/", eventHandler(() =>...
## Team or Project Name KV Chopper (plain ol chopper game with KV for a leaderboard) ## Team Members Just me ## Screenshots of your Project   ## Link...
Can we have a better module searching feature on JSR? Something like the search used by image boards, discord, etc. **Example** `websocket` - Normally searches for `websocket` `runtime:deno websocket` -...
Version: Deno 1.41.1 Moved from https://github.com/jsr-io/jsr/issues/191 Steps to reproduce: 1. Cache a version of your JSR module. 2. Publish a new version. 3. Import the new version inside the REPL...
### Describe the feature In the `wait` command, similar to how setting `timeout` to `0` will make the client wait indefinitely for the required number of replicas to acknowledge a...