Ali Najafizadeh

Results 21 comments of Ali Najafizadeh

@meyer-net the reason that it can not resolve the module is the order of plugins in babelrc. If you are using decorator plugin, you have to add it after `module-resolver`....

**PLEASE IGNORE THIS COMMENT from ME (@alinz)** **Note from the maintainers of this project: this comment was not bringing us closer to solving the actual problem at hand in any...

@hendrul thanks for letting me know, I didn't check my facts.

@adg thanks for the feed back, I think internally they refer to it as "do", [here's the article](https://blog.digitalocean.com/cthulhu-organizing-go-code-in-a-scalable-repo/) that they describe their development source directory. However, digitalocean would be more...

@adg whenever you create a repo, let me know so we can get this done.

@adg I have made a PR using upspin's gerrit. Thank you.

@VojtechVitek do you think we can add input for asking password?

I managed to get the list of my code sign identity by just running this command: `security find-identity -p codesigning -v` and use the value there.

I've been searching around and I found bunch of other implementations regarding the stream cipher, and I found [this](https://github.com/resilar/sqleet), It's by far simplest and smallest compare to others but I'm...

Hello @AdamSLevy, During pass 2 days I was trying to port sqleet back to this and the result is here: https://github.com/alinz/sqlite/tree/encryption There are couple of issues: 1: new version of...