Athan
Athan
Do you have a "hard to guess" example? I would be curious to see what that might look like. Re: events. The safeguard of analyzing the buffered data makes sense...
Thanks for the explanation. My personal opinion is that no row events should be emitted until **after** a delimited is determined (i.e., when X number of lines have been buffered...
@rei2hu Is this ready for "formal" review or still a WIP? No pressure. Just want to make sure that you are not blocked and have not been waiting for PR...
Closing this in favor of https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/dsv/base/parse.
@danieldjewell Agreed! A NumPy-to-stdlib cheatsheet is something we'd like to add. I've added it to our internal tracker. Regarding element-wise addition, in your example, `array1 + array2`, unfortunately, this is...
@lightmare Yeah, we're in a bit of a catch-22 here. We've discussed this internally and, by my assessment, we have three (less than ideal) options. 1. Publish top-level namespaces to...
Re: 1. Yeah, that is a fair point where a user has in their package tree both `@stdlib/string` and, say, `@stdlib/string-*`. I suppose our intuition is that the consumption distribution...
@Planeshifter Looks like in `@stdlib/string/*`, the only package which explicitly depends on a dataset is `@stdlib/string/acronym`, which defaults to using English stopwords. We could just default to an empty array....
This has now been addressed in https://github.com/stdlib-js/stdlib/commit/d96a0da70fcca6f13fdb2c87a9cef1a751c6b545. Thanks, @Planeshifter!
@lightmare Thanks for filing this issue. I pushed https://github.com/stdlib-js/stdlib/commit/f7ee9af36ded6f62728bbf032e6adc33a89031d2 which relaxes the requirements to (1) allow `value` to be a `function` and (2) to no longer check that `next` is...