-
Per new RFC:
https://github.com/tensorflow/community/pull/126
-
Currently we've omitted the gpu kernels from addons while we got everything setup. Now that CI testing is setup for GPU we should begin adding these to addons. There's a lot of things required so I wa…
-
Has any thought been put into overriding Bootstrap mixins?
I have a use case, where for example, I want to override the definition of a bootstrap mixin to provide additional styles, or modify exist…
-
A nice addition to the dominant color calculation would be to color contrast for each, or overall (i.e. using the [YIQ color space](https://en.wikipedia.org/wiki/YIQ)).
This could help identify if …
-
External custom ops should be prefixed with a namespace according to https://github.com/tensorflow/community/blob/master/rfcs/20190726-custom-ops.md#out-of-tree-ops-must-be-namespaced
I think we sh…
-
I needed to work in your color contraster that you made for the Block picker. The formula seems like you are multiplying arbrtary values by the RGB values and dividing by 1000. Can I ask how you came …
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04
- TensorFlow version and how it was installed (source or binary): 2.1.0-dev20191220 binary
- Ten…
-
Getting this error while compiling bootstrap 4.3. can you please fix it?
`Parse error: failed at &}`
Bootstrap 4 scss code
```
@mixin badge-variant($bg) {
color: color-yiq($bg);
backgrou…
-
Hi, I downloaded the latest 0.79 version and it compiles BS 4.3.1 with no errors.
However, all my nav links and hyperlinks now have the primary background color on hover.
I have narrowed it down to …
-
I know CSS variables has already been discussed (#26596) and I saw this reply
https://github.com/twbs/bootstrap/issues/26596#issuecomment-403342215
So I come with a proposal which not requires he…