Wayne Maurer

Results 11 comments of Wayne Maurer

This is not about running sequentially vs parallel. If it were so, we would be suggesting to replace `mergeMap` with `concatMap`. It's about switching to a new Observable on emission,...

Using the RxJS operators directly kind of defeats my purpose for using this library, i.e. the convenience it offers for `ObservableEither`, your new `ObservableOption` and my `ObservableRemoteData` data types. But...

I know bumping github issues and PRs is bad form, but I also think `switchMap` really is important. `chain` is a core function, used by many other pipeable functions, and...

OK, let's see what happens, new PR here: https://github.com/gcanti/fp-ts-rxjs/pull/60

Thanks very much for the input, @jbrantly. I think #2 is also related to this.

Sorry that it's not working for you! I have a feeling that it might be hard to solve, as I don't see any capability of setting which VSCode extension has...

Ref issue Microsoft/vscode#13441

Thanks for the report. I'm using another npm module for the actual logic of changing case: https://www.npmjs.com/package/change-case I'll look into why this is happening.

ref blakeembrey/no-case/issues/13

Hello @AndrewKralovec, I tried exactly the same, and it's working for me. Is it working without the keyboard shortcut? Try Ctrl/Cmd+Shift+P, then type 'upper'. Do you see 'Change case upper'...