hasezoey
hasezoey
**Describe the bug** normally when using `f` plus shift, it open the selected link in a new tab rather than the current tab, but for the book headers in j-novel,...
(similar to https://github.com/rust-lang/rls/issues/674#issuecomment-361060293) i dont know if this is a duplicate or so, but i tried to search for something similar but didnt find anything ## The Problem When hovering...
I wanted to ask if this workflow action needs extra permissions, because i could not find anything in the documentation (or existing issues) specifying what permissions are needed, if any,...
**Bug** - `package` version: 0.11.2 - `node` version: 12.13.0 - `npm` version: 6.13.0 - `ts-jest` version: 24.1.0 - `@types/jest` version: 24.0.22 Relevant code or config jest config (package.json): ```json {...
This is a proposal to make the type `Attr` public (and by extension `Symbol`) ## Why I am currently writing a derive add-on and i would like to not re-invent...
i ask this here, because github discussions seem to not be enabled for this project --- i am still quite new to rust and have no experience in c/c++ (or...
I tried to run the [examples](https://github.com/rust-qt/examples/), and it failed with the message: ```ts [2021-12-24T21:04:44Z ERROR ritual_common::errors] Error: [2021-12-24T21:04:44Z ERROR ritual_common::errors] failed to run command: "cmake" "-Wno-dev" "/home/hasezoey/.local/cargo/registry/src/github.com-1ecc6299db9ec823/qt_ui_tools-0.5.0/c_lib" "-DRITUAL_LIBRARY_TYPE=STATIC" "-DRITUAL_CPP_LIB_VERSION=51400" "-DRITUAL_INCLUDE_PATH=/usr/include/qt;/usr/include/qt/QtUiTools;/usr/include/qt/QtCore;/usr/include/qt/QtGui;/usr/include/qt/QtWidgets"...
Triggered by all `qt_*` crates i tried (including `qt_core`, `qt_gui`) Output: ```txt Current Qt version (5.15.2) is unknown to qt_ui_tools crate. Using closest known version (5.14.0) ``` I dont know...
Currently for question type `editor` the property `postfix` does nothing (not even the default `.txt` is applied), this is probably a error in `external-editor`, but i also open it here...