Bruno Braga
Bruno Braga
Hi, I didn't see any support to other languages / locales. Example: longBusinessSummary in other language different from English. Is there any plans?
## Description Browser / Javascript Console Error: morpheus-526f73e90268c8a4ff10.js:54 WebSocket connection to 'wss://matrix...........&transport=websocket&sid=....... failed: Error during WebSocket handshake: Unexpected response code: 400 ### Steps to Reproduce 1. Deploy matrix to GCP...
## Description The purpose of images/headset.svg is to show that some person is already in a meeting. But it is not visible outside the meeting in Morpheus. At legacy office...
### Description Fix for bug #234 - Headset used to mark if person is in meeting is not visible outside the meeting ### How to test? 1. Open two browsers...
**Code:** ``` from fastparquet import ParquetFile pf = ParquetFile('/path/file.parquet') df = pf.to_pandas() ``` **Error:** ``` File "/home/.../venv/lib64/python3.7/site-packages/fastparquet/core.py", line 112, in read_data_page nval = daph.num_values - num_nulls AttributeError: 'NoneType' object has...