Gram

Results 225 comments of Gram

Great! I've put "question" and "help wanted" here to put attention for adding more files in the list of known junk. Also, [hatch clean](https://github.com/ofek/hatch/blob/master/hatch/clean.py) have the same list that we...

Hi, @jonathanlloyd. Hacktoberfest is done, but if you still want to do good things, keep going ;)

Probably :thinking:

I think the implementation can be pretty simple. We can just do the same for constraint file as we do for the output file for the purpose of detecting the...

That's an interesting idea, thank you. I finally tried it today, it's close enough. However, the `.` itself is also added as a dependency which is not desired: ``` #...

IDK why I didn't think about it, but apparently you can pass `.` as another argument: `pip-tools requirements.in pyproject.toml`. And `requirements.in` is just `-c ../srv/constraint.txt`. Now it works 👍🏿 It...

The described method allows to pass the constraints file as a content of another file but not as a CLI argument. The first thing I tried before opening the issue...

> My final workaround for `.astimezone()`: This patch works for me! This is the test case: ```python @pytest.mark.parametrize("tz_offset", [ timedelta(hours=1), timedelta(hours=0), timedelta(hours=-2), # ... and so on. Must work for...

It works if you use `:` as a separator for time: ```go gore> r, err := w.Parse("25 april at 2:25pm", time.Now()) &when.Result{ Index: 0, Text: "25 april at 2:25pm", Source:...

Yeah, sure. I'm going to have a look what I can improve. At this moment I've just marked some issues to not forget to fix. You, me, someone else -...