design
Here are 3,880 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 12, 2020 - JavaScript
Environment
- Package version(s):
@blueprintjs/core ^3.22.3
- Browser and OS versions: Mac OS X Chrome 79.0.3945.88
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a <ControlGroup>
that contained buttons, selects, and some dividers.
`
Was somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
Is there any way to implement horizontal radio button group?
To Reproduce
Steps to reproduce the behavior:
- Go to any contact
- Click on the avatar
- Open the 3-dot menu in the top right and click "Download picture"
- Open the downloaded file
Expected behavior
The picture is opened.
Actual behavior
Because the file is called Some ID.vcf
, it is opened with the text editor and just shows jumbled characters.
Changing the extens
Describe the bug
From version 3.4, using it as Windows 10 system font causes it to show up with weird characters.
To Reproduce
Steps to reproduce the behavior:
- Set Inter as Windows 10 system font using Advanced System Font Changer o whatever.
Expected behavior
Behavior when using Inter 3.3 as Windows 10 sy
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
Take the example at https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics, more specifically the code at https://github.com/mdn/learning-area/blob/master/html/tables/basic/animals-table-fixed.html and point it to this css instead of the provided one.
You get (with the latest Firefox on OSX) what you see in the attached image, which is not correct (Hen
and Mare
seem to have some
G2A
Name: G2A (Game Store)
Website: https://www.g2a.com/
Official resources for icon and color: https://www.g2a.co/contact/brand_guidelines/
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
We need to improve the custom font token documentation, as it is currently only in the setting file itself. This leaves little room for good examples and writing. We've promised better docs for this since 2.0 and still haven't delivered.
https://designsystem.digital.gov/design-tokens/typesetting/font-family/
<img width="722" alt="Screen Shot 2020-02-07 at 11 20 14 AM" src="https://user-image
Description
-
Updated
Jul 12, 2020
Contribution Guide
I think it would be helpful to create a Contribution Guide in order to assist/encourage others to contribute to the project. This guide would also direct them to the Roadmap and priorities therein, so as to focus their efforts. Here's an example along the lines of what I'm thinking: https://github.com/phoenixframework/phoenix/blob/master/CONTRIBUTING.md
If you think that would be helpful, I I c
@import
is being deprecated so it's time to recommend the use of @use
instead.
Unfortunately, just replacing @import
with @use
results in build errors, so I am not sure if changes need to be made to the project, or if the syntax needs to be slightly changed. I tried using [sass-migrator](https://sass-lang.com/documentation/cli/migra
-
Updated
Oct 26, 2019 - Swift
-
Updated
Jul 12, 2020 - Vue
Problem
As of now, when a user has to configure inbound emails, there are some settings related to this under the account settings page. This is confusing and does not really say anything more about each of the settings.
Solution
Required more documentation on guiding a user to configure this.
-
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.