-
Updated
Aug 31, 2020 - JavaScript
carbon
Here are 228 public repositories matching this topic...
-
Updated
May 21, 2020 - PHP
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 31, 2020 - Rust
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 3, 2020 - Go
-
Updated
Aug 21, 2020 - PHP
-
Updated
Aug 21, 2020 - Go
nef jekyll --watch
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
Aug 14, 2020 - Go
-
Updated
Dec 11, 2019 - Go
-
Updated
Apr 8, 2019 - 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
Jun 6, 2018 - JavaScript
-
Updated
Aug 9, 2020 - TypeScript
-
Updated
Jul 27, 2019 - PHP
-
Updated
Sep 1, 2020 - Ruby
-
Updated
Sep 1, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Currently Gantt and Pie (Load only) has implemented this by using contentLoadHandler and contentUnloadHandler to increase performance when there are large amount of data to be loaded at a time.
Describe the solution you'd like
Implement the same for:
- Line
- Paired Result
- Bar
- Timeline
- [
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."


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 runnef jekyllmanually 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.