Claudia Meadows

Results 188 issues of Claudia Meadows

**Mithril version:** 2.0.4 **Browser and OS:** All **Project:** **Is this something you're interested in implementing yourself?** Yes ### Description Mithril has some [pretty involved logic for `extract`](https://github.com/MithrilJS/mithril.js/blob/next/request/request.js#L115-L150), much of which...

Type: Enhancement
Area: Core

Mithril currently doesn't have any error handling story. This is of course really bad. Here's the concerns I believe need addressed when it comes to fault tolerance, in decreasing priority:...

Type: Enhancement

Currently, we have a "deprecated" banner on all v0.2.x stuff. I feel I could easily hack together thing where I could append a quick script to each the archived pages'...

Area: Documentation
Type: Enhancement

Currently, people are getting confused by `cond ? m(".foo") : m(".bar")` not diffing as expected. It's come up quite a few times in Gitter by now, and it leads to...

Type: Question
Type: Breaking Change
Area: Documentation
Type: Enhancement

**Mithril version:** **Browser and OS:** **Project:** **Is this something you're interested in implementing yourself?** Very. ### Description Change the routes in the router to just be `"route": (attrs) => vnode`...

Type: Breaking Change
Type: Enhancement

### Description Something like this, where the stream doesn't emit immediately, but correctly and performantly handles folds: ```js var childStream = sourceStream.fold(function (value) { // Emit a value return value...

Type: Enhancement

People have been having weird issues and pretty specialized needs that route resolvers alone can't deal with. Also, I managed to reduce it to using only a [single extra, trivial...

Type: Breaking Change
Type: Enhancement

It's all caused by [this line](https://github.com/MithrilJS/mithril.js/blob/next/api/router.js#L92) which isn't directly delegating to `m.route.set`, but is instead using an internal call skipping the reset logic. It's not causing any apparent bugs, just...

Type: Bug

Currently, `mithril-stream` is almost never updated. I just got publish rights a few days ago for that and `ospec` and have since updated them both. I suggest we deprecate `mithril-stream`...

Type: Meta/Feedback

[Spawned from a Gitter discussion](https://gitter.im/lhorie/mithril.js?at=58f195a269a692963eb064ea). @tivac Since this is mainly your thing, could you work on and fix this?

Area: Workflow