David Ash
David Ash
I'd love to see this be implemented. `@sideeffects` tag would suffice for me. Details of what is mutated would be better IMO, but it would be reasonable to limit this....
@Salketer I see your point here, but I consider that more of a workaround than a solution, more of a convention than a documented standard. As @orgalaf mentioned, it's not...
Experiencing same issue. auth.access is invalid after timeout. Error is: /oidcServer/node_modules/openid-connect/index.js:954 if(auth && !auth.access.length && !auth.refresh.length) { ^ TypeError: Cannot read property 'length' of undefined at /oidcServer/node_modules/openid-connect/index.js:954:72 at wrapper (/oidcServer/node_modules/openid-connect/node_modules/modelling/node_modules/waterline/node_modules/lodash/index.js:3602:19)...
I don't have issues with simple implementations like what is passing in that automated test. I do run into issues when there is one or more query variable that changes,...
I'd like to nominate: https://github.com/studio-mv This organization is already maintaining an improved fork of this repo, and is on npm as "loopback-softdelete-mixin2". Perhaps they should be given the original for...
Congratulations Jouke. :-) On Wed, Dec 14, 2016 at 4:21 AM, Samuel Gaus wrote: > @jouke You're now an owner of the > loopback-softdelete-mixin npm repo! > > — >...
I love this tool! It's very handy. Unfortunately, it's also breaking my Cypress tests in my local development environment. I need to be able to programmatically prevent the floating buttons...