Kamil Slowikowski

Results 49 issues of Kamil Slowikowski

Fix issues mentioned in https://github.com/richtr/baseapp/issues/4 After applying these changes, the app seems to work correctly.

This pull request is incomplete. More changes are needed before the password reset is actually working.

For anyone viewing this repo, please note that this app is not fully functional. I have been trying it out, and I found that these features are not currently implemented:...

Thanks for making this package! I'm new to go and revel, and this looks like a nice place to start. I tried installing your package, but I get some errors....

I'd like to ask if it would be possible to change the way the data is displayed in the main window. As far as I know, there are no scRNA-seq...

Right now the table of genes with p-values is only visible after clicking on the name of a cluster. This means you have to choose which display you want to...

I wonder how ubit2 compares with all the other options out there. Here's a quick list that I hope to continue editing as I survey the field. # Related work...

Best practices for offline apps: https://developer.mozilla.org/en-US/Apps/Build/Offline

enhancement

Consider using [JSZip](https://stuk.github.io/jszip/) to store compressed data. For example: 1. During development, use `JSZip` to compress a JSON object with Gene Ontology terms and save it as a `.json.zip` file....

enhancement

Thinking about possible ways to speed up the computations... - [ ] ArrayBuffer to store large data for computations - [ ] [numbers.js](https://github.com/numbers/numbers.js) for common functions - [ ] [numeric.js](http://www.numericjs.com/documentation.html)...

enhancement