Andrew Richards

Results 9 issues of Andrew Richards

I'm trying to migrate a project slowly to scala.js and am having trouble getting my components to be recognized in my (TypeScript) NgModule definition. I import the symbol for the...

I've been following along the linear regression code in the Dive into Deep Learning book. When using the pytorch engine the gradients are not cleared between backward propagation runs. For...

bug

Given that pytorch supports GPUs (via Metal/MPS) on Mac M1 machines (since version [pytorch 1.12](https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/), should it not be possible to enable this in the pytorch engine? How much work...

enhancement

Although support for extension methods was added in #1282, it appears there is some kind of parsing or quoting error which occurs when I try to define the * operator...

Create a notebook with two cells (two cells are required): ```scala var funcCount = 0L def fastLoop() = { funcCount += 1 } ``` and ```scala for(i

I tried this with the new `LocalDateTimeOps` but the same thing happens with a hand rolled comparator **Version**: 0.4.5, 0.4.6 maybe more (scala 3) **Module**: quill-jdbc **Database**: postgres The following...

For my use case I'd like to use the Lucene grouping feature. Do you have any plans to include this? How difficult would it be to add?

This updates mill to use the prebuilt launcher (script from github release). This means that `-i` or `--repl` will now work without a separate app for mill-interactive. It seems to...

Would it make more sense for `scalablyTypedBasePath` to default to `millSourcePath / os.up` instead of `T.workspace`? Currently if you use `mill-scalablytyped` in a sub or foreign module it will look...