Alf Nielsen

Results 12 comments of Alf Nielsen

Hi, In my team we want to use Prettier so we avoid the generel discussion on format, but import statement over multiple line is an absolute no-go. There are a...

Hi @j-f1 Thank for the answer. We dont really have the resources for fixing(adding types) and following changes for a lot of non-typed modules, so I dont believe that is...

Hi I have written an extension to vscode called vsc-organize-imports, that work with prettier. It can be set up to FormatOnSave, which will run after Prettier, and format the imports...

Hi Abettadapur Yes we are using react-loadable and your DynamicModuleLoader. We want to load the module only when its needed, but under the _contract area_ of our solution, and we...

No it's not what we optimal want. (It is just an acceptable solution to keep the loaded modules in the store after unmount) Right now the module is removed, but...

Hey, I made this codesandbox that replicate the problem: https://codesandbox.io/s/91k27k1rxr If you have the Redux Chrome plugin in enabled, you can open the example in full screen mode (https://91k27k1rxr.codesandbox.io/) and...

Well, I was about to add a new issue, but I guess this issue covers it. **@ts-ignore** handles multi-line and single-line imports different! There are still a lot of npm...

Which module are we talking about ? This is a mono repository containing: - vsc-base - vsc-script - vsc-scaffolding - vsc-rename-files - vsc-organize-imports

Hey people, I have looked into the problem and unfortunately something has change in the way VSCode sends data to the Webview. I was not able to find any solution...

This is a know timing issue. Unfortunately its really hard to fix. Prettier always run before this and it will create multiline formatting. and they (the prettier team) refuse to...