Alec Larson

Results 515 comments of Alec Larson

Hey everyone, try using `radashi@beta` (an actively maintained fork) and see if it helps. Please [open an issue](https://github.com/radashi-org/radashi/issues/new) over at the Radashi repository if the issue persists. Preferably, you could...

Hi @AliubYiero, your fix is available in `radashi@beta` today (see [#12](https://github.com/radashi-org/radashi/pull/12)). An official release is pending. We'd love to have you participate in the [discussion](https://github.com/orgs/radashi-org/discussions) and/or [development](https://github.com/radashi-org/radashi/pulls) of the [radashi-org/radashi](https://github.com/radashi-org/radashi)...

I believe this return type is intentional. The input array is not guaranteed to have every possible key within it.

The `set` function does not mutate the target object. It returns a copy. P.S. Come check out the [radashi](https://github.com/radashi-org/radashi) fork, which is actively maintained and an improved version of Radash.

Why use this when you have [`String.prototype.repeat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat)?

Hey, check out the [Radashi](https://github.com/radashi-org/radashi) fork, which already has this function and a lot more.

It'd be great to support this. I'm surprised to see little fanfare around this issue. Is there another issue that already pointed out this deficiency?

Hi @Kinbaum, your fix is available in `radashi@beta` today (see [#13](https://github.com/radashi-org/radashi/pull/13)). An official release is pending. We'd love to have you participate in the [discussion](https://github.com/orgs/radashi-org/discussions) and/or [development](https://github.com/radashi-org/radashi/pulls) of the [radashi-org/radashi](https://github.com/radashi-org/radashi)...

Hey @dolsem, we might be interested in merging this over at [the Radashi fork](https://github.com/radashi-org/radashi). You're invited to re-submit this PR there, but please specify how you use this function. πŸ˜„...

A similar implementation is being developed at this PR: https://github.com/radashi-org/radashi/pull/241