Michael Nahkies

Results 24 comments of Michael Nahkies

I had a bit of a go of getting things building by removing the usage of functions that required a color at build time. Patch is below if anyone is...

As a workaround, you could use the directive directly instead? Eg: ``` ``` It's hard to know how useful it is to have a default - it's probably fine for...

Sorry for such a delayed response. If I print the demo page via the normal browser print function it appears to work fine, and I can see there is an...

I've not given much thought to this so far, but would be interested in improving it. In the meantime you should be able to use https://material.angular.io/cdk/layout/api#BreakpointObserver to change the size...

One use-case that springs to mind is for packages like `@types/node` where often you may want to be on the latest version of `14.x`, etc

I was just wondering if this is supported as well - would be great to be able to get a basic automatic help text

@abrutsze I'm using this with success using the following gradle directive: app.gradle: ``` dependencies { ... implementation 'com.andreabaccega:android-form-edittext:1.2.1@aar' ... } ```

Just tested with my project and 1.3.4 does indeed work fine as well. Only thing to note is that it comes from a different repository that needs adding to the...

--- Migrated from https://github.com/sinonjs/sinon/issues/607#issuecomment-70749165 Originally created by @mroderick on *Tue, 20 Jan 2015 22:38:18 GMT* --- @terinjokes Thank you for reporting this. > FakeXMLHttpRequest's send method currently clobbers the "Content-Type"...

--- Migrated from https://github.com/sinonjs/sinon/issues/607#issuecomment-131007934 Originally created by @dstillman on *Fri, 14 Aug 2015 07:42:37 GMT* --- Not sure why this was marked as a feature request. This is clearly a...