Christian(Christian)
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
Christian(Christian) created a post, AnsweredCan you force HTTP client to treat response as PDF and display preview when Content-Type header is missing in response?
Hi all,HTTP client can preview PDF files:https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#pdfIs there a way to force it to display the preview when the server doesn't sen... -
-
Christian(Christian) created a post, AnsweredDocs: Reverting changes
Hi, I need a clarification of the docs, please: The process as explained seems to say that in Manual mode, you submit changes to the DB, which can then be committed or reverted: https://www.jetbrai... -
Christian(Christian) created a post, File Resolve Modes not working?
I've tried to understand what Resolve Modes are for. My tl;dr: Playground checks statements individually against the schema, Script mode checks them "in sequence". However, I either got it all wron... -
Christian(Christian) commented, -
-
Christian(Christian) created a post, AnsweredRecognising changes from flyway scirpts in subsequent scripts?
Hi all, I am using flyway. In one script, I alter table A and add column z. In the next, I insert values into A, but IntelliJ is highlighting z in red - because the column doesn't exist on the serv... -
Christian(Christian) created a post, AnsweredDry run SQL scripts?
Hi, is there a way to "dry run" SQL scripts and see their results, without actually changing data or tables on the server? Would I use Manual TX and just not commit them? Kind regards, Christian -
Christian(Christian) created a post, AnsweredWhere is Intellij's bundled maven pulling its proxy settings from?
What proxy settings is the bundled maven using? I don't have anything proxy-related in either the global or user maven settings.xml (overridden in Intellij settings). Yet it manages to pull artifac... -
Christian(Christian) created a post, tsconfig import alias paths ignored in nx Angular project when using Optimize Imports
Hi all! I've got an Angular project that is managed with nx, with one app and several libraries. In my tsconfig.base.json, I've got several paths defined, like @myApp/myLib/feature and @myApp/myLib...