Arsh

Results 28 issues of Arsh

While working on #1072, I found this case where my otherwise passing solution would still allow mutation.

The exercise expects the student to incorporate some mutability/modification guarantees. `Object.freeze` is one of the ways the goal can be achieved in javascript - it removes mutating methods like `.push`...

Version: Deno 1.39.0 # Undesirable behavior When the cause is assigned onto an error instance, it appears twice in the stacktrace. # Expected behavior The error instance prints the same...

bug
core

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: feature
area: reporters
status: accepting prs
semver-major

After an early implementation of it [broke](https://github.com/tc39/proposal-array-grouping/issues/44) websites, the [proposal for array grouping](https://github.com/tc39/proposal-array-grouping) is [switching](https://github.com/babel/proposals/issues/88#issuecomment-1553350818) from Array.prototype.group (instance method) to Array.group (static method). The sentiment expressed by implementers is that...

documentation

I don't have a bug report or feedback to contribute, I just wanted to say how much I appreciate miniserve. It has one job, it does it well, then it...

#### Description (required) - Removed a section that documented behavior controlled by vercel and their tools. - Removed another section for a deprecated feature. #### Related issues & labels (optional)...

improve documentation
Merge Queue

I am writing an entry for Fable.Solid Elmish in [krausest/js-framework-benchmark](https://github.com/krausest/js-framework-benchmark/). The benchmark involves creating, rendering, appending, updating, and deleting rows. The implementation fails with the error below when the number...

## Changes - Closes #1000 - Removed dependence on make. I don't have it installed, I have always had to manually copy and run the command. ## Testing - Added...