Yotam Barnoy

Results 32 issues of Yotam Barnoy

Just so I understand, you're taking advantage of the fact that under Linux, a simple char device (uinput) can be used for any type of device -- mouse, keyboard or...

It's amazing that this project even exists, but the most relevant version of lua appears to be 5.1. Any chance of supporting it?

Does this code work? Are you able to attain high-res quality images, as in the paper?

I'm using matterbridge to bridge discord to IRC. My IRC users are complaining that code blocks posted on discord spam their IRC clients. It would be nice to have an...

enhancement

For OCaml 5.0, I'd love to discuss again the option of bringing back [715](https://github.com/ocaml/ocaml/pull/715). Rather than calling it `safe-syntax`, we could call it `syntax v2`, and it would be completely...

feature-wish

Thank you for making Owl! One of my pitfalls in numpy/pytorch is that I accidentally broadcast without knowing it. This happens often when you change something in one place, causing...

enhancement
question
R&D

Currently, View is a module that's functorized over an ndarray. This implementation is relatively cumbersome, because of the following points: 1. Many of the functions over ndarray should apply to...

enhancement

Using codi in OCaml, it works fine for several lines. However, once I go up and change a value in a previous line, the output isn't changed, and in fact,...

bug
awaiting more info

Version 3.3 constrains yojson to < 1.6.0, which means only ocaml

The MONAD interface requires a type with arity 1 : `'a t`. This is fine for modules that have precisely that type arity. `Result` is not that way, instead having...