Ziad El Khoury Hanna

Results 29 comments of Ziad El Khoury Hanna

@ferbarra2207 which version was working fine?

@Mostomostomosto which version are you using ?

While it may appear that the sole purpose of get/set functions is to provide public access to private properties, I assure you that this is not the case. Accessors have...

Furthermore, allowing non-private names might simplify expanding auto-accessors to work on object literals, as the README states: > **Under Consideration:** We may consider expanding auto-accessors to work on object literals...

Absolutely, that's why I called it private-by-convention and it's how we used to do private properties be for private class fields. But as I've mentioned before, some use cases cannot...

Thank you for the clarification 😄

To provide further clarification, I hold the belief that public field backed auto-accessors should be allowed. Denying their usage would restrict the adoption of auto-accessors to that of private class...

I get the following error when trying to logout a user that happens to not be logged-in, which used to work: ``` lua entry thread aborted: runtime error: /.../lualib/resty/session.lua:2077: unable...

@timfayz It appears @oklai mistook [`@debug`](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#_5) for [`:debug_info`](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#debug_info-option). So Koala doesn't have a way to see the `@debug` output 😞