Adam Hughes

Results 56 comments of Adam Hughes

http://pandas.pydata.org/pandas-docs/version/0.15.0/visualization.html#visualization-scatter The scatter on pandas is for dataframe and is a scatterplot between categories, so this is still a pertinent issue.

Labels should also round floats by default.

Hi, Sorry I never saw this message. I think if you wanted to create an NMR-specific object, that would be great. Are you still available, or have I missed that...

See https://github.com/hugadams/pyuvvis/issues/155

Hi @ruslansennov , Yes, certainly don't want to remove defaults and break backwards compatibility. I can use the `withAdvertise/client` commands. Perhaps an error could be thrown if both `withAdvertise` and...

FastAPI supports this through the `--root-path` parameter, but it'd have to be exposed via fastAPI. https://fastapi.tiangolo.com/advanced/behind-a-proxy/ Rand into the same issue. Here's how I run a similar fastAPI service behind...

**Solved:** my particular issue (not necessarily that of OP) was that the RayCluster that runs locally on the single node (because we're not doing [distributed inference](https://vllm.readthedocs.io/en/latest/serving/distributed_serving.html)), didn't have enough memory....

This came up in a slack convo on the support channel - adding that context as it was helpful to me (feel free to delete this) ![image](https://github.com/weaviate/weaviate/assets/1972276/3f3e34cb-47e9-420a-ab4e-7da3d4d794da)

Just another use case for this - I work remote using anydesk and the inherent latency in a remote session makes the blinking cursor quite wonky and hard to follow

Added triangle function recently. May want to make the PAD argument available in general. Random triangles could easily be extended to random polygon, the quesiton then is just how do...