Jure Triglav

Results 51 comments of Jure Triglav

Our use case is that we have packages neatly separated into e.g. `packages/server/*` and `packages/client/*`, and we'd like to run a build step using `lerna exec` only for the client...

The issue with setting `notifyOnNetworkStatusChange` is that it will rerender for every poll interval (as documented). This is probably not what you want and you'd want to rerender only when...

Right, absolutely, it should! That's the bug. I've commented merely to point out that setting `notifyOnNetworkStatusChange` isn't a workable workaround in many situations and that folks should be aware of...

For what it's worth, I've sort of resolved the issue caused by this workaround for the time being by chucking the polling `useQuery` into a dead end of the tree,...

The second workaround of setting rootDir actually messes with a bunch of other things (e.g. you need to be careful to specify exact testRegexes, otherwise it starts matching elsewhere, the...

@dioklecijan I've tried this and can't get it to work for the life of me. If I put `testMatch` in the projects array, no tests are found matching no matter...

@ScottBGI I guess it's a similar case, though I don't know how much of the methodology applies. @mfenner I guess if the software is not in a code repository (and...

One way to identify software publications would be to follow this pattern `name: description including the keyword software`: MEGA2: molecular evolutionary genetics analysis software EMBOSS: the European molecular biology open...

Your strawman shows a bit of the expected complexity. For example, https://github.com/lh3/wgsim/blob/master/wgsim.c is MIT licensed, but there is no LICENSE file in the repository or any mention of this in...

Thank you both for a super quick response! @Dade916 how did you go about rendering the stereoscopic image then? I tried to find any documentation/instructions on how to do it...