Zhang Zhen

Results 27 issues of Zhang Zhen

I've learned command authorisation by reading your article "Building a CQRS/ES web application in Elixir using Phoenix". However, I want to perform query authorisation in a bounded context. Could you...

[panoptes](https://github.com/panoptes-organization/panoptes) is such a tool for snakemake workflows. [nf-tower](https://github.com/seqeralabs/nf-tower) is such a tool for nextflow workflows. Has scipipe provided such a tool or sort of APIs that I can use...

Testing desktop apps is not so easy. Does Avalonia.FuncUI provides the testing support for views as Fabulous does? Zhen

I came across this error twice since I use gosling. Besides, the page crashed more than two times while I was editing json specs in the gosling editor. What have...

bug🐛

When I go to the following url: http://172.16.110.157:8888/api/v1/tiles/?d=WESCustom_gcContent.0.0, I get back Server Error (500) back. Instead of WESCustom_gcContent.0.0 (zoom level = 0), it works with WESCustom_gcContent.1.0 (zoom level = 1)....

bug🐛

Originated from https://github.com/gosling-lang/gosling.js/issues/551#issuecomment-978952130. I found that autocompleteServer and autocompleteId were hard-coded in the source code. It's inconvenient for me to change such settings. Could you please consider how to make...

enhancement
question

I want to use the rule mark to draw a horizontal line across the whole x-axis and at 2.5 in the y-axis. I don't know how I can do that....

enhancement

How can I implement zooming using zoom-out and zoom-in buttons rather than using mouse scrolling? Zhen

enhancement

The "Formula" transform in Genomespy provides a flexible means to process data just-in-time, not beforehand. It can contains arithmetic and logarithmic operations. I just name a few operations here. It's...

enhancement

I've put the tsv file RD2109054FFP.blockData.tsv into the public folder, and then set the data url in the spec as follows: ` "url": "./RD2109054FFP.blockData.tsv"` Nothing is displayed in the corresponding...

question