Mark Fulton
Mark Fulton
Example.ts ```ts export default class Example { get a() { return 42; } } ``` Example.augmentation.ts ```ts import Example from "./Example.ts"; declare module "./Example.ts" { export default interface Example {...
### Description I'd like to be able to merge one branch into another branch (as long as it isn't protected, e.g. main) without doing a PR whenever there's no need...
Relates to: Codespaces I'd like for Deno to be installed by default on `codespace-linux` containers; it is being used for many TypeScript projects and requires no additional setup for TypeScript...
**Is your feature request related to a problem? Please describe.** I want to write a `useEffect` with a cleanup but I want to use `await` too **Describe the solution you'd...
clipboards support various formats at once and whatever format is most appropriate gets pasted in I'd like to be able to copy a rich text link and plain text Markdown...
I see that CSS `text-transform` is one of the "factors that are not [currently] taken into consideration" in the [Text Range Module](https://github.com/timdown/rangy/wiki/Text-Range-Module). Can support be added for this? e.g. Using...
It would be great to have a link/button for Inspect entries to open the request/response content in the operating system application registered for that type. e.g. XML, JSON, TXT, PNG,...
### Description The paper-listbox element supports traversing its paper-item elements using up/down arrow keys but not left/right arrow keys. ### Expected outcome Pressing left/right arrow keys while a paper-listbox element...
I'd like to be able to use Fresh offline. My users are in rural areas throughout the day. Sometimes they have a strong internet connection and sometimes they do not....
SVGs can be rendered various ways. Each have tradeoffs: 1. Using ``. Images load after the HTML which sometimes causing shifting, etc. which isn't desirable. 2. Using JSX. This requires...