Nari

Results 6 comments of Nari

My solution ``` function WarnPlayer(playername, reason) local isKnown = false local isKnownCount = 1 local isKnownExtraText = "" for i,thePlayer in ipairs(violations) do if thePlayer.name == name then isKnown =...

This is a feature that I really need. I'm trying to remove a track from the event stream when playing but without success. I tried merging the remaining tracks and...

I confirm this issue. I reinstall to 10.13.1 and my ethernet not working anymore. I installed the latest version of this kext yesterday.

My laptop is Acer V3-571, using BCM57785.

I just read the source code of telegraf.js and turned on the debugger to find out, it turns out they post the file using multipart/form-data. So there's nothing wrong with...

I fixed it by stupidly writing githook to generate and patch it. Will come back with a PR when I have time. ```bash #!/bin/bash swag init sed -i '' '/^paths:/i\...