Luis Linares

Results 6 issues of Luis Linares

I have modified the legend in the default vertical mode in order to: - Add a `tspan` element to each legend item for each line in the datum's text -...

On the [stacked bar chart demo](https://github.com/mapd/mapd-charting/blob/master/example/exampleStackedBarchart.html) the series legend shows meaningless names ("`series_...`"), as shown below: ![image](https://user-images.githubusercontent.com/4201057/32791765-bd4a6fd8-c92f-11e7-8342-1c0f38f4d422.png) I have tried to glean from the code how to make the popup...

This is the record of my attempt today for making this demo work on my ESP32C3 board. Please pay particular attention to last commit's message

## Scenario - A repository holding a python project, with the following structure: ``` repo-root/ ├── .cz.toml ├── .gitignore ├── src │   ├── pypackage │   │   ├── __init__.py │   │  ...

I have tried to trace a flaky unit test that involves [trio](https://trio.readthedocs.io/), but using the `trace` decorator breaks the test like: ``` if not iscoroutinefunction(testfunc): > pytest.fail("test function `%r` is...

Aims to fix https://github.com/frankie567/httpx-ws/issues/97. Unit tests pass, and makes the test code provided in the aforementioned issue to run without exceptions: ```python import asyncio import logging import httpx from httpx_ws...