zero-dependency
Here are 111 public repositories matching this topic...
-
Updated
Jul 2, 2020 - C++
-
Updated
Apr 13, 2020 - C
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Nov 1, 2019 - JavaScript
With a file containing:
v = hello
and extracting a bool from that using
const auto b = ini[""]["v"] | true;
I would expect the fallback to be the result, but there returned value is false. In tortellini.hh
inline bool operator |(bool fallback) const {
return _value.empty()
? fallback
: (
case_insensitive::compare(_value, "1")
|| case_insensi
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Jun 8, 2017 - Swift
-
Updated
Jun 4, 2019 - JavaScript
-
Updated
Apr 4, 2020 - Go
-
Updated
Mar 27, 2020 - Scala
-
Updated
Apr 18, 2020 - TypeScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Mar 16, 2018 - PHP
-
Updated
Jul 3, 2020 - TypeScript
Common use cases for this include logic that's conditionally run depending on environment and API access keys that you don't want to hardcode. We should always support NODE_ENV and possibly any variables that start with a configurable prefix like create-react-app has REACT_APP_.
To implement this, I'm
-
Updated
Jun 29, 2020 - JavaScript
ESLint environment
We need to create an ESLint environment in order to have globals like suite and it recognized by ESLint.
See https://eslint.org/docs/user-guide/configuring#specifying-environments
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Jan 25, 2018 - C++
-
Updated
May 10, 2020 - JavaScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Dec 15, 2019 - JavaScript
Finish writing README file in develop branch. Add:
- "Design" section describing the design of the library.
- "How to use" section describing how to setup and use Endpoint.
-
Updated
Apr 22, 2018 - TypeScript
-
Updated
Jun 22, 2019 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the zero-dependency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zero-dependency topic, visit your repo's landing page and select "manage topics."
Expected Behaviour
When i pass height:"100%" the chart must take the parents height and become responsive
Actual Behaviour
The height property is just a number soo i can not give it a css height string
Steps to Reproduce:
NOTE: Add a GIF/Screenshot if required.
![image](https://user-images.githubusercontent.com/13318139/7