Amit Davidson

Results 19 comments of Amit Davidson

@howardjohn I'll take a look at this. In general, this is a bug in `x/tools/go/pointer`. Seems related to this: https://github.com/golang/go/issues/25090

@ro-tex Thanks. I'm working on the next version of Chronos so I'll also try to look at this and see if I can find why it failed and maybe push...

@zvikinoza Hey! First of all, thank you very much. Right now contributing isn't trivial since the tests aren't configured for it. I intend to fix it once I release the...

@shoniavika Feel free to take in the direction you feel like to. If you want to consult first, that's fine as well. You can reach me through the mail on...

@System-Glitch I have an idea on my mind. I'll write a proposal and we can discuss it.

# Abstract I propose a permission system based on RBAC. Every user will have a list of roles with specific permissions saved in the DB. The permissions will specify what...

- I agree with you that by default, roles aren't allowed to do anything. The `deny` is used to complement. For example, if you have products 1,2,3. You can allow...

- A pivot table is a really good idea. At first, I wasn't sure if it would be easier for a developer to separate the authorization into another source for...

I have most of it on my mind, but there are a few more points I'm not confident about yet. If it's possible for you, I think it's better if...