Eason du

Results 32 issues of Eason du

Type parameters for client here worked ```scala case class objParam(url:String) def getAtw[t](): ClientProxy[t, ByteBuffer, Default.Pickler, Default.Pickler] ={ // ok val a=autowireJs a.atwParams=objParam(sharedOlogx.rpcAuthed_ologx_path) a[t] } object autowireJs2 extends autowire.Client[ByteBuffer, Pickler, Pickler]...

Currently implicit arguments in method seems not working,for example ```scala def impl(s:String)(implicit is:String):Unit ``` Is that feature supported?

I find some times we need to take first n element of an Eventstream ,something like that :https://www.learnrxjs.io/learn-rxjs/operators/filtering/take

new feature / operator

```scala /**linear regression*/ object lrTest { import botkop.numsca.Tensor import scorch.autograd.Variable import scorch.supervised.Linear import scorch.optim.{Adam, SGD} import botkop.{numsca => ns} val f1: Tensor => Tensor = { t: Tensor => t...

### Describe the bug When use selection->Expand Selection,it sometimes selects the wrong range Reproduction: 1.type single line some comment 2.put cursor before `//` or after `//` 3.expand selection will select...

improvement

haste is great , but how to start contributing to it? I mean,https://haste-lang.org/pubs/haste-licentiate.pdf is a good start,but something might have changed ,It is good to have a more recent contributing...

I am new to haste and is totally fascinated by its approach,but there does not seems to be any performance test , and the haste package does not depend on...

Is it implemented with tape based reverse ad?