Mewis

Results 11 comments of Mewis

Hey, guessing this might be too late as this was in July but for anyone else who comes across this, I just had the same issue. I resolved it by...

Hi, what is the status of this? I see there has been no activity in a while and the contributor who started it has stopped using this library. Is is...

I don't know if this is relevant now but you need pub and pug-loader `npm install pug pug-plain-loader --save-dev` or `yarn add pug pug-plain-loader --dev` Nuxt should not need any...

I haven't actually used it much to be honest, I was starting a proof of concept but then had to leave it. I think though the issue you are having...

I am afraid not, when I was playing around it was for a proof of concept but unfortunately I ran out of time on it. I seem to remember that...

hI, I have implement that iOS shim in my project and confirm it does in fact work. Not fully tested but so far so good.

I did try `http://localhost:7778/api/clients?_filter=key==123` I dont get a error but I also dont get any filtering. For list it just returns everything. I only get an error when using the...

I also found that if I change my proto message to ``` message ListRequest { infoblox.api.Filtering _filter = 1; } ``` Then I get the same error when trying with...

Hey sorry for late reply. dblog does not print anything so I guess the issue is before any query is made. ``` dbConn := createDBConn() defer dbConn.GetConn().Close() gormDb := dbConn.GetConn()...

Actually the delete happens even without `deleted_at` I'm not sure why it deletes some models and not others though