SimonAM

Results 11 issues of SimonAM

**Situation**: Using a start and pause button, one "covering" the other using inline conditional control **Issue**: The pause and start onPress-handlers accidentally fires when the other button is pressed (hair...

Changed links which references fp-ts-std where it should be fp-ts. Removed links to functions that does not exist. anyPass : refers to anyPass. No such function anywhere. allPass : refers...

Hi, not sure if this is a problem with the theme, spacemacs or with the react-layer in spacemacs. This is how the standard react-native app with expo looks. Importing the...

### How do i configure redux-tookit with redux offline with typescript? When using redux-toolkit, in order to not get circular dependencies you can use `createAction` in a separate file actions.ts....

How do i use the modal without the built in button? I want to show the modal when pressing a button in an app bar component.

## 📖 Documentation I have a string array K[ ] of possible keys for a record. (could be inside an option, but this is not necessary). I want to select...

## 📖 Documentation Could make use of a **learning resources** section, just like [fp-ts](https://gcanti.github.io/fp-ts/learning-resources/). And i would propose these links to start with: [Article - Introduction to Optics](https://medium.com/@gcanti/introduction-to-optics-lenses-and-prisms-3230e73bfcfe) [Article -...

## 📖 Documentation The examples in the documentation refers to Lens.fromProp method. However, in the docs no such method exists. https://gcanti.github.io/monocle-ts/modules/Lens.ts.html

Or is there a gitbook but no link to it? Really great work though!

If flag in option is set, sets header "X-Access-Token" instead of "Set-Cookie". Same fix as in a [comment](https://github.com/expressjs/session/issues/543#issuecomment-850952139) in #543. Related to: #543 #161 #567 #317