Ádám Rocska

Results 25 issues of Ádám Rocska

# Problem Statement `closure/stylesheets/closure_css_binary.bzl` declares `%{name}.css.js` as its output : ``` outputs = { "bin": "%{name}.css", "map": "%{name}.css.map", "js": "%{name}.css.js", }, ``` however, the returned `struct`'s `files` list was `files`...

cla: yes

**Stencil version:** (run `npm list @stencil/core` from a terminal/cmd prompt and paste output below): ``` @21GramConsulting/[email protected] /Users/rocskaadam/src/21gram.consulting/src/website └── @stencil/[email protected] ``` **I'm submitting a ...** (check one with "x") [x] bug...

# Use Case Let's say I'm implementing a GUI which has a reference value X, and all other measures (width, height, etc.) are calculated based on the reference value, using...

cla: yes

Added bare `user-select` support to closure-stylesheets. Its absence was also described in issue #104 Caniuse link : https://caniuse.com/#feat=user-select-none MDN link : https://developer.mozilla.org/en-US/docs/Web/CSS/user-select Vendor prefixed versions were already supported.

cla: yes

# Summary **AS A** Software Engineer **I WOULD LIKE TO** have rulesets belonging to the same selectors merged across multiple GSS files **SO THAT I** may have a more efficient...

# Issue Summary Hi! I tried to integrate js-dossier as a dependency to generate some nice docs for the project. The plan which by my opinion should work is to...

# Hashability? Sure, it may seem like a big one, so if you agree that this ticket would be nice to have, I'll contribute. ## Problem Money's types, like `CurrencyType`...

https://github.com/sushichop/Puppy/blob/510741ffa55e364a991ba1243266c05a9f7a15c6/Sources/Puppy/FileRotationLogger.swift#L13 Hey, I've been implementing a nice Codable extension to some of Puppy's stuff to eliminate a bunch of boilerplate from our server-side swift project. Apparently the referenced code is...

Add a better, professional and well tested version of this quick hackery I made a few days ago. The idea is that anything that is: * a `RangeReplacableCollection`, * who's...

enhancement