Bryan

Results 122 comments of Bryan

I have exactly the same issue - +1 for me

Are your expensive validators server-side? If so how are you dealing with authentication without access to services?

Maybe a better fix would be a default feature to run all sync validators first and only run async validators if the sync ones all pass?

async my-validate() { console.log("async called"); Await timeout(500); Return true; }

Nice idea, but might not work with engines?

Fabulous, but there's no readme at https://github.com/webark/ember-cli-styles so no idea how to use it...

I'm seeing this in Octane with Ember 3.22 - did you get this working without embroider?

> ```js > import podNames from 'ember-component-css/pod-names'; > ``` This doesn't work in Ember 3.15 podNames contains: ``` default: components: "__components__dfa48" ```

It's crashed several times, probably always within 5 minutes of setting the filter up, not noticeably related to me changing any parameters. Having built this type of video processing before...

Some possibly related logs: ``` 10:16:58.346: [Media Source 'Media Source']: settings: 10:16:58.346: input: C:/Users/bgcro/OneDrive/Pictures/Dentanomics/elevationsshort.mp4 10:16:58.346: input_format: (null) 10:16:58.346: speed: 100 10:16:58.346: is_looping: no 10:16:58.346: is_linear_alpha: no 10:16:58.346: is_hw_decoding: no 10:16:58.346:...