-
**# When I run T-DESEQ2 in bulk RNA sequencing analysis.**
treatment_groups=['4-3','4-4']
control_groups=['1--1','1--2']
result=dds.deg_analysis(treatment_groups,control_groups,method='DEseq2')
…
-
While exploring mining builds on small ships, I was working with a Viper. (I have also verified this issue against a Cobra Mk III.)
Everything is fine until I install a new mining tool on a Medium…
-
1. I discussed with @tmombaecher in https://github.com/gammacombo/gammacombo/pull/225 the case where EDM>1.E-3 but fit status=0, which I thought I'd seen but wasn't consistent with the documentation. …
-
**Describe the bug**
Refitter failed to write generated code: System.IO.IOException: The process cannot access the file 'Generated.cs' because it is being used by another process.
When I run the f…
-
### Describe the bug 🐞
I am using named clients to Authorize my client access, and here I have multiple APIs using the same Named client.
Now I am creating multiple Refit Clients for multiple Interf…
-
A good amount of armors do not have refits for CBBE, HIMBO, or both.
This causes these armors to always use the vanilla body for their shape. This is mostly a benign issue, but it is a MAJOR improve…
-
Maybe I am missing something, but is there a way to avoid always refitting brms models using the report function? I have pretty large models and using report will either error out or run forever.
-
### Describe the bug 🐞
Example: `IGitHubApi ` ,This is a normal interface that the program can register.
```
public interface IGitHubApi
{
[Get("/users/{user}")]
Task GetUser(string user…
-
Hi!
I noticed that there is no refit method available for this. Would you be interested in a PR that would provide this?
-
GIVEN an (internal or external) API
AND this API returns an exception on a certain endpoint
GIVEN a console application with using refit to call this API and this certain endpoint
AND Serilog is us…