Dmitry Semigradsky
Dmitry Semigradsky
`browserslist` hasn't data about `and_chr` and `and_ff` browsers support (latest Chrome Android). See for information: #734, #156 It looks like in this case the lack of information is used as...
Как вариант - вынести ссылки на видео первой колонкой в виде иконок (по аналогии с ссылками на презентации)
There are failed requests GET http://overpass.osm.rambler.ru/cgi/interpreter?data=[out:json];node(52.254709,10.50293,52.268157,10.524902)[%27amenity%27=%27post_box%27];out; > The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. > > Error: runtime error: open64: 61...
Yeah, now it's good!
The same is for `String.prototype.replace`/`String.prototype.replaceAll` (`args` in `replacer`)
@jackpope Now in `main` branch I have new error in console: ``` App.js:359 Uncaught (in promise) Error: Tag mismatch. Expected: img at getRenderedAttributeValue (App.js:359:1) at getRenderedAttributeValues (App.js:416:1) at prepareState (App.js:454:1)...
@jackpope I have tried several times (more than 5 already) and I always have this error.
https://github.com/felipernb/algorithms.js/blob/94b4bb6050b5671f3405af0189369452fda6b4df/src/data_structures/priority_queue.js#L20-L33 Looks like `this._priority` should be cleared in the `extract` function. Otherwise, `super.insert` will not be called.
Sounds as breaking change
Example (in Chrome 67): ```ts const timeZone = 'Europe/Riga' const date = new Date('2023-04-04T18:00:00.000Z') new Intl.DateTimeFormat('en-US', { hourCycle: 'h23', timeZone: timeZone, year: 'numeric', month: 'numeric', day: '2-digit', hour: '2-digit', minute:...