tommy307507

Results 5 comments of tommy307507

> > GTPP multies should support separate input bus > > They do, by default. Thats where the idea came from to add it to the PA. > > They...

sorry I should have specified the toggle ability ;p

I would want to add in read_tide_model.py there's also this issue of len(npts) being used incorrectly. The fix would be changing npts = len(D) to npts = D.shape , and...

In line 384 of read_tide_model.py, there is a missing [:] after v1.data causing the error: AttributeError: can't set attribute v1.data = bilinear_interp(xi,yv,v,x,y,dtype=np.complex128) proposed fix: adding the [:], this also matches...

The main issue is I didnt change the app's settings to appflowy-self-hosted . However I'd expect that clicking "launch app" to open the app with the cloud url and logins......