Marcin

Results 10 comments of Marcin

It happened to me as well, I only needed to remove the users from ADBackend, as otherwise I would lose me descriptions/icons for repositories.

It's not grey because typeahead applies some inline styles to the inputs, one of them being background-color: transparent;, which override form-control[disabled] from bootstrap. I can think of some nasty workaround...

From angular universal docs: Universal "Gotchas" window, document, navigator, and other browser types - do not exist on the server - so using them, or any library that uses them...

Why use native parsing by default if its so bad? So I need to use a workaround to make it working properly as it wouldn't work on different cultures by...

I don't understand why would you use locale for displaying date but not for parsing, so you knowingly make it format date using one format and parse it using the...

I saw the note in the documentation > Please note: MatNativeDateModule is based off of the functionality available in JavaScript's native Date object, and is thus not suitable for many...

I've just tried version 5.1.0 and got the same issue, version 5.0.0 seems to work though. Seems like new 5.1.0 version is faulty.

I am thinking about changing this myself, since I need multi column sorting and this doesn't seem to be addressed any time soon. So the problem right now is interface...

I have created a pull request with changes that add option to enable multi column sorting. I made it so it is as much backwards compatible as I could make...

This is still a bug in version 8.2.0, is this library still maintained?