Stas Versilov

Results 6 issues of Stas Versilov

@michalmuskala can you have a look at new structure of the `Matrex.Array` object in this branch: https://github.com/versilov/matrex/blob/array/lib/matrex/array.ex I've added types, arbitrary dimensions and strides. These are now stored in Elixir...

Separate clef for electric and upright bass.

Hello! Nice trainer, I use it with bass guitar, which is played an octave lower, than it's written in the bass clef. So could you introduce a feature to switch...

Like this: `ExGram.editMessageMedia(%InputMedia{type: "photo", media: "attach://file"}, file: {:file_contents, , "img.gif"}, ...)` This is a quick fix. It would be nice to be able to do `ExGram.editMessageMedia(%InputMedia{type: "photo", media: {:file_contents, ,...

I can see two ways for integration: 1. "Tight" — when Tensorflex methods directly accept Matrex objects and return them. 2. "Loose" — when we use transfer methods, like `tensor_from_matrex/1`...