-
Hi guys
I have a code like this, and it causes. Because I am using ImmutableJS with Flow so that I need to make a type definitions for it.
```
import Immutable from 'immutable';
declare…
-
Story:
- User adds bot to their discord channel
- User types /config command at the bot
- User is given a dota gsi config file with an auth token uniquely tied to their discord id
- User places the gs…
-
#### Issue
When the keys of an `Immutable.Map` object are integers and the map is serialized they are converted to strings and then when the serialization is parsed the map is created with string key…
-
Hi guys,
I just implemented a custom schema to validate List from Immutablejs, here the implementation:
```typescript
import type { AnySchema } from "yup";
import { BaseSchema } from "yup";
i…
-
### What is your Scenario?
When test case gets to the await t.maximizeWindow(); it doesnt expand the screen to the full screen and then when tests are done getting the following message:
…
-
Not sure if it is still relevant, bu I have this [flems](https://flems.io/#0=N4IgtglgJlA2CmIBcBOADAOgCwoDQgGd4EBjAF3imRAAsyyAHApAehYFcA7BgawHMMJAPZgWQgg3gkAAlgwBGDAFYxEqRgBWBEPgBmEBNqQBtUJwCGYREhAY6YW…
-
Maps are iterable like arrays, and it becomes much easier to update the cache, and merge new entries
or ImmutableJS Map
or a similar wrapping structure like:
```js
class SortableMap {
co…
-
Hi all, I'm trying to test reducers in react redux application, using immutabe matchers, but I got an error when I run my jest test:
```
FAIL ./task_1-test_1.test.js
My suite
✕ passes if th…
-
This is in regards to:
https://github.com/apollographql/apollo-client/blob/dbbd4dd9983f878e114378a9997e70df0f565b7b/src/data/writeToStore.ts#L202-L207
I am intentionally not providing fields to …
-