Corey O'Connor

Results 25 issues of Corey O'Connor

This `::` value: https://github.com/eaplatanios/tensorflow_scala/blob/master/modules/api/src/main/scala/org/platanios/tensorflow/api/package.scala#L80 Will shadow the `::` List constructor. The List is a commonly used type from the Scala predef so removing the usability of `::` is unexpected. for...

0. On NixOS with dhewm3 compiled from source 1. using dhewm3 at HEAD. 1.5.0 was also tested 2. `gdb ./dhewm3` expectation: Game runs normally until crash. actual: Game freezes at...

From investigating kdenlive, MLT and movit. Using this ticket for tracking the MLT implementation aspects of the customer goal of GPU accelerated filters. The only GPU accelerated filters (afaik anyways)...

Suppose the following: 1. ansible-bender starts 2. acquires db access; creates the pid file 3. host computer dies; eg: power failure 4. `ansible-bender list-builds` is invoked expectation is that `list-builds`...

bug
UX

From: https://github.com/yi-editor/yi/issues/514 There is no equation for mapping the 240 palette down to the 16 or 8 palette. Some code I copied from xterm for the rgb_color can be adopted...

When using origami.el for folding and `tags-query-replace`, the replace operation will fail on a file with folds with "Match data clobbered by buffer modification hooks" In my case this is...

## Reproduction steps * 2.13.11 and 2.12.18 Reproduction is in this project: https://gitlab.com/coreyoconnor/multiple-macro-annotation-issue The reproduction uses `sbt run` to demo the failure. The failure is not limited to `sbt run`....

macros

Adds the method for nir decoding. Much like javap-verbose. Depends on: https://github.com/scalameta/metals/pull/5588 Which is WIP.

This is the name expected by Spark.

Provides a `nix develop` environment that should everything necessary to build, test and performance measure. This largely just replaces `scripts/scala-native.nix` with a nix flake. This does not define scala-native as...