Lyudmil Angelov

Results 11 comments of Lyudmil Angelov

Hi @elia! I was very pleasantly surprised to see you among the contributors here. Thanks for getting back to me. I'm trying to carve out some time to work on...

I did manage to figure out how to find time to work on this, so if you're okay with it, I'll work on this this week. As @meh mentioned, the...

@elia and @meh, I think I'm getting the hang of this slowly - I got the specs for SHA1 digests to pass, added some of my own, and can see...

I'm making some progress here, but I think there's a flaw in some of the specs. Let's take `spec/ruby/library/digest/md5/digest_spec.rb` for example: ```rb it "returns a digest" do cur_digest = Digest::MD5.new...

You're right, @meh! Sorry, I hadn't read through the docs closely enough. When you call `#digest` passing an argument, it's supposed to reset the digest. When I tested it out,...

Hi @Mogztter, All the work I have done so far is here: https://github.com/lyudmil/opal/tree/feature/support-for-digest I've stopped actively working on this feature because I found out Opal wouldn't work for my use...

To fix this, I suggest removing `role="presentation"` from the tooltip elements and making them invisible to screen readers via `aria-hidden="true"`. Slider values are already announced sensibly due to `aria-valuetext`, so...

> THIS IS THE SOLUTION: #1983 I don't fully agree. The fork of the plugin you propose is a little suspicious. To start, it's clearly a fork of this repository,...

In general, I'd recommend this fork of the local notifications plugin, since it's more actively maintained: https://github.com/timkellypa/cordova-plugin-local-notifications That fork still crashes on API level 31, so merely using it doesn't...