Tim Carr

Results 15 issues of Tim Carr

I just updated from 1.3.6 to 1.4.0a2. I'm not sure if this is a new issue but I think it is. If I connect my Canon T6i camera, disconnect it,...

Is there any way to make sure that all published services, browsing, connections, and data sending occurs ONLY over bluetooth?

If the deviceOrientation is faceUp or faceDown, then before this change the code assumes this means portrait orientation. This doesn't work for my iPad app, because often a faceUp iPad...

Laura thanks for your awesome work! This is a great & useful piece of code you have written. Fixed by pull request https://github.com/IFTTT/FastttCamera/pull/63 iPads with deviceOrientation of faceUp are often...

The README mentions that you don't need to use GraphQL to use `SentryInterceptor`, but there's no example of how to use it. Did a section get accidentally removed from the...

``` import { useQRCode } from 'react-qrcodes'; const qrCode = useQRCode({ text: 'https://google.com', options: { type: 'image/jpeg', quality: 0.3, level: 'M', margin: 3, scale: 4, width: 200, color: { dark:...

### [READ] Guidelines ### Feature proposal * Firebase Component: Storage In `FIRStorageTask.m` there's this code for reporting progress: ``` - (FIRStorageTaskSnapshot *)snapshot { @synchronized(self) { NSProgress *progress = [NSProgress progressWithTotalUnitCount:self.progress.totalUnitCount];...

api: storage
type: feature request
Swift API
storage-v2-api

I'm trying to clone the example and start from there. Am I doing it right? ``` tim$ npx create-next-app --example https://github.com/gladly-team/next-firebase-auth/tree/main/example newproject Creating a new Next.js app in .... Downloading...

help wanted

Please add at least - (CGSize)sizeThatFits:(CGSize)size { return [_currentLabel sizeThatFits:size]; } - (CGSize)intrinsicContentSize { return [_currentLabel intrinsicContentSize]; } ... as well as this to setText: [self invalidateIntrinsicContentSize]; [self setNeedsLayout]; ......

Traceback (most recent call last): File "./hipstat.py", line 320, in if globals()[options.report](): File "./hipstat.py", line 48, in heatmap for msg in data["messages"]: TypeError: list indices must be integers, not str