Brian Blakely

Results 20 comments of Brian Blakely

> could you provide a reproducible steps? Certainly, you just need to make a GET against the search API while using a Lunr field query. 1. Run Verdaccio 2. Perform...

Also seeing this issue. In addition, the result set I receive when using `paginate` is different every time I run my script, even though the test content I am scraping...

I also had this issue UNTIL I tried the latest version of Pokopom.

Hi, I'm updating in this thread because I thought you might be curious as to what's up with Atlantis' progress in the last couple months. Atlantis has been in the...

This was integrated [about 6 months ago](https://github.com/brianblakely/atlantis/commit/dbb461bbdbc71e3267eb897d5710ea2fec233f3a), but around the same time, Google introduced a major CSS bug to Chrome, breaking my touch controls and blocking a release announcement. :sob:...

My life was interrupted by COVID-19, unfortunately, so I have not worked on shipping a new version of Atlantis this year. Will update when I do!

> Am I missing something or does this polyfill not support these attributes yet? You're not, I'm sorry, those attrs are not implemented yet.

Hm, the value property matches the spec. Is it possible that IE's validation doesn't respect programmatic values, only user-typed values?

The polyfill sets both the attribute and the property. The property is populated with an ISO date, in accordance with the spec. Does IE expect to see the localized value,...

So there is a wrinkle here. I went to test this for myself, and it actually worked correctly. When the element is blank, `checkValidity` returns false, but when a value...