Jacob Quinn Shenker

Results 12 issues of Jacob Quinn Shenker

It would be useful if you could create and update new folders (and even projects). Right now I'm using the following monkey-patch, and it seems to work. ```python benchlingapi.models.Folder.CREATE_SCHEMA =...

enhancement

Unless I'm mistaken, I believe `i+=1` should be `i+=2` in two places: https://github.com/jeffdaily/parasail/blob/600fb26151ff19899ee39a214972dcf2b9b11ed7/src/traceback.c#L43-L50 https://github.com/jeffdaily/parasail/blob/600fb26151ff19899ee39a214972dcf2b9b11ed7/src/cigar_template.c#L172-L179 As is, `alphabet_aliases = "AaBb"` would treat `a` and `B` as equivalent. My understanding of the...