csisy

Results 8 comments of csisy

Thank you for the fast reply. > The sass actually doesn't actually support package exports, so the exports cannot be used to rename/shorten the paths of stylesheets, as such in...

> That new functions come from Vulkan 1.3. Please make sure all your source files use Vulkan headers form the same SDK version. Might be related to #247 Got the...

> Any updates on this? Here's a bright issue: > > ``` > > > My reusable error > > ``` > > ...aand you cannot do it. And it's...

I think the i18n configuration of the `angular.json` should be extended. Consider the following use-case: We're building a website which is targeted for a specific country. It has some features...

I'm with @konstantintieber, IMO it is a bad practice to pollute the global style with external dependencies. Just state that the user must import the cdk overlay style in order...

Tried the same thing as @stockiNail can confirm, it does not solve the issue. As an additional (but maybe trivial) information: if I import the annotation plugins first, the zoom...

How is this different than https://github.com/mapstruct/mapstruct/issues/2551 ? Anyway, this is a valid issue. Consider the following example: ``` public class Entity { private Boolean foo; // nullable in DB so...

It looks like this PR has been forgotten, but I think this is important and is a good step in a direction to make cdk/material more tree-shaking friendly. Is there...