-
`regenie` allow two `--extract` or not? I want to use two `--extract` to select SNPs to be used in the analysis.
For example, the first `--extract` use to select INFO score>0.8 and second `extract…
-
File: [/production-deployment-using-tiup.md](https://docs.pingcap.com/zh/tidb/stable/production-deployment-using-tiup)
Questions about : does tiup tools could alive in mutilple nodes at the same ti…
-
I think the module is lacking neccessary feature to support multiple store views
Related to this ticket https://github.com/SnowdogApps/magento2-menu/issues/63
Lets break down some user cases
-…
-
Hi,
When I load data I am facing issue if the data type is Timestamp in the table ...
I teseted with mutilple tables I am unable to load data is data type is Timestamp
Any idea why this is happeni…
-
Possible cause 1:
Mutilple table release one per reconcile is slow since it sinks all the sink groups again based on the state change. Treat multiple topic release as one activity and save time
Po…
-
Almost consistently, a custom function in shared runtime will remain in #BUSY! state for over a minute or until another unrelated action is performed in the Taskpane. Normal computing time should b…
-
We currently have `@configuration`, `@active`, and `@requiresTypeResolution` inside comment to provide metadata, and we are about to add `@controversial` according to https://github.com/detekt/detekt/…
-
now we could capture image from screen by win+shift+s
is it possible to add a feature that can float the latest image from clipboard on the screen ? better with a keyboard shortcut~~
It is usefu…
-
As talking with @tgodzik this issue will cover work in regard to providing support in parser for scala3
Scala3 features:
- [x] Intersection / Union types `(A & B)` `(A | B)`
- [x] Type Lambda (`[…
-
```golang
for i := range iplist {
pingers[iplist[i]], _ = ping.NewPinger(iplist[i])
}
timer := time.NewTimer(time.Second * 10)
wg := sync.WaitGroup{}
for _, v := …