Timm Preetz

Results 28 issues of Timm Preetz

Today I encountered a case where I wanted to take the first _n_ elements from a slice. With the slice[low:high] notation you have to first check, whether the slice has...

You write some really interesting stuff. Did I miss the feed, or would it be best to just follow the blog on GitHub?

Given that there ["is no guarantee of synchronous operation of calls to setState"](https://facebook.github.io/react/docs/component-api.html#setstate), is it possible that the two counters in the following example would diverge on very rapid (or...

This fixes the redirect loop between the Safari ViewController (SFVC) and the Facebook app mentioned in https://github.com/roughike/flutter_facebook_login/issues/243 After that scheme is removed, the FB SDK seems to build another URL...

Hey, thanks for this utility :) Coming from other languages, I wondered that there was not `Unwrap` which would return the value (or else panic if not set). My thinking...

**Describe the bug** While normal screensharing works great, there is a but in Agora and/or Chrome which keeps the screensharing banner alive after the user has switched the tab to...

**Is your feature request related to a problem? Please describe.** When using e.g. a bluetooth headset in an ongoing call, and then turning it off, it does not automatically switch...

**Describe the bug** When we initiate a screen share in the browser, we can't detect when the user presses "Cancel". Instead `startScreenCaptureByWindowId` stays in pending state forever and I also...

question

Probably related to #9: `union` of non-intersecting polygons returns `null` here, but returns the input polygons with "martinez". ```js > m.union([ pencilPolygon.map(p2arr) ], [ eraserPolygon.map(p2arr) ]); [ [ [ 0.11612903225806452,...

I just updated to version 1.4.0 and wanted to install a recent pod, but then it said that it couldn't find it in the spec repo. Turns out that the...