3zzy

Results 20 issues of 3zzy

Currently the background and the share sheet appends to the body. While it probably works for most users, but in our legacy CMS, we have smaller "apps" on the same...

Hi, Although I can send push notifications just fine from both sandbox and production, but twisted generates logs like crazy (50 x 1mb files in 2 days): `2012-06-05 11:20:30-0500 [APNSProtocol...

``` google.requestOptions = { proxy: 'http://12.41.141.10:8080', timeout: 30000, localAddress: '127.0.0.1', jar: true, headers: { 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en;q=0.5', 'Cache-Control': 'max-age=0', 'Connection': 'keep-alive', 'DNT': 1, 'User-Agent': 'Mozilla/5.0 (Macintosh;...

> PhotoSwipe keeps only three images in the DOM at once, because each “slide” is a composited layer, which consumes quite a lot of memory. > > Almost no memory...

How do I modify the BaseRating template in a way that I can still update the module while retaining my changes? I need to make changes to make it accessible.

``` cartocss = "{ line-color: #7B00B4; line-width: 1; line-opacity: 0.7; line-dasharray: 4,2; }"; shader = new carto.RendererJS().render(cartocss), style = shader.layers[0].getStyle({ property: 1 }, { zoom: zoom }); console.log({shader, style}); ```...

**mapbox-gl-js version**: 3.0.0 **browser**: Chrome ### Steps to Trigger Behavior 1. Load the map with a GeoJSON layer that has two features and `promoteId: 'submissionID'`. 2. Use `setData` to update...

I copied the toggle example from the demos and I get this: ``` Uncaught TypeError: Cannot read property 'original_text' of undefined at HTMLParagraphElement. (trunk8.js:269) ```

**mapbox-gl-js version**: 3.3.0 **browser**: (Include the browser where you encountered the bug, e.g., Chrome 104.0.5112.101) Chrome ### Steps to Trigger Behavior 1. Load the map with GeoJSON circle symbols. 2....