Tim Hardy

Results 11 issues of Tim Hardy

I'm using DateTime in my model, but when I use simple date formats like '1-1-2020' in my queries, they fail validation. Why is that? The back-end date may contain both...

I'm writing a static-site CMS in NodeJs and need a templating engine that can safely render user-generated templates. I want to restrict the functionality to a very limited subset of...

priority - low
type - compatibility
triaged
difficulty - high

I forked the repo with the intention of adding REGEX capability. This simple readme change will save others the time of doing the same.

I see code like the following in the demo sample... When I code the above, I can never get the "changeLog" method to fire, no matter how I interact with...

Are there any examples or modules for placing basic logic rules into json-schema? e.g. "If the answer to question 2 is yes, make questions 10-12 visible". Just wondering if flow...

question

I've had my eye on angular-schema-form for quite some time, and I've been wondering when and if they were going to upgrade to Angular 2+. It looks like you guys...

info

... where I can pass in a custom javascript function that will be executed against the app state. Here's an example of a callback feature in a similar tool -...

I couldn't find a forum or other place to ask questions, so I'll ask here. Does this integrate with WebApi 2 now that it has introduced attribute routing of its...

I have a lot of queries that need to filter based on the truthiness of many state properties. What would be the best way to handle those conditions with underscore-query?

I've tried to no avail. I'm considering converting this to an Angular service, but I'd prefer not to have to take the time that is going to require.