AleXoundOS

Results 55 comments of AleXoundOS

I'm not only ignoring candidates which are not IPs basically, but since there is only one IP candidate, **`jsonRpc` is called only once**. Otherwise, `setRemoteDescription` was called 2 times what...

I used `chrome://webrtc-internals` for debugging.

> So you don't get event with null candidate property? It seems the browser does not get event with null candidate property. Log without workaround: ``` 11/29/2021, 2:07:23 PM transceiverAdded...

Launching `ShieldBattery.exe` directly: ```console $ wine "$HOME/.wine-sb/drive_c/users/alex/Local Settings/Application Data/Programs/shieldbattery-app/ShieldBattery.exe" ``` results in ![wine2](https://user-images.githubusercontent.com/464913/114315733-ea6d3000-9b08-11eb-8476-077d09012ea6.png)

Ah, ok. The Documents folder issue is easily fixed with setting the link in winecfg: ![settings the Documents folder manually in winecfg](https://user-images.githubusercontent.com/464913/114315890-b9412f80-9b09-11eb-8c1a-41b4364daceb.png). Further attempts to run `ShieldBattery.exe` result in no...

> Further attempts to run ShieldBattery.exe result in no visible response. So if I run `wine ShieldBattery.exe` from `users/alex/Local Settings/Application Data/Programs/shieldbattery-app` nothing happens visually, but the process keeps running: ```...

Enforcing a limit of text width is one of the basics of coding style guides IMHO. The number of characters itself is a question. Whether it is 72, 80, 100,...

Maybe the diff topic is more about diffing algorithm rather than line length enforcement. Though, this may require to analyze [semantics](https://github.com/github/semantic) for the diff tool? Also, it's pretty ok when...

It seems this happens when `make` is called recursively. As a workaround, I use `make V=1 | compiledb`.

I experience the same issue with emacs 28.1 with HLS 1.4. `tab-width` is set to 2, but it does not help. How to explicitly force 2 space indentation with HLS...