Abel Vázquez Montoro

Results 29 issues of Abel Vázquez Montoro

Looks like you're not allowed to use aliases. This code fails ```sql SELECT b.myvalue FROM {{myquery}} as b ``` Wrapping the cell reference within parentheses doesn't work either: ```sql SELECT...

Adding support for Mermaid (https://mermaidjs.github.io) charting language

**Describe the bug** Building fails with latest Workbox Core ``` > wmr build --prerender Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating...

bug

Jump to any example, like https://maplibre.org/maplibre-gl-js-docs/example/game-controls/ with **Chrome 103.x** and you will get ![gnome-shell-screenshot-b65pil](https://user-images.githubusercontent.com/9017165/176143420-d8bc6fba-603e-49d1-ac0e-3051c777c22a.png) Two issues here: * This version of Chrome aboslutely supports WebGL * There are `mapboxgl` leftovers...

To enable per-layer o per-feature blending modes as multiply, lighten, darken and so on. References: * The stalled issue at Mapbox repo: https://github.com/mapbox/mapbox-gl-js/issues/6818 * LumaGL (used by DeckGL, Kepler, Unfolded...)...

PR is more than welcomed

I have tested all the combinations of options with the same result: the pages break wherever they needs to, regardless the `avoid` settings or mode, the CSS properties and so...

Found [this function](https://github.com/akai-katto/dandere2x/blob/cpp_rework/cpp_rework/evaluator/AbstractEvaluator.h#L114) in the `cpp_rework` branch that calculates the difference between two colors as the euclidean distance of the RGB coordinates. That's far from optimal, as it only makes...

When trying to run Caffe driver, I get this error message and exits ```bash Exception in thread Master Service Request: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in...

Running ```bash docker run --rm -it \ --gpus all \ -v $PWD:/host akaikatto/dandere2x \ -p multiprocess \ -n 0 \ -q 95 \ -b 10 \ -ws ./workspace/ \ -i...

Getting this in stdout eventually only on some runs ```bash Exception in thread Min Disk Thread: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/dandere2x/dandere2x/src/dandere2x/dandere2x_service/core/min_disk_usage.py",...