-
Hello everyone! I want to use styled-system with zero-runtime CSS in JS libraries like Linaria, Astroturf, Reshadow? So far, no luck. Is it possible?
https://github.com/callstack/linaria
https://g…
-
Thanks for the module! Is there a way to import a specific method in Node v8.5+ with the `--experimental-modules` flag? `import { LTTB } from 'downsample'` fails.
> SyntaxError: The requested modul…
-
Hi,
I created a (modified) LTTB port for Python (C-Extension core) due to performance.
https://github.com/dgoeries/lttbc
It is available on PyPI as well (lttbc). Thanks for your work!
-
## In what area(s)?
/area build
## What version of Knative?
master?
```
$ git describe --dirty
fatal: No names found, cannot describe anything.
```
## Expected Behavior
running:
```s…
-
Hello,
I wanted to use this algorithm in a C++ project, but couldn't find an existing source. I uploaded it here, if you're interested in adding it to your list:
https://github.com/parkertomatoes/…
-
Sometimes it's necessary to accept the same arguments as another function but provide a different return type.
Having an $Arguments utility would help avoid boilerplate.
Given:
```
function fu…
lkoba updated
5 years ago
-
## Background
I am trying to style a 3rd party "masked" input. The styles are applied correctly, however, there are props I pass into the "styled" element that are used within the CSS logic of the st…
-
When benchmarking several frameworks, i found styled-jss to be extremely fast ,4-15x faster than others. Any insight as to why? I know its using jss 9.x and the older preset plugin
Please see this …
-
In https://www.typescriptlang.org/docs/handbook/advanced-types.html, `Pick` is defined as:
```
type Pick = {
[P in K]: T[P];
}
```
Translating this to flow yields:
```
type Pick = {
…
-
Hi,
I'm having a really annoying problem while trying to test components that were wrapped with `injectSheet`.
Let's say I've got a component - `Foo`.
I'm exporting it like so - `export defaul…