Neo Sam

Results 8 comments of Neo Sam

@biloky temporarily solve method: vi "~/.local/share/applications/free-window.desktop": ``` [Desktop Entry] Name=Free Window Exec=xprop -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS '0x2, 0x0, 0x1, 0x0, 0x0' Type=Application ``` another .desktop file within _MOTIF_WM_HINTS `'0x2,...

AutoHotKey, Windows Spy: ``` glxgears (arch) ahk_class RAIL_WINDOW ahk_exe mstsc.exe ahk_pid 8504 ``` Process Commandline: mstsc.exe /v:65D378AF-40D6-4FFB-88B9-7C157DD1161E /hvsocketserviceid:C02CFA8B-FACB-11E6-BD58-64006A7986D3 /silent /wslg /plugin:WSLDVC /wslgsharedmemorypath:WSL\65D378AF-40D6-4FFB-88B9-7C157DD1161E\wslg C:\ProgramData\Microsoft\WSL\wslg.rdp Seems no other useful identification ...

After tweak blacklist: ![0](https://user-images.githubusercontent.com/13063376/170849842-8a54e9ba-8c11-4c81-adfa-6b8d53a0a534.png) One More Thing: Although the frontend visual window stuck, `glxgears` still log stable and normal render fps in the terminal background!

download package index from is very slow in china. It is because [`152.199.39.108` is the most only IP destination from China access](https://ping.chinaz.com/cdn.winget.microsoft.com/cache) @denelon Will your team provide global anycast cdn...

![image](https://user-images.githubusercontent.com/13063376/124614218-9aeb9580-dea6-11eb-8b3d-b295d1cc7578.png)

> I modified a bit the header.sty but then I have some problems with commands generated by doxygen itselft > > https://github.com/doxygen/doxygen/blob/396688347198e076597050259f4835853bdc3b44/src/latexgen.cpp#L2217-L2240 > > ```shell > Writing index file refman.idx...

Or modified `babel.config.js` plugin function: ```javascript const oldJsxSouceInjector = require('@babel/plugin-transform-react-jsx-source').default({ assertVersion(v) { return v == 7; }, }).visitor.JSXOpeningElement; module.exports = { presets: [require.resolve('@docusaurus/core/lib/babel/preset')], plugins: [ ...(process.env.BABEL_ENV === 'development' ? [...

Plan B: [Modified plugin function in `babel.config.js`](https://github.com/ericclemmons/click-to-component/issues/58#issuecomment-1214823381)