Andrew Boldi

Results 7 issues of Andrew Boldi

This pull request adds a starting list for building your own proxy server.

See here for more info: https://github.blog/2021-09-01-improving-git-protocol-security-github/

This pull request simply adds the website for one of the company listings.

#### What does this implement/fix? Explain your changes. This PR implements two functions: GetEnantiomer and IsMolChiral. The first function generates the enantiomer for a given molecule and returns None if...

This pull request effectively transitions the code from python2 to python3.

I regularly use the Gnome Search in Ubuntu simply because of its ease of access ("Super" key). Yet these results are painstakingly slow and doesn't seem very "super". Thus an...

In the following code in `deberta/bert.py`, why are we not passing in the mask to the MaskedLayerNorm in line 38? If the mask is not needed, can't we directly call...