Pasi Eronen

Results 9 issues of Pasi Eronen

Comment https://github.com/niklasvh/css-line-break/issues/2#issuecomment-1030910738 found that the zwj emoji fix in #16 did not always work. Here's another attempt to fix it...

**Your Environment** * **verdaccio version**: 5.15.3 * **node version**: 16.17.0 * **package manager**: [email protected] * **os**: mac * **platform**: npm **Describe the bug** When installing a new package (not from...

issue_needs_triage

### Version 1.41.2 ### Steps to reproduce 1. Clone my repo at https://github.com/pasieronen/playwright-ui-mode-not-updating 2. npm install 3. npx playwright test --ui --project=chromium 4. click the “play” button next to the”get...

v1.42

PR #849 attempted to fix resaving an already-saved new session at the end of the request, but there's one corner case it missed. If `session.regenerate()` has been called before `session.save()`,...

Fixes #3733 I didn't figure out how to write tests for this, though (map.test.ts has some existing tests for map.remove, but none of them seem to access the worker....)

**maplibre-gl-js version**: 4.0.2 **browser**: Chrome 122.0.6261.57 DEMO: https://jsbin.com/moburomadu/edit?html,output The `Worker` class has several caches (layerIndexes, availableImages, workerSources, demWorkerSources) that use mapId as a key. It looks like they won’t get...

I think I've found two race conditions where dragging nodes too quickly results in errors. Case 1: `Uncaught TypeError: Cannot read property 'path' of null at dnd-manager.js:240` How to reproduce:...

With version 1.10.0 this works as expected, and stack trace says `test.ts:1:7` (which is correct): npm i @swc-node/[email protected] echo "throw new Error()" > test.ts node -r @swc-node/register test.ts With version...

This function gets called from Map.forEachFeatureAtPixel, which expects that truthy value terminates, and result is value from last callback: https://openlayers.org/en/latest/apidoc/module-ol_Map-Map.html#forEachFeatureAtPixel