-
Updated
May 7, 2020 - JavaScript
color
Here are 1,854 public repositories matching this topic...
For now the project is badly covered by the tests. It can be greatly improved.
-
Updated
Apr 20, 2020 - CSS
-
Updated
Sep 22, 2019 - Objective-C
Description
On the "Instalation" section of the README, it is written:
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.
I have checked the linked page (https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) but found no downloads for "patched fonts of powerline nerd-font and/or font-awes
-
Updated
May 20, 2020 - JavaScript
In order to make the Tailwind preset more approachable for people that already know Tailwind, we should:
- Font sizes should have the same aliases (e.g.
lg
=2
) - Colors should be aliased to the same aliases * 100, e.g.
purple.5
===purple.500
- Breaking change for a major version: Make the padding scale match Tailwind's
-
Updated
Dec 19, 2018 - JavaScript
-
Updated
Feb 13, 2020 - JavaScript
In #83 we discovered that MS Office documents are rendering with underline style in some terminals. This doesn't make a lot of sense to me. Look into that and consider something else. Also investigate if other document types are also using underline, bold, or italic styles inappropriately.
-
Updated
May 19, 2020 - Vim script
-
Updated
May 12, 2020 - Swift
I have the latest cocapods and rome installed
cocoapods (1.1.0.rc.2, 1.0.1)
cocoapods-core (1.1.0.rc.2, 1.0.1)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.1)
cocoapods-plugins (1.0.0)
cocoapods-rome (0.7.0)
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.0.0)
cocoapods-try (1.1.0)
And I get error:
[!] The dependency `Swiftline (from `../Swiftline.pods
-
Updated
May 18, 2020 - Vim script
Add a tag document
create Name <-> tags csv
so one day it would be possible to only get nature related names, or only technical names and so on
-
Updated
Apr 9, 2020 - Kotlin
I would be useful to implement support for various photoreceptor models so that it is possible to generate custom cone fundamentals down the road. I have started with Caroll et al. (2000), Stockman and Sharpe (2000), Lamb (1995) photoreceptor models in that notebook: https://colab.research.google.com/drive/1snhtUdUxUrTnw_B0kagvfz015Co9p-xv
We will obviously need support for various pre-receptor
Improve this page
Add a description, image, and links to the color topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the color topic, visit your repo's landing page and select "manage topics."
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with
OnChange
but that is not wha