Marcin Kunert

Results 18 comments of Marcin Kunert

I've added `/deep/` and it started to work for me ``` /deep/ .mat-checkbox-layout { white-space: normal !important; } ```

I've done some digging and there is a possibility to change the first day of month https://github.com/buefy/buefy/issues/276 (https://github.com/buefy/buefy/commit/59a0be886719d00efebaf5799231af49d8a9fc5f) using `first-day-of-week` (e.g. the `:first-day-of-week="1" `). I don't think creating an option...

> any update? This library seems to be no longer maintained https://github.com/zhihu/Matisse/issues/869

I've created a PR with fix for this issue. I doubt it will be merged any time soon, so if you want to use newer versions of appcompat and still...

Turns out it is easy to implement. Adding ``` if(this.multiDatesPicker.mode == 'disabled') { return; } ``` after `onSelect : function(dateText, inst) {` allows setting the mode to `disabled` and prevent...

Sure. I'm now using this app as a base for teaching selenium tests on it. I have to have it running all the time on my server. To do this...

Sure I could prepare the container build setup. The second step is to upload it to Docker Hub. It'a a free service as long as the container is publicly available....

@bodiam https://datafaker.net/ doesn't work, but https://www.datafaker.net/ does. I suggest to setup a redirect from one to another.

The string is already added `zh-TW` and `da-DK`