design
Here are 3,901 public repositories matching this topic...
This is about the Docs.
Overview of the problem
This is about the Bulma CSS framework
This is about the Bulma Docs
Description
Docs keep on saying "Import only what you need from Bulma" but I cannot find any explanation what files c
Expected Behavior
Responsive Videos should show a video on documentation site.
Current Behavior
-
Updated
Jul 16, 2020 - JavaScript
Is there any way to implement horizontal radio button group?
-
Updated
Jul 17, 2020 - PHP
-
Updated
May 26, 2020 - CSS
-
Updated
Jul 16, 2020 - HTML
-
Updated
Jul 4, 2020 - HTML
Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>
-
Updated
Jun 18, 2020
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
-
Updated
May 27, 2020 - HTML
-
Updated
Jul 16, 2020 - CSS
-
Updated
Jul 12, 2020
-
Updated
May 8, 2020 - JavaScript
-
Updated
Oct 26, 2019 - Swift
-
Updated
Jul 15, 2020 - Vue
-
Updated
Jul 16, 2020 - Ruby
-
Updated
May 31, 2020 - Kotlin
Improve this page
Add a description, image, and links to the design topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design topic, visit your repo's landing page and select "manage topics."
In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.