Eonasdan

Results 22 issues of Eonasdan

Currently `MatCardContent` adds `mdc-card__primary-action` which makes the whole card have a pointer cursor and click effects. I can find no reference in either the Angular Material or the Material docs...

Are you updating this? If you are, I just released 2.1.30 and if you're interested, I can add some install instructions and a link to your repository.

I get `undefined is not a function` if I make the `Snap()` a div: `` ``` var $snappy = $("#snappy"), mapSnap = Snap("#snappy"); $snappy.html(""); Snap.load("http://huei90.github.io/snap.svg.zpd/lib/malaysia.svg", function (f) { mapSnap.append(f); mapSnap.zpd();...

bug

Hi there, great tool. Thanks for your hard work on this. I use this in my static site generator. I was doing some updates and noticed that the npm package...

Hello, thanks for this great resource. I'm working on a new version of my date picker and I'm looking to remove momentjs. I was able to use some of the...

### Discussed in https://github.com/Eonasdan/tempus-dominus/discussions/2605 Originally posted by **cwolcott** July 11, 2022 I not sure if this is a bug, if I am missing a call or just the way it...

Hi @Eonasdan, I have checked docs but couldn't find anything related. Is v6 will support WCAG2.1? In other words will it be an accessible tool? _Originally posted by @kiliczsh in...

v6
help wanted
State: planned

Please read this [blog post](https://jonathanpeterson.com/posts/state-of-my-datetime-picker-part-2.html) There are currently 6 major tasks that will be happening as time allows. 1. Merge Tempus Dominus Core and Tempus Dominus BS 4 together. This...

I created this code to be able to search our per 5.7 confluence service ``` public static class OldSearch { public static async Task SearchOldAsync(this IContentDomain confluenceClient, string searchValue, CancellationToken...

Is there a way to get the remote **server**'s ip address? E.g. google.com => 64.233.177.100 Thank you