guillemc23

Results 18 issues of guillemc23
trafficstars

I was about to implement this myself until I saw it in the code, so I just decided to test it and add it to the docs for future users.

Hello guys! I'm trying to track the user's swipes to perform certain actions, but to me, none of the swipe listeners triggers. I'm using the `pager` like this: ```html ```...

Hey! I just updated this plugin to the latest version v6.2.21 and I got the following error: ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Calling js method...

I'm creating a map programatically with these settings: ```ts const settings = { container: contentView, accessToken: MAPBOX_ACCESS_TOKEN, style: MapStyle.LIGHT, center: { lat: 53.4108223, lon: -2.2775411 }, zoomLevel: 0, delay: 0,...

**Version**: - Redis: 7.0.11 - redis-py: 4.5.1 **Platform**: * Debian GNU/Linux 11 **Description**: I'm developing a map based application using [Deck.gl](https://deck.gl/). I am providing a tile layer using [Titiler](https://github.com/developmentseed/titiler) which...

Stale

I'm receiving this warning every time I build my app: ``` export 'RewardedAdEventType' (imported as 'RewardedAdEventType') was not found in '@nativescript/firebase-admob' (possible exports: AdChoicesPlacement, AdEventType, AdRequest, Admob, AdmobError, AdsConsent, AdsConsentDebugGeography,...

Hello! I'm having trouble reading a product directly from an S3 bucket. I tracked it down to this here: https://github.com/sertit/sertit-utils/blob/492501e30cdcd52fa90c7180f0084e30c2e17786/sertit/rasters_rio.py#L311 When passing a `S3Path` object up until here, `ds.height` is...

upstream

Currently running `odc-geo == 0.5.0rc1`. I'm passing a `Path` object as destination to store a COG and it's raising an error in this line: https://github.com/opendatacube/odc-geo/blob/9804d5bb21aae6f58ab35c2b0efedc5e9667adde/odc/geo/cog/_tifffile.py#L780 I believe it would be...