Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Project Wallace

CSS analytics for developers and designers
Collective - Host: opensource - https://opencollective.com/projectwallace - Website: https://www.projectwallace.comn - Code: https://github.com/projectwallace

fix: also render `!important`

github.com/projectwallace/format-css - bartveneman opened this pull request 19 days ago
No test case for `!important`

github.com/projectwallace/format-css - bartveneman opened this issue 19 days ago
Generate a sourcemap

github.com/projectwallace/format-css - bartveneman opened this issue 19 days ago
add support for analyzing pseudo-classes

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 30 days ago
List pseudo class usage

github.com/projectwallace/css-analyzer - bartveneman opened this issue 30 days ago
Add option to not print comments

github.com/projectwallace/format-css - bartveneman opened this issue about 1 month ago
update deps + audit fix

github.com/projectwallace/format-css - bartveneman opened this pull request about 2 months ago
Readme + types

github.com/projectwallace/css-layer-tree - bartveneman opened this pull request about 2 months ago
Rewrite

github.com/projectwallace/css-layer-tree - bartveneman opened this pull request about 2 months ago
Preserve comments

github.com/projectwallace/format-css - bartveneman opened this pull request 3 months ago
upgrade codspeed runner to v3

github.com/projectwallace/format-css - bartveneman opened this pull request 3 months ago
add missing repo info to package.json

github.com/projectwallace/css-code-quality - bartveneman opened this pull request 3 months ago
Add missing package.json fields

github.com/projectwallace/format-css - bartveneman opened this pull request 3 months ago
lowercase type selectors

github.com/projectwallace/format-css - bartveneman opened this pull request 3 months ago
replace String.slice() with stringByteSlice

github.com/projectwallace/format-css - bartveneman opened this pull request 3 months ago
Bump rollup from 4.21.3 to 4.22.4

github.com/projectwallace/css-time-sort - dependabot[bot] opened this pull request 4 months ago
Bump rollup from 4.21.3 to 4.22.4

github.com/projectwallace/css-analyzer - dependabot[bot] opened this pull request 4 months ago
remove benchmarks because its too slow in CI

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 4 months ago
remove unknown print for rule prelude

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
ditch `substr_raw()`

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
small jsdoc tweaks

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
upgrade codspeed runner to v3

github.com/projectwallace/format-css - bartveneman opened this issue 4 months ago
add benchmarks for minification

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
Bump axios from 1.7.2 to 1.7.7

github.com/projectwallace/color-sorter - dependabot[bot] opened this pull request 4 months ago
Bump vite from 5.2.12 to 5.4.6

github.com/projectwallace/color-sorter - dependabot[bot] opened this pull request 4 months ago
Bump vite from 5.2.12 to 5.4.6

github.com/projectwallace/css-time-sort - dependabot[bot] opened this pull request 4 months ago
Bump axios from 1.7.2 to 1.7.7

github.com/projectwallace/css-analyzer - dependabot[bot] opened this pull request 4 months ago
Bump vite from 5.3.3 to 5.4.6

github.com/projectwallace/css-analyzer - dependabot[bot] opened this pull request 4 months ago
improve atrule prelude formatting a bunch

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
add additional tests

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
upgrade csstree to v3

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
Swap custom walker for csstree.fork

github.com/projectwallace/format-css - bartveneman opened this issue 4 months ago
upgrade CSS Tree to v3

github.com/projectwallace/format-css - bartveneman opened this issue 4 months ago
upgrade CSSTree to v3

github.com/projectwallace/css-analyzer - bartveneman opened this issue 4 months ago
add quotes around contents of `url()`

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
format attribute selectors

github.com/projectwallace/format-css - bartveneman opened this pull request 4 months ago
perf: dont type check for node.loc

github.com/projectwallace/format-css - bartveneman opened this pull request 5 months ago
perf: inline single-use functions

github.com/projectwallace/format-css - bartveneman opened this pull request 5 months ago
perf: past strEquals path

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 5 months ago
add benchmark for keywordset

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 5 months ago
add more benchmarks for comparisons

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 5 months ago
update dependencies (july 2024)

github.com/projectwallace/format-css - bartveneman opened this pull request 5 months ago
Update all dependencies (July 2024)

github.com/projectwallace/wallace-cli - bartveneman opened this pull request 5 months ago
use colorjs.io sub-exports for perf

github.com/projectwallace/color-sorter - bartveneman opened this pull request 5 months ago
make numerify faster

github.com/projectwallace/color-sorter - bartveneman opened this pull request 5 months ago
avoid unnecessary intermediate variables

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
convert parentheses to consts

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
inline `is_uppercase` for perf

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
see what happens when only using toLowerCase()

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
install and run prettier

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
move indent-level to upper scope

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
Report selector types

github.com/projectwallace/css-analyzer - bartveneman opened this issue 6 months ago
remove unused isValueBrowserHack export

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
rm unused selector prefixed code

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
use vite to bundle, drop Node <18 support

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
rm Median metric

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
ditch the Node matrix in CI

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
Remove Node test matrix

github.com/projectwallace/css-analyzer - bartveneman opened this issue 6 months ago
add testcase for #381

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
Remove deprecated system colors

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
Add fast-bail path for string comparison

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
Run benchmarks using tinybench and CodSpeed

github.com/projectwallace/color-sorter - bartveneman opened this pull request 6 months ago
Run benchmarks using tinybench and CodSpeed

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 6 months ago
run `bench.warmup()`

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
Add benchmarks and integrate CodSpeed

github.com/projectwallace/format-css - bartveneman opened this pull request 6 months ago
setup codecov

github.com/projectwallace/color-sorter - bartveneman opened this pull request 7 months ago
setup codecov

github.com/projectwallace/css-time-sort - bartveneman opened this pull request 7 months ago
feat: add analysis for `border-radius`

github.com/projectwallace/css-analyzer - bartveneman opened this pull request 7 months ago
Add test for space toggles

github.com/projectwallace/format-css - bartveneman opened this issue 7 months ago
Add test case for calc in at-media

github.com/projectwallace/format-css - bartveneman opened this issue 7 months ago
Check for view transitions atrule

github.com/projectwallace/css-analyzer - bartveneman opened this issue 7 months ago
Add test cases for colors

github.com/projectwallace/format-css - bartveneman opened this issue 7 months ago
rm obsolete comment, tweak bits

github.com/projectwallace/format-css - bartveneman opened this pull request 7 months ago
call `toLowerCase()` less often

github.com/projectwallace/format-css - bartveneman opened this pull request 7 months ago
replace `substring()` with `slice()`

github.com/projectwallace/format-css - bartveneman opened this pull request 7 months ago