Yassine Oudjana

Results 7 issues of Yassine Oudjana

This is probably the least important thing to implement, but I also think it isn't going to be difficult. For me a bright theme puts more strain on my eyes,...

**The name of the language** Devicetree https://www.devicetree.org/specifications/ **Implementation in other libraries** [Pygments lexer](https://github.com/pygments/pygments/blob/master/pygments/lexers/devicetree.py) [Highlight.js lexer](https://github.com/highlightjs/highlight.js/blob/main/src/languages/dts.js)

lexer-request

I'm trying to send messages to the LKML including several recipients using `git send-email`, and I'm getting this every time: ``` 5.0.0 Error: transaction failed, blame it on the weather:...

bug
smtp

There is this black line in the right edges of all workspaces: ![Screenshot from 2021-06-05 07-46-45](https://user-images.githubusercontent.com/36982494/120879134-554f5a80-c5d2-11eb-915f-cc312e017da9.png) ![Screenshot from 2021-06-05 07-46-46](https://user-images.githubusercontent.com/36982494/120879133-541e2d80-c5d2-11eb-9f77-262980e5651c.png)

`wl_shell` no longer gets registered: ``` Running examples/list_registry/wayland_list_registry registering wl_compositor registering wl_drm registering wl_shm registering wl_output registering zxdg_output_manager_v1 registering wl_data_device_manager registering zwp_primary_selection_device_manager_v1 registering gtk_primary_selection_device_manager registering wl_subcompositor registering xdg_wm_base registering zxdg_shell_v6...

Using `pw_remote_connect_fd` is suggested here: https://github.com/flatpak/libportal/blob/a1530a98db296a8f3c501932d68a7d008da2ac2e/libportal/remote.c#L877 However, this function no longer exists in PipeWire. How should screencast functionality be implemented instead?