Syed
Syed
```css /*scroll codeblock in read mode*/ .markdown-reading-view code[class*="language-"] { overflow-x: scroll; white-space: pre; } ``` Also i found this snippet that allows codeblocks to be scrollable in read view!
I am a beginner in android looking for cool projects to learn from. Also wanted to try my luck at this year's GSOC event. Will Foodfacts be applying for GSOC...
This will be incredibly helpful... I thought this was already a feature, when i saw group by tags... for now i guess i will be using the '/' method ...
Hi Team, I am a relative newbie to android development, mostly made simple apps with compose XML. I am familiar with the basics of mvvm, coroutines, flows, clean architecture in...
i was wondering if gtk theme-ing is required for system theme detection. zed for me doesnt switch between light and dark mode as it should. i use hyprland. and i...
I'm using the [7f0b54c](https://github.com/LGUG2Z/komorebi/commit/f968e89d5d7b65d62cc134a87d14d7caf7e39f71) nightly build of komorebi and for me this issue has disappeared :)
sorry but i have to know, what font is that?
I have been facing the same problem. I have some position configurations specified in my Json file that don't get applied unless I reopen vs code and press `ctrl +...
``` komorebi 0.1.30 tag:v0.1.30 commit_hash:9a3dbccc build_time:2024-11-03 23:49:52 +00:00 build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc ``` ``` Looking for configuration files in C:\Users\mmsye Found komorebi.json; this file can be passed to the start...
it's interesting that everything else gets loaded correctly on bar start except for the position configurations, in my case: ``` "position": { "start": { "x": 0, "y": -10 }, "end":...