Matt Karikomi

Results 16 issues of Matt Karikomi

sorry this is not really a bug report since i dont have the step to reproduce the behavior basically i have a problem with some binaries (pdf files, mostly) getting...

#### How to reproduce: Please see attached [settings.json.zip](https://github.com/primer/github-vscode-theme/files/6970769/settings.json.zip) to reproduce. #### Expected Behavior `editor.findMatchHighlightBackground` should be close to magenta (`#ff54f6` 40% opacity), as specified by (`#ff54f666`) below: ``` "editor.tokenColorCustomizations": {...

#### environment: R 4.1.1 (linux) vscode 1.62.1 vscode settings: ``` // Use active terminal for all commands, rather than creating a new R terminal. "r.alwaysUseActiveTerminal": false, ``` #### not working:...

**Describe the bug** Not sure if this is an issue with how plotlyjs implements documenter.jl, an issue with documenter.jl, or a hosting issue, but searching the documentation causes the page...

I have the following error, which complains about various libraries not being found. However, a check shows that they exist: #### Steps to reproduce: Set up the environment: ``` julia>...

Trying to install the "biomaRt" package in Bioconductor First, install the Bioconductor package installer: ``` julia> R"install.packages('BiocManager',repos='http://cran.us.r-project.org')" * installing *source* package ‘BiocManager’ ... ** package ‘BiocManager’ successfully unpacked and MD5...

> [Cross-posted at StackOverflow](https://stackoverflow.com/q/53330320/635806). Create an igraph object with five vertices and two edges: ```r test [1] 2 igraph::vcount(test) #> [1] 5 ``` The following code works (it should not...

bug
question

Is it possible to fit a cox model given a set of predictors `M` and patients `Y`, then get the partial likelihood of the fitted model on a vector of...

This allows DataSplitter and SemiSupervisedDataSplitter to pass kwargs to the DataLoader constructor in keeping with the DataSplitter API which states "**kwargs: Keyword args for data loader". The original implementation didn't...