Highlights
- Arctic Code Vault Contributor
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
1,391 contributions in the last year
Contribution activity
September 2020
- maartenbreddels/blake3-py Python
- maartenbreddels/jdaviz Jupyter Notebook
Created a pull request in oconnor663/blake3-py that received 7 comments
test: memoryview of Apache Arrow buffers (#9)
This tests the issue mentioned in #9, which gives me
def test_arrow(): import pyarrow as pa ar = pa.array(['foo', 'bar']) blake = blake3()
> blake…
+10
−0
•
7
comments
- fix: classic templates did not render
- fix: lab template closed the body tag, super already does this
- fix: calling include_js led to unclosed script tag
- chore: update release instructions
- Chore: update docs for release v0.2
- chore(ci): test traitlets 4 and 5
- test: preprocessors in conf.json
- fix: content_manager was not a trait
Created an issue in ipython/traitlets that received 6 comments
Passing None on the command line
cc @SylvainCorlay Hi all, congrats with the 5.0 release! But with all big releases come bugs :) In voila we used to pass to a Unicode config a None…
6
comments