You are here |
www.dgendill.com | ||
| | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | Investigated why daily Visual Studio 2019 update hangs on my machine and found this: I've never seen 52 million files in one folder before. Check yours c:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\IE (requires admin rights). | |
| | | |
cullmann.io
|
|
| | | | The Language Server Protocol (LSP) allows the integration of stuff like code completion, jump to definition, symbol search and more into an application without manual re-implementation for each language one wants to support. LSP doesn't fully allow an integration like KDevelop or Qt Creator do with the libclang based tooling aimed for C/C++ but on the other side offers the possibility to interface with plenty of languages without a large effort on the client side. | |
| | | |
asquera.de
|
|
| | | | ||
| | | |
cyberchris.xyz
|
|
| | This is less of a blog post and more of a note on how I fixed my Anker 7 in 1 (with Ethernet) USB adapter, as the drivers don't work by default on Linux. First, troubleshooting step is lsusb, it should show you the ASIX Ethernet device after plugging it in: ? lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3. |