Viacheslav Snizhko

Results 6 issues of Viacheslav Snizhko

```javascript const MyEntity = new Entity({ ..., attributes: { ..., someAttr: 'string', myMap: 'map' } await MyEntity.update({ someAttr: 'foo'}) // works fine await MyEntity.update({ someAttr: 'foo', myMap: undefined}) // TypeError:...

Firefox version: 57.0.2 (64-bit) Addon version: 0.8.6 Screenshot: http://prntscr.com/hqoedf As you see the number of unread emails on the badge (5) and in the popup (4) is different. This is...

I set 'max' and initial data with `heatmap.setData({ max: 6, data: heatmapData });` but when I add datapoints with `heatmap.addData(..)` the 'max' value automatically changes, so I didn't found any...

Is it possible to implement such structure? ```xml ... http://www.example.com/page-1/ ... ``` https://developers.google.com/search/mobile-sites/mobile-seo/separate-urls

feature
accepted

I thought when providing an array of strings it should filter on exact match But: ```javascript const rule = { eventType: ['specific-thing-changed'] } const uow = { event: { type:...

### What version of React Router are you using? 7.0.0-pre.1 ### Steps to Reproduce This repo is a clone of the sample app (`npx degit remix-run/react-router/templates/basic#dev my-app`) with `{appDirectory: './app/website'}`...

bug
v7