xgqfrms

Results 53 issues of xgqfrms

# args duplication bug ![image](https://user-images.githubusercontent.com/7291672/40600173-0078a63e-6283-11e8-872a-1f9cc481dfd1.png) ## Error ```js let PubSub = window.PubSub; PubSub.subscribe("anEvent", function(eventName, eventData) { console.log(`\neventName =`, eventName); console.log(`\neventData =`, eventData); // undefined console.log(eventData.something); // Uncaught TypeError: Cannot read...

# .gitattributes bug https://github.com/xgqfrms/linux-online-docs/blob/gh-pages/.gitattributes ```code # ignore HTML & CSS *.html linguist-detectable=false *.css linguist-detectable=false ``` ![image](https://user-images.githubusercontent.com/7291672/182764933-c4788b6a-ac85-43a5-8d1d-a6d5364a0f8f.png) https://github.com/xgqfrms/linux-online-docs/search?l=html

.gitattributes bug

# linux bash scripts all in one https://github.com/xgqfrms/linux

Linux & bash scripts