Ilya Radchenko
Ilya Radchenko
Example gist: https://ember-twiddle.com/a99eb24cd10f8148008bb5b5053ba4f0?openFiles=templates.application.hbs%2C&route=%2F%3Findex-archived%3Dtrue The page doesn't load with the specified route. The result should be false, true.
I'd love to see CSS support preprocessors, at least the most popular ones like LESS and SASS.

Getting type error like: ```ts Argument of type 'Element | Document' is not assignable to parameter of type 'string | Element | null | undefined'. ``` The type of `this.element`...
I get this when I try to delete by key. ```ts Argument of type '"mapgeo.login"' is not assignable to parameter of type 'keyof SyncStoreType'.ts(2345) ```
Have a button that takes the user directly to the markdown for the page they want to edit. This could be done by specifying the url of the docs folder...
### Steps to reproduce **Tell us about your environment:** * ndb version: 1.1.5 * Platform / OS version: macos * Node.js version: 10.13 **What steps will reproduce the problem?** Clone...
Cross posting this here, because I don't think it's specifically Ember related, and would love to get some visibility. https://github.com/bustle/ember-mobiledoc-editor/issues/142
Usecase: ```ts email: transform(string(), (value) => value.toLowerCase().trim()) // or email: string((value) => value.toLowerCase().trim()) ``` I thought I could do it with `coerce` but that needs a second type. Maybe coerce...
Would love to see it, or a guide on how to write one. I think the current parser API wouldn't allow for a ProtoBuf parser, because you need to know...