Tristan Rice
Tristan Rice
Investigate using iron-iconset-svg so we can inline the SVGs and not have to make extra web requests
https://elements.polymer-project.org/elements/iron-iconset-svg
This adds support for local server pushing instead of just setting the Link header via `WithShouldPush()`. This also allows for pushing intermediate files without the routes specified. The old behavior...
In the readme it says "Regularly updated directly from the W3C website", but the build.js script fetches from w3schools which is in no way associated with the W3C. Might want...
Hi, I ran into an issue when trying to get directions via this library. It doesn't seem to support getting Geojson from mapbox. ```golang geometry := directions.GeometryGeojson overview := directions.OverviewFull...
pcrejit requires a separate thread specific stack. This leads to some very weird issues when using this library with multiple threads. I naively called CompileJIT in one part of the...
When I try to use the server Rainbows! with sinatra-websocket I get this error. ``` NoMethodError - undefined method `backend' for #: /home/foo/.rvm/gems/ruby-1.9.3-p392/gems/sinatra-websocket-0.2.1/lib/sinatra-websocket.rb:92:in `initialize' /home/foo/.rvm/gems/ruby-1.9.3-p392/gems/sinatra-websocket-0.2.1/lib/sinatra-websocket.rb:60:in `new' /home/foo/.rvm/gems/ruby-1.9.3-p392/gems/sinatra-websocket-0.2.1/lib/sinatra-websocket.rb:12:in `from_env' /home/foo/.rvm/gems/ruby-1.9.3-p392/gems/sinatra-websocket-0.2.1/lib/sinatra-websocket/ext/sinatra/request.rb:17:in `websocket'...
Gorm currently has a data race when registering to multiple gorm databases at the same time. See https://github.com/jinzhu/gorm/issues/1916. It'd be nice if you could just directly register opentracing callbacks on...
This adds non Python 3.8 versions to our CI 3.7 should work but there's no `libpython-static==3.7` in conda, only 3.8+ Test plan: CI
Fixes regression introduced in https://github.com/pytorch/pytorch/pull/84976 https://github.com/pytorch/multipy/actions/runs/3070434091/jobs/4960152377 This mocks out the whole _decomp module -- I tried just avoiding the _decomp import but torchdynamo/functorch will import it causing issues Test plan:...
Currently deploy only supports ELFs for the custom linker logic. It would be great to support Mach-O so we can use multiple in mac environments for use during training/dataloading as...