Alex Arslan

Results 84 issues of Alex Arslan

Currently `EDF.File` stores `EDF.Signal`s and `EDF.AnnotationsSignal`s together in a single vector, closely mimicking how the file itself stores signals, and allowing us to store the signals in the order in...

Chez Scheme v10.0.0, released 2024-02-06, introduced explicit floating point vector operations analogous to the existing functions for integer vectors. Using these in place of the corresponding generic vector functions improves...

DualNumbers has been a direct dependency of this package for about as long as this package has tracked its dependencies. Methods of some internal functions are defined for `Dual` but...

dependencies

The Codecov CLI is a Python package that should hopefully work uniformly across operating systems, unlike the Node.js based legacy uploader. May possibly close #21 🤞

Fixes https://github.com/JuliaStats/Rmath.jl/issues/27

Lua's one composite data structure, exposed via the C API in the most confusing possible way, which is why I've never gotten around to it. Blocker for package registration (cf....

enhancement

This has been keeping PackageEvaluator from updating things since early March. One of the VMs (usually `thirdPZ06` it seems) fairly consistently fails to provision. The message emitted by Vagrant from...

help wanted

*Disclaimer: This issue mostly concerns the GitHub UI, which uses this repo for syntax recognition. I'm not sure whether this similarly applies to TextMate itself.* Consider the following: ```julia mutable...

This is added to StatsAPI rather than to HypothesisTests since StatsAPI also houses `HypothesisTest`, `pvalue`, and other relevant functionality. Defining this function will bring a resolution to the 7-year-old issue...