-
Updated
Nov 26, 2020 - JavaScript
carbon
Here are 242 public repositories matching this topic...
-
Updated
Nov 22, 2020 - PHP
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 21, 2020 - Rust
-
Updated
Oct 27, 2020 - Go
-
Updated
Nov 28, 2020 - Svelte
-
Updated
Oct 30, 2020 - Go
-
Updated
Nov 26, 2020 - PHP
-
Updated
Nov 22, 2020 - Go
nef jekyll --watch
I usually write my docs on a swift playground while previewing the generated jekyll site in my browser.
I use jekyll serve, but I still to run nef jekyll manually in order for the generated markdown to be updated on a change.
I'd love a --watch option so nef automatically regenerates the markdown files for me.
Populate microsite
Feature request
Current behaviour
There is no posibility to add target attribute.
Desired behaviour
It should have posibility to add target attribute to link component
Suggested solution
new optional "target" attribute to Link componente .
"<Link href={undefined} target="_blank"> or <Link href={undefined} target="_self">Link</Link>"
-
Updated
Nov 16, 2020 - Go
-
Updated
Dec 11, 2019 - Go
-
Updated
Nov 28, 2020 - Python
I'm particularly interested in :
https://github.com/gorilla/handlers/blob/master/cors.go#L193
We seem to use the CORS middleware:
https://github.com/bookingcom/carbonapi/blob/master/app/carbonapi/app.go#L107
But we do not allow configuring it.
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Ruby
-
Updated
Jun 6, 2018 - JavaScript
Improve this page
Add a description, image, and links to the carbon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the carbon topic, visit your repo's landing page and select "manage topics."
There are discrepancies between how the modal handles aria-label, label and labelled by. Review and update Vue component.