contra

Results 97 issues of contra

for top-level domains (ie contra.github.io) you have to push to master

enhancement

Airport puts out this ``` Arconet 1c:af:f7:ce:fb:f9 -74 11 Y -- NONE Arconet 5c:d9:98:5a:93:72 -74 1 Y -- NONE Arconet Amphitheatre 00:24:a5:15:d2:c2 -70 6 Y -- NONE Arconet Camp bc:ae:c5:c3:dd:56...

http://facebook.github.io/react/docs/two-way-binding-helpers.html

Can code blocks have a class attribute added that states which language it is? This would help for adding syntax highlighting back using http://alexgorbatchev.com/SyntaxHighlighter/. If you'd like to be compatible...

Just makes the numba dependency more flexible, which allows newer versions of python, M1 support, and more.

https://github.com/jhudson8/react-chartjs/blob/master/lib/core.js#L64 I'm having some issues where `this.state.chart` doesn't exist and is causing errors to be spewed all over, noticed this while checking things out. I don't think direct assignment of...

This commit: https://github.com/pytorch/pytorch/commit/a8329676273ac12f1fadfbcdd19c500d84998345 Released in torch 2.1.0 breaks this https://github.com/facebookresearch/audiocraft/blob/main/audiocraft/optim/fsdp.py#L126 This ticket (https://github.com/facebookresearch/audiocraft/issues/358) has an implementation that works on torch 2.1.0 - but there should probably be some backward compatibility...

Hey there - Your lib looks cool, I want to use it instead of some stuff I wrote for react-responsive Here is my stuff: https://github.com/wearefractal/react-responsive/blob/master/src/toQuery.js I think negation might be...

I see here https://github.com/LearnBoost/engine.io-client/blob/master/lib/transports/websocket.js#L145 you use a comment to tell browserbuild to exclude or include things conditionally. Is there any documentation on this feature?