browser
Here are 2,172 public repositories matching this topic...
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Aug 12, 2021 - JavaScript
The clone command currently requires the url parameter to be a URL of the remote repository. However, canonical git allows for local paths to be used when cloning a repository. This becomes an issue when attempting to clone a local-only repository, or using the ref parameter to specify a local-only branch for checkout during cloning.
-
Updated
Jun 10, 2022 - JavaScript
Describe the Bug
Given I have a module of the following structure:
const module = {
__init__: [ 'custom' ],
custom: [ 'type', Custom ]
}
function Custom(bpmnjs) {
bpmnjs.on('diagram.init' /** can be any event */, () => console.log('hello.world'))
}when I load it to bpmn-js, I get an error similar to the one below:
TypeError: this.get is not a
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
May 12, 2022 - JavaScript
-
Updated
Jun 19, 2022 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 11, 2019 - JavaScript
-
Updated
Jun 16, 2022 - JavaScript
For popular things that makes sense. Suggestions welcome, but I'm not going to add more than maybe 30. So make it worth it.
Don't do a PR. I'll add them all at once when we've decided on what to include.
Improve this page
Add a description, image, and links to the browser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to request
I want to be able to initialize a Next.js app with the
srcdirectory.It is currently a hassle to create the
srcon your own and movepagesand other folders to it.Describe the solution you'd like
Add an option to
create-next-appto be able to do that. Like:--src, `