kopp

Results 21 comments of kopp

I will have to expand on my explanation of dayaclass, I guess -- mention frozen and astuple and other built in types. Let me try to do that before you...

Hi, the following code allows for that. Do we think that this is "it" already? ```python import pandas as pd from typing import List, Type class _SchemaMeta(type): """ Metaclass for...

I am wondering whether we can go one step further: If we create a DataSet[Employee]({Employee.id: [1, 2, 3], Employee.name: ["John", "Jack", "Alfred"]}) it would just be awesome, if we could...

I do not really get it: `yarn start` works, but `yarn build` fails due to `Error: error:0308010C:digital envelope routines::unsupported`. Is `yarn build` supported/the recommended way to go at all for...

Can someone who actively works on the plugin please suggest improvements? I am unable to build/use the plugin.

Hi @lixun910 , I wanted to take a peek into this pre-release and did on Ubuntu 20.04 with python3.10 uv pip install keplergl==v0.3.4a3 but after trying to display KeplerGl in...

Hi @lixun910 , thanks a lot for trying to make this work. If I get it right, the last successful push to NPM was https://github.com/keplergl/kepler.gl/releases/tag/v3.1.0-alpha.1 which used the workflow ```yaml...

@lixun910 , for the time being I wanted to use the Dockerfile that you provided to build the plugin locally, but I failed. I assume that it is due to...

BTW: Did you consider to provide a [_Dev Container_](https://code.visualstudio.com/docs/devcontainers/containers) for the keplergl project? Then all builds could happen in this dev container and the environment would be super portable.