Christian(Christian)
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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...