Felix Tietjen

Results 9 comments of Felix Tietjen

I've added another example to the codesandbox with a `ClampLines `element in the root div. It's working perfectly fine in the root div, but doesn't clamp anything in the `Portal`.

Here's the library we're using via NPM at the moment: https://github.com/zxing-js/library I can confirm that JsQRScanner and zxing-js both work just fine on both iOS and Android.

I really like the way GitKraken handles Git Flow, making sure that naming conventions such as feature/ are being followed etc. The functionality of Git Flow can be manually done...

![2018-12-13_07-41-22_ftietjen-nb25445](https://user-images.githubusercontent.com/14835021/49920494-a6bb7a80-feaa-11e8-94c3-88f3f9d663c4.jpg)

Adding to the solution, here's the `configureStore` function the team ended up with: ```js configureStore({ reducer: reducers, preloadedState: initialState, middleware: getDefaultMiddleware({ serializableCheck: false, immutableCheck: false }).concat(requestsMiddleware), }) ```

We would agree with that sentiment. We're currently facing the problem that our server returns a `500` and the JS only sees "Internal Server Error", while the server actually delivers...

I see now that your original post is not related to my issue at all. I will do more troubleshooting and open a new issue as needed.

// Edit: This solution does not work properly. [Here's one solution with `moment`.](https://github.com/cawa-93/vite-electron-builder/issues/802#issuecomment-1279829767) In case anyone else stumbles across this, here's a little workaround for the automatic release process. In...

Correct. One option is to solve it with `moment`. I have no issues with adding another dependency, but for a template it might be better to find a vanillaJS solution....