Stuart A. Malone

Results 10 comments of Stuart A. Malone

@aleph7 OK, I'll take some time to try and narrow down the failure. The only reference I've found to this error on the internet is a [bug report](https://answers.unrealengine.com/questions/366196/metal-bug-on-nvidia-gpu-causes-editor-lock.html) for nVidia's...

Here's what I can say so far: - The only unit test that gets errors is `testTrainXOR` - The failure is always preceded by the console message: `Internal Error (IOAF...

`ReLULayer` is not the problem. I was able to remove that layer from the unit test, but the error still occurs.

The unit tests pass on a Mac mini (Late 2012) with an Intel HD Graphics 4000 1536 MB GPU. I'd be interested in knowing what GPU you are using. I've...

Yes, this was a big issue with the Zen theme in Drupal, which I was converting to less. I'll have to try out the changes from andrehjr.

I also ran into this. Dreamweaver CS4 adds @charset "UTF-8"; to the top of new CSS files by default, so this causes problems when converting Dreamweaver CSS files to less.

I'm on an Apple Silicon computer and I'm having the same trouble. If I use Whisper.cpp, the conversion goes directly to the "Completed" state and the transcription is empty. Using...

The function signatures before and after the transformation are in my original comment. I suspect the issue is that SwiftFormat eliminated the second generic argument. Even though `some Error` might...

> @calda (unrelated) shouldn't `Res` have been converted to `some Codable` here as well? The function body later passes `Res.self` to another function, which is probably why `Res` can't be...