Sean

Results 38 comments of Sean

This article I read on dev.to has a section describing how they used a connect decorator to access redux actions and state using props. https://dev.to/aalises/preact--typescript--parcel--redux-zero-rebuilding-the-qmenta-front-end-focusing-on-performance-and-minimalism-1lnp Was a great read and...

```js import { h, Component } from "preact"; import { Connect } from "redux-zero/preact"; export default function(actions = {}): any { return Child => props => ( ({ ...state })}...

I worked around this issue by setting `localStorage.setItem('postLoginUrl', 'https://localhost:8000')` in the first then of the login command in cypress. Then setting `localStorage.setItem('isLoggedIn', 'true')` in `onBeforeLoad` in the `cy.visit()` command. This...

Might have to revisit this. Could do without manning changes to the app

I fixed this by installing an adapter. You can choose one from https://github.com/commitizen/cz-cli#adapters

Hey all! Despite my best efforts, I haven't been able to get pocketbase to work in Docker. With a very basic Dockerfile I always only get `curl: (56) Recv failure:...

@jplhomer saw you wanted me to try flareact@canary so I went ahead and tried it. Same errors as before besides the ones that got fixed in the PR

I am unable to reproduce this. What browser are you using? Can you try without any extensions?

This doesn't appear to be happening anymore. The event now shows as `An unknown event (release/created) has been emitted from repository`