Athan

Results 562 comments of Athan

For reference, while this RFC proposes a more configurable API, I'll note that we already have [`@stdlib/array/datespace`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/datespace). I don't think the `format` option is particularly desirable. However, the ability to...

@BarryByte I suggest finding a good first issue focused more on writing code. E.g., https://github.com/stdlib-js/stdlib/issues/2324.

I suggest we get #1832 over the finish line first and then revisit this issue, as it could be implemented in a follow-up PR. I'd like to avoid overloading that...

One question I have about this proposal is how would it handle more complex evaluations. Based on my knowledge, you essentially need to perform constant evaluation of the typed input...

@Snehil-Shah Ah, right. Sorry, I was getting this confused with eager evaluation.

@soumajit23 Don't rebase unless you need to. In this case, you don't need to pull in the latest upstream changes for what you are working on.

I don't think the errors are due to your code. This seems to have been caused by a recent merge which contained a bug in its example code (cc @Planeshifter...

@AbhinavKRN This was closed, as, generally, we have received exceedingly low-quality PRs adding such examples. Individuals who have been submitting PRs for these issues have heavily relied on LLMs generating...

@Snehil-Shah That is a good idea. We originally looked into GitHub codespaces, but IIRC ran into problems due to the size of the project. It would be worth revisiting, however,...

As a quick update, @Planeshifter added support for launching devcontainers: https://github.com/stdlib-js/stdlib/tree/develop/.devcontainer.