Malcolm Hall

Results 54 issues of Malcolm Hall

You have to wonder why Apple didn't just use Core Data for this sample. That gives composed data sources for free via entity inheritance. Could have saved them 1000 lines...

Console output: ``` Querying 505:1:12288:135943937 Internal Server Error: /apple-mobile-lte/505:1:12288:135943937 Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/Users/mh/Development/Github/iSniff-GPS/iSniff_GPS/views.py", line 176, in...

I had a problem with my config I believe the checker could have helped me with. Under Kernel/Add I had the plugins SMCProcessor and SMCSuperIO before VirtualSMC. This mistake prevented...

Since all this package does is put a token in a database, which then raises all kinds of issues like users not being able to login on 2 devices and...

Hi is there any way that you can prevent this heap allocation made every time a View struct is created that declares a @AppStoreCompat? https://github.com/xavierLowmiller/AppStorage/blob/db62f9cd3aec28e901900b9ea71ec38c0665d9f3/Sources/AppStorage/AppStorage.swift#L11 _value = Storage(value: value, store:...

Since you stop and start scanning in your timer it doesn't find all beacons because it stops too soon. You need to make the central manager to repeat the scan...

First thanks for this project, it's awesome! So I was trying to figure the reason why you said the above in the Limitations list. From what I can tell the...

On OS X 10.11.6 with fswatch 1.9.2 ``` $fswatch Untitled.sqlite-wal ``` Make a change to the database (e.g. add a row) and no file changes are reported despite the file...

Opening dyld_shared_cache_armv7s from iOS 10.2 (copied using iExplorer) in the GUI and exporting NotesShared framework gave a 561.MB NotesShared file so obviously something has gone wrong.

help wanted

Used the [HD5x0 HDMI guide](https://github.com/toleda/audio_hdmi_100series/blob/master/%5BGuide%5D_HD5x0-hdmi_audio_(clover_or_ssdt).pdf) (found it after posting my original version of this issue sorry) and the Clover steps but used the new hd6x0 config to copy from instead....