Hackcraft
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Hackcraft created a post, AnsweredIntellij Idea and all other programs crash
I wsa using idea today and it crashed at startup. all other JetBrains tools also crashed similarly due to `libjvm.dylib`.I've reinstalled the Toolbox and restarted my Mac, but the bug still happens... -
Hackcraft created a post, "$ref": "#/what/ever" in OpenAPI 3 JSON Specs "Unresolved reference"
In my OpenAPI 3 JSON Spec, I have a Login endpoint with this JSON: ```json "application/json": {"schema": {"$ref": "#/components/schemas/Login"}} ``` But the ide underlines it in red and tells me t... -
Hackcraft created a post, Qt project: Test run of "uic"
I have attempted to create a Qt project using CLion on MACOSX 10.15.7 with x86 architecture, however the following messages shows up when I start the IDE: CMake Error: AUTOUIC for target MyProjectN...