John Yani
John Yani
Thanks for advice! I saw that there is XmlParser class from which XercesParser and LibXMLParser are inherited. Can I use LibXMLParser? And how difficult is to add support for a...
The problem is that macros is in math.h It is not prefixed with M, and fourth option doesn't help. 05.10.2011 12:34 "stawel" < [email protected]> : > the best solution is...
I'm using ubuntu. Here's the snippet from math.h causing problems: ``` /* Types of exceptions in the `type' field. */ # define DOMAIN 1 # define SING 2 # define...
No, it was just an example :)
Thanks. I've came up with a different approach: ```javascript // usecases.js export const addTodo = async ({ persister, dispatcher, params }) => { const todo = new Todo(params); if(todo.valid()) {...
So you mean that instead of these: ``` dispatcher.dispatch('addTodo', { loading: true }); dispatcher.dispatch('addTodo', { loading: false, data: result }); dispatcher.dispatch('addTodo', { loading: false, errors: [error.message + error.stack] }); dispatcher.dispatch('addTodo',...
Why do you think use case is coupled? I can implement the `dispatch` function however I want: ``` dispatch(usecasename, data) { if(data.hasOwnProperty('loading')) { console.log(usecasename, 'changed loading state to', data.loading); }...
I think in my example `dispatcher` is what is `service` in your example.
The issue is that whet you follow this link it shows "2014"
http://www.sweethome3d.com/support/forum/viewthread_thread,963