Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
408 contributions in the last year
Contribution activity
September 2020
martinResearch has no activity
yet for this period.
August 2020
Created a pull request in r1chardj0n3s/parse that received 1 comment
adding properties to access named fields and fixed fields
Adding properties to access named fields and fixed fields. This aims at addressing this issue https://github.com/r1chardj0n3s/parse/issues/114
+8
−0
•
1
comment
Created an issue in r1chardj0n3s/parse that received 4 comments
explicit string format as {name_:s} does not work
Hi,
It seems that when specifying the format as :s in the formating string then parse does not work:
form = "test_{name:s}"
s = form.format(name="h…
4
comments