James Pirruccello
James Pirruccello
If I try to go to http://captive.apple.com/hotspot-detect.html (which is how iPhones detect the presence of a captive portal), there is no response. It could be useful to add this feature...
Sets Access-Control-Allow-Origin", "*", which brings this function's behavior inline with that of the ESP8266 equivalent.
Not sure if this is on my end or if this (perhaps?) has to do with the new `n_value` or `p_name` options. This is my first time not adding an...
Adds an *http.Client to the main Client struct (and automatically defaults to http.DefaultClient if nil is provided). This permits the user to set important client attributes such as request timeouts...
The chi square CDF does not account for underflow or overflow and therefore can emit (very) wrong answers. ```go package demo import ( "math" "testing" "github.com/atgjack/prob" ) func TestProb(t *testing.T)...
Feature requests should first be proposed on [the forum](https://forums.fast.ai). **Link to forum discussion.** https://forums.fast.ai/t/permit-pytorch-dev-2-1/108032 **Is your feature request related to a problem? Please describe.** Installing FastAI will downgrade pytorch from...
Is tsai really incompatible with pytorch 2.1? If I fix the pytorch version (which is the nightly version, 2.1.0.devXXX), I can't install the latest tsai version: ```sh ERROR: Cannot install...
## 🚀 Feature I would like to vary the image size within an `AugmentationSequential` pipeline between batches. Of course all images in a batch must be resized to the same...
## Documentation request Mutect2 seems to compute allele fraction (AF) from the allele depth (AD) data *after adding a prior* (which seems to be that it adds 1 read to...