Goshin

Results 11 comments of Goshin

我也是非常不喜欢双击查词和拖选查词,感觉太影响正常浏览网页了。所以花了点时间加了一个右键菜单:https://github.com/Goshin/ODH/commit/0d1603e28739e212c4b64c3aa280fcee923ad121, https://github.com/Goshin/ODH/commit/e130536b2a3ed19df2517557538ca3e8a9491896 ![image](https://user-images.githubusercontent.com/10056397/90924399-a9949f80-e3ef-11ea-9de2-0d883e01a8a9.png)

As @ErrorErrorError mentioned, status updating needs a shorter period. And I suspect trying to connect saved networks all the time will interrupt and cause conflicts with the manual connecting, because...

I meant a connecting attempt in itlwm might last like 10~15s, so "autojoin" can happen in the middle of this. Also, what if people just want to keep disconnected?

According to zxystd, the driver might crash in the connecting phase, then it will reload the firmware and re-initialize the hardware, therefore an 'init' state could show up when connecting....

@hatf0 Someone just makes it happen. http://bbs.pcbeta.com/viewthread-1838489-1-1.html This guy does an incredible job that makes his Intel 7265ac work almost properly on 10.14 and 10.15, with the IO80211Family. Though the...

@hatf0 There is a simple workaround that we can use the old IO80211Family.kext on the 10.15. Someone in the post mentioned above just did it by replacing the IO80211Family.kext in...

I think it might be not appropriate to advertise someone else's work in this repo. I must remind you it is still in progress and you may not want to...

> Speaking of Catalina... I've gotten Black80211 to function properly. If the dev for the IntelWifi kext could share source, we could potentially move it over. > [image](https://user-images.githubusercontent.com/15710074/73900446-c9061980-485d-11ea-8d47-bd9c07f56455.png) Great, but...

A fix by rewriting all the directory records of the parent. ```diff diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index d9aa951..f868de2 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -4517,15 +4517,21 @@ class PyCdlib(object): self.joliet_vd.add_to_space_size(length)...

Just found another related bug in `DirectoryRecord.record()`. Some ISO files use fixed-length padding for directory records. The current implementation returns record byte arrays shorter than expected. Here is a fix...