Nathan Cooper

Results 20 issues of Nathan Cooper

Currently only Java, Python, and Golang are able to be parsed. The issue seems to stem from mismatch versions of tree-sitter version and the PHP, Ruby, and Javascript tree-sitter grammars.

bug

A number of accessibility issues were found through google's app report. Specificially, some of the widgets/content may not have labels that are readable by screen readers.

Hi @paulbricman, love the tool and all the interesting applications it can be used for. I was wondering, do you have any plan to make it into a pypi package...

Github’s Code scanning alerts section shows incorrect filename and path to file in flagged security alerts when using your security scanning tool: ![](https://user-images.githubusercontent.com/7613470/101532882-2463d500-3963-11eb-8a5e-46dfdda8bcce.png) As shown, the title states the issue...

In computing the testing loss for the autoencoder, you reuse the training set ``` # test on holdout loss = [] for batch, test_x in tqdm( zip(range(N_TRAIN_BATCHES), train_dataset), total=N_TRAIN_BATCHES #...