Damian Ziemba

Results 22 comments of Damian Ziemba

@LaurentTreguier you are right! I've `brew install dcd --devel` and it works with version you mentioned. Although I have other minor problem. If I don't manually start DCD-Server in terminal,...

@s-ludwig this is really desired feature ;) I will probably patch my vibe-d with this - but I would love to see this in upstream. so... formal BUMP! :)

@WebFreak001 thanks for reply! Also I just realised that I created issue in wrong repo, sorry for that! That probably should land in `code-d`. Just to clarify: serve-d binary works...

Rebuilding spotifyd with rodio backend fixes crackling for me. I noticed problems mostly when pausing/unpausing song. If somebody needs quick "one-liner" to test it out: ```console cd /tmp && \...

Hi guys, sorry for the troubles. I forgot about this MR. I will close it and redo with newest code-base and your ideas

@Extrawurst yeah, you are right. Confusion came up because I wrongly thought that such construct is valid: ``` d enum F : string { A = "a" ... } F...

I can reproduce it as well. It gets focused properly when launched from Raycast or Launchpad (after symlinking from /opt/homebrew/Cellar/neovide/* to $HOME/Applications) **but doesn't** focus up when starting from WezTerm...

I did some digging about this and looks like it is general macOS problem/default behaviour. For example when launching wezterm from terminal it behaves the same way as neovide does....

> FWIW, adding a delay before calling `NeovideFocus` from `.vimrc` seems to do the trick. Here's the command for adding a 20ms delay: > > ```viml > if exists('g:neovide') >...

@aome510 from what I've gathered this is the issue with audio backends. Spotifyd folks mention librespot as being the issue. Librespot folks mention RustAudio/rodio as source of the problem: https://github.com/librespot-org/librespot/issues/547...