Omar Mashaal
Omar Mashaal
At the moment, recursive requests to a Deno Deploy instance are blocked. This prevents interesting use cases like allowing an SSR framework to call an internal route, and render the...
## Failing module - **GitHub**: https://github.com/earthstar-project/react-earthstar - **npm**: https://www.npmjs.com/package/react-earthstar ```js import { Peer } from "https://esm.sh/react-earthstar"; ``` ## Error message After running `deno run` I got this: ``` error: Uncaught...
I have a use case to add hover state changes on a dock item, and thought others might find this useful as well. This PR passes the `onMouseOver` and `onMouseOut`...
I'm running into a strange error with neovim on manjaro. Standard tidal code works fine, but anytime I try to run a variable or custom function with an equal sign,...
I have a Deno build script which outputs static files to `.vercel_build_output/static` -- is it possible to use this in vercel's build runtime when deploying?
Setting `context.header("Content-Type", "text/css");` still returns `"text/plain"` content-type headers. Seems to only effect `2.1.4` I can verify `2.1.2` and `2.1.3` work as intended.
The colour of verified profile links is using the default Mastodon green, which is slightly off from the Merveilles cyan.
The `getting started` link is 404'ing -- I think this is the correct place in the new docs link.