Amin Ya

Results 542 issues of Amin Ya

Fixes #2 I added these extras by default. However, we can put them behind a `process.env.BABEL_EXTRAS` config (or a new set of presets) if you prefer that the default config...

Unless I add `@babel/preset-typescript` myself, it doesn't work. I am simplifying my babel.config.json because Parcel has switched to SWC, which handles everything in the build process. But that doesn't work...

I am writing to express my concerns about the recent events that have taken place regarding my work on zeromq.js. As you are aware, I have been working on this...

I'd like to explain the project's status and track the remaining issues for v6.0.0. The latest beta builds without any issues, and prebuilt binaries for many platforms are provided. The...

question
6.x
awaiting reply

It would be nice to have a guide for converting an already written JavaScript/TypeScript codebase to AssemblyScript. AssemblyScript can shine in this regard due to its similar syntax. Things to...

I want `StructArrays` to be shown like Arrays, but overloading this doesn't help: ```julia Base.show(io, x::StructArray{T,T1,T2,T3}) where {T, T1,T2,T3} = Base.show(io, Array(x)) ```

I could not sign in into my account in Maps. After previous MicroG update, I tried but if I sign in, the Maps software becomes unfunctional, and laggy and does...

Integrate Intel SVML https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-intrinsics-for-short-vector-math-library-svml-operations

Future

Now the library only supports doing a calculation on an `Array` and also returns an `Array`. It may be worth while to define scalar methods too. ```julia julia> IVM.sin(1.1) ERROR:...

Enhancement