Iván Sánchez Ortega

Results 88 issues of Iván Sánchez Ortega

En https://github.com/linux-risc/freeds-compilation hay instrucciones para compilar 1.0.x a partir del código fuente. Habría que comprobar que las instrucciones funcionan, e incluírlas en el README, o en la documentación, o en...

Me hago eco de lo que ha dicho Lolo esta mañana por Telegram: > Ok, pues considera a las betas como freeware y a las primeras versiones como OpenSource[sic]. Sin...

Lately I've been hitting a [heisenbug](https://en.wikipedia.org/wiki/Heisenbug) regarding the dreaded autodetection of the path for `L.Icon.Default` (see #7092, #6496, and others). In order to reproduce: - Clear your browser cache (or...

bug

A bit of documentation for the GPIO module. This should help people who (like me) struggle a bit to understand why a `esp_idf_hal::gpio::AnyInputPin` is not an `embedded_hal::digital::Input`.

My approach to fix #3575 once and for all. This is basically #5290, but adapted to the 2.0 codebase. While @mourner's comment at https://github.com/Leaflet/Leaflet/pull/5290#issuecomment-286386260 kinda still stands, IMO the 1-px...

This spans from the discussion at https://github.com/Leaflet/Leaflet/pull/9883 . I don't think web devs are mucking around with the referer policies in their javascript code; rather, if they use the http...

## Motivation With extruded geometries, there are use cases where the focus should be on a specific elevation. The most obvious is to focus on a building rooftop with a...

feature :green_apple:
3d :triangular_ruler:

Sets the default value of the TileLayer referrerPolicy to `strict-origin-when-cross-origin` (which should already be the default anyway). This is an alternative to https://github.com/Leaflet/Leaflet/pull/9883/