-
I was hoping to do a pull requests with some style tweaks. Could you maybe add build instructions?
-
This ticket should serve as a kind of meta ticket, to track the efforts needed to bring dino to windows. I have automated the build in #304, so we can put out builds without any problems.
From my s…
enko updated
8 months ago
-
```
What problem?
What steps will reproduce the problem?
1.编译出错,哪位高人给指点指点?
2.
3.
Additional information below.
lvxu1987@Lyuxu-ThinkPad-T400:~/下载/ibus-cloud-pinyin-read-only$ make
make[1]: 正在进入目录
`…
-
**Distribution (run `cat /etc/os-release`):**
```
NAME="Pop!_OS"
VERSION="18.10"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Pop!_OS 18.10"
VERSION_ID="18.10"
HOME_URL="https://system76.com/…
-
Hello, I am attempting to compile dino for macOS ventura on the M1 mac. I keep on getting this issue each time I try to compile.
`
-- Configuring Dino 0.3.0~git99.20230131.3aa3912d with plugins: h…
-
Right now the DBusPreviewer code in Workbench starts the Vala previewer in a seperate process and then waits for the connection to be established. The code then assumes the D-Bus object that the previ…
-
```
To reproduce the bug:
1) disable symbol completion... restart gedit
2) then change the highlight to 'vala' to the empty file
3) write "using Gtk; void main () {}"
4) enable autocompletion
5) when…
-
../settings-daemon-8.1.0/src/Application.vala:140.39-140.65: error: The name `DEVICE_FLAG_UPDATABLE' does not exist in the context of `Fwupd' (fwupd)
[emerge_info.txt](https://github.com/user-attachm…
-
When I select a key I get a yellow box appear saying "Missing SSH public key!" with a button labelled "Generate SSH Key".
Maybe I'm missing something, but I don't understand what I'm supposed to do…
-
In glade, I added a WebKitWebView, then I want to get this object in my code:
```
let builder = gtk::Builder::new_from_resource("/im/idlesong/handybox/window.ui");
let widget: gtk::…