Takakazu Fu

Results 21 comments of Takakazu Fu

> This could probably solve this issue with `pip-sync`: > > ```python > if os.environ.get('VIRTUAL_ENV'): > executable = 'python' > else: > executable = sys.executable > ``` This won't work...

@magicmatatjahu Thank you for reviewing and sorry for my late response. I think adding channel name to sidebar makes the line length too long and users may feel hard to...

I'm still confusing https://github.com/marketplace/actions/actions-status-discord?version=v1.10.0 shows nothing while https://github.com/marketplace/actions/actions-status-discord shows everything fine. What's the source of https://github.com/marketplace/actions/actions-status-discord ?

> https://github.com/asyncapi/asyncapi-react/pull/595#issuecomment-1166993545 > @sarisia I would also prefer to add the name of the channel. Here is what it looks like for example. > > > > ![image](https://user-images.githubusercontent.com/20404945/175885502-b68c7021-64dd-4dad-b066-e152da13b0ea.png) > >...

@magicmatatjahu #701, thanks!

> If a summary is really long, it makes the sidebar look like a mess... Indeed. We had same problem for very long channel name. #701 suggests adding sidebar option...

Not only on "getting started" page, but almost every internal links on every manual pages are broken... ![image](https://user-images.githubusercontent.com/33576079/211130643-2388d3e5-ac7e-4393-849e-4b8a077b718e.png)

Thank you for immediate fixing ❤️

Since this PR changes current behaviour which just `skips` for missing / invalid tokens, it would be helpful to consider this as breaking change and bump major version...

> I had problems with https-portal on ARM (official image) yesterday with clients complaining about "No common ciphers"; the only thing that fixed it was removing CERTIFICATE_ALGORITHM: 'prime256v1' from docker-compose.yml...