Hans Kallekleiv

Results 34 issues of Hans Kallekleiv

- Blob files are kept from old deployments. Most severe for caching as a previously, possible wrong, cached result could be used. - Use of e.g. `uuid4` for creating component...

bug 🐛

**Describe the bug** The radix deployment fails if the user is not already logged in. **How to reproduce** Steps to reproduce the behavior: 1. Delete the radix settings - `rm...

bug 🐛

- As a plugin developer I want to deploy a single, multi-user, centralized app that can mount and `read` data from an external `Azure` blob store. I want to access...

Use the long hash git commit for custom dependencies in `requirements.txt` in the dockerized app. This **could** remove the need to specifiy the `SOURCE_URL_NAME_PLUGIN_PROJECT=https://urlyourfork` environment variable when using e.g. custom...

enhancement 🚀
good first issue

Currently we are persisting user selections in `sessionStorage` in the client browser. We should investigate if we can persist settings across sessions / users / machines. One (untested) idea is...

*Insert a description of your pull request (PR) here, and check off the boxes below when they are done.* --- ### Contributor checklist - [ ] :tada: This PR closes...

Plugin modules should be able to store datatypes not covered by the default webviz_store return types defined here. Examples are xtgeo classes used extensively in webviz-subsurface. Currently we have quite...

enhancement 🚀

We should provide a plugin gallery where the user can choose from the different plugins, set the plugin arguments and generate the necessary webviz config yaml.

enhancement 🚀

E.g. as a toggle between linear/log for each scale.

This is mainly to start a discussion on how to have interaction between different plugins. ## Motivation The main use case for interactions is data "drilldown". E.g. narrowing data selection...

question