Alfie Kirkpatrick
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Alfie Kirkpatrick created a post, Optimise import uses prettier settings in one project but not another one!
I have two projects. Both have identical .prettierrc and .editorconfig in the root of the project. In one project when I organise imports, spaces are stripped from the import lines and I have to re... -
-
-
Alfie Kirkpatrick created a post, Best practice for multi-module Typescript projects
Hi, I'm looking for guidance on how to structure multi-module projects using Typescript. I often have projects where there is a react web project, a node server project and a common project with co... -
Alfie Kirkpatrick created a post, Performance niggles in 2019.3
Recently updated to 2019.3 and can't be 100% sure but code analysis / suggested fixes appear to be slower. For example, I have a command line tool to generate a small JSON file. When I run this and... -
Alfie Kirkpatrick created a post, AnsweredProblem with OpenOCD debug - Truncated register 16 in remote 'g' packet
Hi, am aware of this issue: https://youtrack.jetbrains.com/issue/CPP-17014. My question is whether gdb debug for embedded projects should work using the WSL toolchain or whether I must use MinGW. I... -
Alfie Kirkpatrick created a post, AnsweredWhy is stash not popped after successful project update?
Did an update this morning on my project and there was a small merge to do. Afterwards I notice that my git stashes are not empty. Is it true that a stash entry is left whenever there is a merge (e... -
Alfie Kirkpatrick created a post, AnsweredDoes CLion support #line directives?
Hi, we have included Duktape in our project and the project ships bundled .c and .h files with #line directives, eg: duktape.c: ...#line 1 "duk_replacements.h"... This causes a problem when debuggi... -
Alfie Kirkpatrick created a post, AnsweredCLion fails to properly terminate gdb (or program) -- using WSL
Using CLion 2018.2.4 on Windows 10 x64. Am not sure if this is related to WSL specifically. It doesn't happen with most programs, but I have an application that embeds the FreeRTOS Windows port. I ... -
Alfie Kirkpatrick created a post, AnsweredEditor highlights errors in nodejs addon project using cmake-js and Visual Studio compiler
Hi, am trying to get a good editor experience for C nodejs addon in CLion. I'm on Windows. I've followed the instructions from Jetbrains to enable the experimental support for Visual Studio compile...