Reza A'masyi

Results 11 comments of Reza A'masyi

I have the same problem with stuck on focusing certain clients in `master` tiling . In my case I can `cycleprev` and `cyclenext` fine until I move a client from...

> I have the same problem with stuck on focusing certain clients in `master` tiling . In my case I can `cycleprev` and `cyclenext` fine until I move a client...

Hello. From what I understand `lsp-bridge-get-single-lang-server-by-project` is set up through the user's `init.el`. My questions were: 1. Is there a way to set up `lsp-bridge-get-single-lang-server-by-project` in project-by-project basis through `.dir-locals.el`?...

Hello, I haven't checked back on this issue for quite a while now. I had a different approach to resolving this issue. I haven't checked on `lsp-bridge-monitor-after-change`, but I decided...

To add into this I personally have my `org-roam-capture-template` to different templates for different roam notes type. Here is how I set it up. ``` (setq org-roam-capture-templates `(("d" "[per|id] Default...

Is this still feasible with the newer React Native architecture and the latest React Native DevTools? I have been scratching my head around setting this up today. Here is my...

Yep. that seems to be the solution. However, playing around with the `--format` flag: `rgb` returns: ``` 0ms [INFO] (main) Forced usage of wl_shm format: Rgb888 2ms [INFO] (main) Initialization...

After a short glance on the README, I reckon that similar issue already touched upon in #233. I didn't see it since it was closed, although the issue persists. Is...

> Let's leave this open for now, I will rename it though to better reflect what's going on. Please do, whichever name that you feel more apt, while also help...

@daanturo, I tried your proposed example. In my case it made the `lsp-server` lose all of its capabilities. So I went back to the example from the main README.md.