Tiffceet

Results 4 issues of Tiffceet

Using Among Us version 2020.12.9s Using CrewLink Server https://github.com/ottomated/CrewLink-server/tree/deda6da09a3b6077bd08500fcc9c8d0d09bf6df9 Using CrewLink Client 1.1.6 https://github.com/ottomated/CrewLink/releases/tag/v1.1.6 Server setup: - Deployed using yarn I own a Linode server and I thought I'll use...

## Description After creating the client for the first time with `create()` and calling `client.close()` will cause the session data in the tokens folder to get deleted. The second time...

bug
needs triage

Currently, using `loadCells()` will discard some columns if the first cell in the column is empty. Example below: ![image](https://github.com/theoephraim/node-google-spreadsheet/assets/41858005/ba1ff835-0e43-4df0-b5de-2fbfafa324a9) doing `await sheet.loadCells('A1:C4');` would only load the first 2 columns. How...

Hi, I am currently developing an android client(android native app) and a web client(js), which the android client will share its screen to the web client via webrtc and I...