Results 17 comments of shiweifu

You can custom parameterEncoders like this: ``` Malibu.parameterEncoders[.multipartFormData] = UEMultipartFormEncoder() class UEMultipartFormEncoder: ParameterEncoding { func encode(parameters: [String: Any]) throws -> Data? { let data = CustomMultipartBuilder().buildMultipartData(from: parameters) return data }...

@darkhandz AC。 似乎不是死机,只是没显示信号输出,无论是显示屏幕还是 HDMI。 对了,我只要在 BIOS 中打开无线网卡(DW1830)就会报一个 ACPI 错误……需要做神马特殊设定么?

我更新了 Clover 到最新版本,然后在 BIOS 中打开了蓝牙和无线,结果已跪……然后切到 Windows 下,正常; 然后我把 BIOS 中的无线关了,蓝牙开着,发现启动正常,蓝牙工作也正常 然后我十分凌乱……

是用你的,CLOVER文件夹里的。 我感觉有可能是兼容性问题。因为现在蓝牙能用,过几天重装试试

@yahue https://github.com/goodwin/XPS9550-dsdt_patcher 提供这个供参考。 https://www.tonymacx86.com/threads/guide-dell-xps-15-9550-skylake-gtx960m-ssd-via-clover-uefi.192598/ 里面提到了有新教程会合并,等等吧

@darkhandz 直接升级的么?

等下试试,感谢 lz 记得和 lz 的配置一样,i7+1080p,期待「半自动安装」

@darkhandz Clover-Install 已经有 DSDT/SSDT 了,是不是 /DSDT-HotPatches 这个目录里的内容不用再复制了?

I run the code in my iPhone 6 simulator, the superview's width is 375 and I specify the height of cell is 80.

@markrickert Big thanks. But I don't know how to set the cell height. I try to set height in tableView's delegate, but it's ineffective. I just set the cell's contentView...