Lucas Cimon

Results 187 issues of Lucas Cimon

Hi, Could you please add in your handy table in the README an entry for https://github.com/spotify/luigi for comparison please ?

documentation

Hi. I was looking for a Python lib that would provide me with a sudoku grid generator, and I tested yours. The issue is that it can produces unsolvable grids....

#### Which issue(s) does this change fix? This was not reported so far, based on a quick research among this repository issues. #### Why is this change necessary? Currently AWS...

area/local/start-api
area/local/invoke
pr/external
maintainer/need-followup
area/local/start-invoke

**Describe the bug** The `@all-contributors` bot fails to add the `research` contribution to an existing user (already in `.all-contributorsrc`) **To Reproduce** I simply used the following syntax: @all-contributors please add...

bug

cf. https://github.com/deluge-torrent/deluge/blob/master/deluge/argparserbase.py#L191 This bug triggers "Password does not match" errors when "rm -c" is used

Another Python library provides the same functionality: [colorthief](https://github.com/fengsp/color-thief-py). However both libs do not return the same palette: ![palette](https://user-images.githubusercontent.com/925560/160278400-77078faa-6020-4189-870f-b36c0f938035.png) The first line of colored circles is the palette from `colorthief`, the...

Hi. Currently `haishoku` always returns a palette with max 8 colors: _cf._ [haishoku/haishoku.py on line 77](https://github.com/LanceGin/haishoku/blob/v1.1.8/haishoku/haishoku.py#L77) Could it be possible to make this configurable, to generate 16-colors palette for example,...

In order to foster the adoption of this license, I suggest that it is formalized as a SPDX document. Quoting : > The Software Package Data Exchange (SPDX®) specification is...

As a foreword, I find your idea and project very interesting ! I will try to spread the idea, and maybe use such kind of license for my own projects...

Bug reproduction: ```python import pydot g = pydot.Dot(root='"";""') print(g.to_string()) g.write_png('out.png', prog='twopi') ``` Output: ``` digraph G { root="";""; } ['twopi', '-Tpng', '/tmp/tmp8wygs5cn'] return code: -11 stdout, stderr: b'' b'' Traceback...

bug
dot-language
quoting