-
Updated
Oct 18, 2021 - JavaScript
browser-extension
Here are 1,529 public repositories matching this topic...
-
Updated
Oct 6, 2021 - JavaScript
Description
GitHub has added a setting that does this:
https://github.blog/changelog/2021-10-12-fixed-width-font-support-in-markdown-enabled-fields/
Screenshot
No response
Example URL
Anywhere textareas are shown
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Oct 19, 2021 - HTML
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 14, 2021 - Go
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for remoteFunction( shows where it's still being us
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Oct 14, 2021 - JavaScript
- Metastream Version:Beta 0.4.0
- Browser + Version:Google Chrome Version 76.0.3809.136 (Official Build) (64-bit)
- OS Version:Google Chrome OS Version 76.0.3809.136 (Official Build) (64-bit)
The volume doesn't match the video player volume. When metastream is 50%, the vid
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Jan 24, 2020 - JavaScript
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Oct 22, 2021 - TypeScript
-
Updated
Sep 26, 2021 - TypeScript
-
Updated
Oct 16, 2021 - JavaScript
Improve this page
Add a description, image, and links to the browser-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser-extension topic, visit your repo's landing page and select "manage topics."
Describe the bug
When
createUploaderComponenthas been created,emitsspecification only described the usage as an array (eg.['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much likeprops.Currently
createUploaderComponentonly supportsemitsas an array andpropsas an object**Codepen/jsFid