Cory Forsyth

Results 51 comments of Cory Forsyth

@eguitarz Neat idea! This is probably theoretically possible with mobiledoc-kit at the moment, but would be fairly challenging. The `onTextInput` method ([docs](http://bustlelabs.github.io/mobiledoc-kit/demo/docs/Editor.html#onTextInput)) will allow you to detect markdown-style input. There...

@eguitarz Makes sense to me. Let me know if you run into any difficulties. There are probably some other good primitives to expose that would make what you are doing...

@knownasilya Your twiddle there is something different (I think). `editor.insertText(...)` is a no-op when the editor doesn't have an active cursor (that code is [here](https://github.com/bustlelabs/mobiledoc-kit/blob/master/src/js/editor/editor.js#L953)) — the `hasCursor` check looks...

Cool — if you need help integrating let me know!

I think this is an excellent idea, but I'd like to suggest that an alternative property name be used, as `budget` is somewhat overloaded as a term (it makes me...

@knownasilya Sorry for the delay. Thanks for submitting. I don't think we had previously considered that the cards or atoms in a mobiledoc would remain "live" after rendered by ember-mobiledoc-dom-renderer....

That message is only a warning (despite being `console.error`), but (in my case at least) I saw the following additional (and fatal) errors show up right below it: ![image](https://user-images.githubusercontent.com/2023/224496275-565a9e9b-a60c-4795-92b9-93a3696f6cae.png) The...

I've observed this behavior as well, with @rondale-sc, using both yarn `1.15.2` and yarn `1.13.0`. In our case it appears that the way the dependency is specified mattered. I.e., specifying...

Another update to the previous comment, with some more explicit reproduction steps. I've tested a bit and confirmed that this issue is indeed (at least for me) limited only to...

@ryanlntn If you run into other problems you can live-preview emblem compilation here: http://bantic.github.io/try-emblem/. And yes, this does look like a regression. Thanks for reporting it.