ConnectDotz

Results 17 issues of ConnectDotz

Is there any plan to support the [Token-based connection](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW4)? It has the advantage over the certificate-based connection that PyAPNs currently supports: 1. it won't expire 1. can support multiple apps...

todo

we need to display a detail controller when user tap on the disclosure button. Since the disclosureBlock is defined in thumbnail (model), which doesn't have access to the views JPSThumbnailAnnotationView...

There didn't seem to be a symmetric way to retrieve an object as written by `textile.files.add(anObject, caption, threadId)` for 'json' scheme. 1. it's great that we can pass the original...

bug
enhancement

First, thanks for this wonderful repo, I am trying to adopt your `hatt-archive-cntk.ipynb` to tensorflow backend, it is giving the following error when constructing the model, wondering if you have...

### Version 30.0.0-alpha.5 ### Steps to reproduce This can be demonstrated with jest's own `examples/getting-started` on a Window vscode powershell terminal: 1. clone https://github.com/jestjs/jest 2. copy the `examples/getting-started` to a...

Needs Triage
Bug Report

This PR mainly added the ability to auto-switch the command-line option `--TestPathPattern` to `--TestPathPatterns` when Jest 30 is detected. We detect Jest 30 by looking for the error string pattern...

This PR is to support vscode test coverage API. Note: This did not remove our existing coverage implementation. Once the new coverage feature is released and tested thoroughly, we can...