Alex Brown

Results 10 issues of Alex Brown

I've got the following PersistenceSpecification: ``` c# new PersistenceSpecification(session) .CheckProperty(c => c.Name, "Testing") .CheckProperty(c => c.Address.Address1, "Address 1") .CheckProperty(c => c.Address.Address2, "Address 2") .CheckProperty(c => c.Address.Address3, "Address 3") .VerifyTheMappings(); ```...

documentation
needResearch

Getting the following error when using `master` version Previous version (0.1.3) works fine with no changes ``` 2023-04-28T10:06:10.4994822Z tar all files into /tmp/ytqVFjkUDg.tar.gz 2023-04-28T10:06:23.4500298Z remote server os type is unix...

This is really nice, if you didn't have admin users - I can't see how this model / structure could support admin users? The IdentityUser is of type SaasEcomUser -...

Would be good if we can select to use EJS, Mustache, jade etc....

Can't seem to do an upsert with a findandmodify Can with Update, but that doesn't return the updated object

http://wordpress.org/extend/plugins/extended-xml-rpc-api/faq/

As per: http://mindsharestrategy.com/2010/wp-xmlrpc-metaweblog/ Should be able to post a new post with the excerpt...

For integration tests Need a PHP script that will have a way of "resetting" the wordpress install back to default Will need to have some dummy posts, categories, users etc......

I suspect this is an issue with newly released npm? Not 100% sure how to fix it at the moment ``` => ERROR [6/9] RUN npm install -g npm@latest 0.7s...