Skip to content
#

Sass

sass logo

Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.

Here are 21,115 public repositories matching this topic...

ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

chatwoot
NusretOzates
NusretOzates commented Dec 7, 2021

Is your enhancement request related to a problem? Please describe.
It is a very very tiny problem but I want to contribute :) In the API documentation, it says the ID of the Agent is the type of integer. In the documentation of the webhook events, the ID of the Agent seems like a string. But when I get a "message_created" event, the ID of the Agent is an integer.

![image](https://user-ima

stylelint
ilyub
ilyub commented Dec 20, 2021

What is the problem you're trying to solve?

I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.

Consider the following patterns (with selector-max-universal = 1):

  1. "*" involves O(N) search. So, it is Good.
  2. "* *" involves O(N^2) search. So, it is Bad.
  3. "* + *" involves O(N) search ("+ *" = next element = it
eui
kertal
kertal commented Jan 28, 2022

Updated issue

EUI exports the copyToClipboard utility function but it is not documented, only the EuiCopy component is https://elastic.github.io/eui/#/utilities/copy

Original issue body

EuiCopy is a neat, but there are situations when you can use it only with nasty workarounds. So we want to offer copy to clipboard as an action of the data grid column header in Discover.

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

Repository
sass/sass
Website
sass-lang.com
Wikipedia
Wikipedia