Iván Sánchez Ortega

Results 75 issues of Iván Sánchez Ortega

See http://www.w3.org/TR/selectors-api/

enhancement
Internals

Add some random computer bleeps from freesound, e.g. http://www.freesound.org/people/suonho/packs/229/

enhancement
UX

https://github.com/pilwon/node-neospeech

enhancement
UX

Add parsing for the `#rgba` and `#rrggbbaa` notations. These notations are specified in the CSS Color Module Level 4 specs (https://drafts.csswg.org/css-color/#hex-notation) , and supported by current browsers as per Chrome...

This is an idea from playing too much Allegiance and UFO Afterlight, and from working with real radar&lidar systems. The sensors system is quite naïve: a spaceObject is either seen...

enhancement

Es posible que los usuarios de este plugin estén interesados en utilizar los sistemas de referencia de coordenadas usados comúnmente en España (EPSG:25829/30/31, 32629/30/31, 23029/30/31 y 4230) sin necesidad de...

I think the game assets should be completely decoupled from the codebase. Right now it's a bit of a downer to see all the openscad files being re-compiled every time...

enhancement
Difficulty: Hard

Steps to reproduce: - Clone repo - Run `npm install` to trigger build (will call `node-gyp rebuild` internally) - Run `build/Release/glslOptimizer.node` - Segfault! Fiddling around with `gdb` I'm able to...

A side effect of #3946. If a vector feature rendered in a `` is partially overlapping some other overlay layer (e.g. an image overlay), then the canvas will capture all...

bug
needs investigation
brainmelt
accessibility

I would like to have [getters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)/[setters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set) all across the code. This would allow to access (and modify) all those things that now have a `getWhatever()` and `setWhatever` method, like `L.Map.getZoom()`...

feature
needs discussion
breaking