Christian(Christian)
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
Christian(Christian) 创建了一个帖子, 已回答Can 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) 创建了一个帖子, 已回答Docs: 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) 创建了一个帖子, 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) 进行了评论, -
-
Christian(Christian) 创建了一个帖子, 已回答Recognising 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) 创建了一个帖子, 已回答Dry 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) 创建了一个帖子, 已回答Where 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) 创建了一个帖子, 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...