Dylan Landry

Results 27 comments of Dylan Landry

This would save me some time editing whitespace. I have no idea how you'd figure out how to unalign something, though. That could be a tough problem.

I haven't had this problem recently, I'm on 0.8.8 right now.

Doesn't have to be the imports that are folded for me. When writing jest tests, I can fold a describe block and this issue happens too.

> Is somebody already working on this? I would create a pull request and take a shot at this. But it would be my first contribution to this project so...

If redux-immutable's `combineReducers()` returns an incorrect type, then we cannot infer our application's state type from `combineReducers()`. **This may be a significant problem.** Doing that, inferring app state from `combineReducers()`,...

I've done a little digging. **node_modules/@types/redux-immutable/index.d.ts** ```typescript // Type definitions for redux-immutable v4.0.0 // Project: https://github.com/gajus/redux-immutable // Definitions by: Pedro Pereira // Sebastian Sebald // Gavin Gregory // Kanitkorn Sujautra...

Like I said, the return type of the reducer `combineReducers()` returns is what we infer our app root state from. The return type of the reducer `combineReducers()` returns is of...

I wrote a root reducer function by hand to get it to return the root application state as an `Immutable.Map`. Any time I add a new reducer to my root...

I just tried passing a cert via env var `PGSSLROOTCERT` and it doesn't work. From reading the node-postgres docs it seems like it should. > [node-postgres uses the same environment...

@deskoh Is there a way to get nested spans to work in feathersjs v4? I noticed you have nested spans working in the v5 example, but not in the v4...