Brent Kelly

Results 9 comments of Brent Kelly

Does this work for you? It throws errors for me around sockets, zip & gd. To fix it I had to upgrade the `Dockerfile` to `apt-get install`: ``` libzip-dev libfreetype6-dev...

+1 - essentially need the functionality of #208. Carousel content is loaded via a CMS so number of images is indeterminate. Glide duplicates slides to fill the space up to...

This issue affects me also. Same was as others have described. Aside from that this extension is brilliant!

Bit of further info with this - this problem is exacerbated by the fact that not only has the connection been lost, it does so silently. So there are no...

See below - this same problem exists with a stock standard markdown highlighted example. Problem persists even when setting `letter-spacing: normal;` for all elements. ![example](https://i.imgur.com/aQgWGjY.png) See the following pen: https://codepen.io/brentkelly/pen/gOabdmQ...

In case its of any use to anyone I *nearly* got the following code working. It: * detects if there are insufficient slides & injects blank ones to stop duplication...

@henninghall this happens for me with just the default inline example: ```javascript import React, { useState } from 'react' import DatePicker from 'react-native-date-picker' export default () => { const [date,...

> Hi guys I’ll look into this, which device languages is active when this happens? @henninghall FYI for me it was just the default inline example in English.