Amin Ya

Results 542 issues of Amin Ya

These days people use bundlers such as Parcel, Webpack, Rollup, etc. to build and minify their projects. It would be nice to have some "working examples" that are preconfigured (package.json...

I created a package for benchmarking functions called AcuteBenchmark. https://github.com/aminya/AcuteBenchmark.jl I particularly made it for [IntelVectorMath (VML)](https://github.com/JuliaMath/VML.jl/tree/AcuteBenchmark) If you want we can switch the benchmarking system to AcuteBenchmark. It is...

It would be nice if we provide a macro that replaces functions with their vectorized version. Like `@ivm @. sin(x)` would replace this with IntelVectorMath function, and `@applacc @. sin(x)`...

I have a simple algorithm that I want to vectorize. Works with `@simd` but for `@avx` throws an error that x is not defined. ```julia function check_simd(regex_list, input) input_len=length(input) icon_indices...

Now if I run the following I get an error: ```julia a = collect(1:100) items = rand(20) indices = collect(1:20) @avx a[indices] .= items ``` ```julia ERROR: MethodError: no method...

There is unnecessary complexity in the decoration management/rendering code to render the decorations based on an order. However, this seems unnecessary to me as decorations can perfectly be shown on...

discuss

### Description Make `CanvasDrawer` class independent, and store the class instance in `CanvasDrawer` property ### Benefits This decoupling allows doing further optimizations with the code. For example, not calling the...

Very WIP https://github.com/aminya/jsdoc2flow

Fixes #759 There is unnecessary complexity in the decoration management/rendering code to render the decorations based on an order. However, this seems unnecessary to me as decorations can perfectly be...

discuss
plugin

Randomly running minimap:toggle a couple of times and opening-closing text editors might trigger null bugs.

null-bug