jessekv

Results 13 comments of jessekv

I cloned this repo, did `2to3 -w *.py` in `charts/charts`, and made the `do_POST` changes @hraftery suggested. Working now on Ubuntu with python 3.6

I guess one of the selling features of zarr for me is being able to load only the chunks I need off of a remote server. Arrow is only an...

I had this issue and was able to fix it in the tweak tool by modifying the remap in two places (I am on pop os): ![image](https://user-images.githubusercontent.com/24944371/105909826-5a027180-6028-11eb-91c2-b047eed45090.png) ![image](https://user-images.githubusercontent.com/24944371/105909874-65ee3380-6028-11eb-9624-2b88f2aa63f3.png)

I'm curious about the "High Level Goals". With the exception of defining models using JSON Schema, fastapi https://fastapi.tiangolo.com was created to meet the high level goals. Is RESTX is aiming...

I just discovered a new use for https://www.eff.org/https-everywhere ... Automatically upgrading these old links ;)

hmm for me they work, at least with the current version. I am using lit, however

Actually, I imported the styles directly from the package separately and added them into the wrapper component. Looks quite ok, but its true the encapsulation is not perfect. But I...

I find the `g:vim_isort_python_version` option confusing. It looks like you might be able to specify a path to a python interpreter, but in reality it is only looking for a...

Closed with https://github.com/fisadev/vim-isort/commit/b749d009075a333634dc61a039a2dc0e7f34609c ?

I'd be interested in contributing to a rust and wasm implementation of zarr. Would anyone like to collaborate on this?