Christophe Benz

Results 13 issues of Christophe Benz

## Problem I installed nitpick in my project, but I forget to configure the `style =` key in `[tool.nitpick]`, so when I ran `nitpick fix` it used the default nitpick...

enhancement

Hi there! I just read the code and I'm wondering why there are [2 subscriptions](https://github.com/tibastral/elm-snake/blob/46a82ef4e13b148714e04f73de7187df000041b0/Main.elm#L42-L43). The [`update` cases](https://github.com/tibastral/elm-snake/blob/46a82ef4e13b148714e04f73de7187df000041b0/Main.elm#L191-L196) could be factorized. :-)

Hi, I would like to trigger a JS component like dropdown or dialog from "outside" the component, in particular from an event handler of an element which is not handled...

In order to support S3 providers such as [Scaleway](https://www.scaleway.com/en/object-storage/) it's mandatory to define a custom region. While it's possible to build a `S3FS` instance with `region=` kwarg, by stopping using...

Hi! I noticed that when I use the `zoomend` event of the web component, the `zoom` attribute of the web component does not contain the new value. I think this...

Hi! Thanks for this very cool library! My goal is to plot a `DataFrame` which represents a time series. I'd like to use these encoding channels in my plot: -...

I'm surprised to read in the docs that the `selected` prop is static ("[...] or passed as prop to set pre-selected options that will already be populated when the component...

bug
testing
DX

# Overview Context: I co-wrote [Validata](https://git.opendatafrance.net/validata) in 2018, based on goodtables-py. Now our team is updating Validata with new features, and we’d like to upgrade to frictionless-py even if it's...

feature

If you configure the git repo to have static pages using `gh-pages` branch, like I did in my fork, we'll have demos for this repo. Example with my fork: -...

Follows #232 This PR extracts the `reverse_proxy` Ansible role.