Nithin Murali
Nithin Murali
Steps to reproduce: - select a cell - now resize the column of that selected cell the selected cell is not resized while the expected behavior is for it to...
Cant start nctelegram, i have installed all the dependencies ``` Traceback (most recent call last): File "/usr/local/bin/nctelegram", line 13, in for connection in psutil.net_connections(): ```
Currently, simulating circuits like this (LED blinker) doesn't work. Its because the p-n junction in the transistor is never breaking down (avalanche effect) even if high voltage is given across...
if setMinDate and setMaxDate have same month then wrong month is shown. ``` calView.newState() .setMinimumDate(CalendarDay.from(2020, 5, 1)) .setMaximumDate(CalendarDay.from(2020, 5, 2)) .commit() ``` but now the date set are 1/9/2020 and...
This could be used to append values to rows, or columns using unbounded ranges.
link/unlink doesn't provide any speedup and should be replace by the new batching mode. having both this is not very pythonic. so deprecate it and give a proper warning.
update the code to remove the drive api deprecated params. update the discovery json docs.
Add querying support for tabular data with headers like https://github.com/yoavaviram/python-google-spreadsheet .
The files api has added new params for teamDrives and has deprecated old ones. With this change we are migrating to the new ones. This should also solve the issue...
what is the meaning of simulation speed and time step? and what is the impact of these parameters in the simulation? My understanding is that timestep is the amount in...