Daniel Schaffer

Results 44 comments of Daniel Schaffer

You need to make sure that your serverless project is using node8.10 as its runtime ... async won't work before that.

Update - I was able to work around this by disabling the chunking in my Webpack configuration: ``` optimization: { splitChunks: false, }, ```

I'm starting work on implementing oneOf/anyOf in a fork: https://github.com/DanielSchaffer/angular-schema-form Feel free to give feedback on my progress. Thanks!

I've submitted a PRs to each of the branches to fix a couple things, including the dists not including all the changes. Once that was all settled (and I changed...

I put my code in a new repo: https://github.com/DanielSchaffer/angular-schema-form-someof It now has a solution for preselecting the correct schema given a model - see the sfSomeOfSelector and sfSomeOf directives. Again,...

@gazpachoking it wouldn't be a diff since it's an addon - it's all new code. That said, it is dependent on changes to asf that I did do in a...

@qpre Hello, and thanks for the report! If you remove the plugin from the configuration, does it work as expected? I ask because two of those errors you mention appear...

@Austaras can you add some more details? (stack trace, package versions, etc)

@bitfella can you elaborate a little on what's going on? Are you seeing any errors? If not, what behavior are you expecting that is not happening? I'm not seeing any...

@bitfella hey there - sorry, I haven't been able to look at this specifically yet. Hopefully I'll be able to take a peek this weekend. If you have the time...