Peter Severin Rasmussen

Results 23 comments of Peter Severin Rasmussen

Specifically for the `vue-visjs` situation, @sjmallon wrote this [here](https://github.com/sjmallon/vue-visjs/issues/17#issuecomment-902576826): > It took a while, but the culprit is in the styles set by the vue demo app, specifically the text-align:...

> Get started I agree. I found this project a couple of days ago. As there was no official package for Ubuntu 20.04, I followed the "Installing From Source", but...

On my personal wish list is also a short description in `CONTRIBUTING.md` or in the docs about some ideas for how to manage both a stable Qtile and one for...

It was not my intention to derail the conversation away from @zordsdavini's initial post. Thank you for the replies! @oboingo I initially opted for the `pip install qtile` solution to...

Any update on this?

@dmulyalin - Sorry for tagging you directly, but do you have any idea what could be the cause of this?

Sorry I haven't gotten back to you yet. I find it a bit unsettling that you are not able to reproduce the problem. It makes me doubt whether there is...

I have now reproduced the issue in [PythonAnywhere](https://pythonanywhere.com). **main.py** ![Screenshot 2022-10-03 at 21-06-04 main py _home_PeterSR_test_ttp_issue_82_main py Editor PeterSR PythonAnywhere](https://user-images.githubusercontent.com/222286/193658680-f50fd84d-4717-4cfa-99f1-ff10d5cce366.png) I then installed `ttp==0.9.1` in the `python3.7` environment. **Calling main.py...

> Found it: > > ```js > color.toString({commas: true, format: 'rgba'}); > ``` > > It's confusing because [documentation](https://colorjs.io/api/) hides all information except function signatures, and you need to uncheck...

I actually ended up going with a different color library because I couldn't figure out the call signature and how to get the desired output. I am using Typescript and...