Brian Bruggeman
Brian Bruggeman
For those hitting this page... The above SerializeRow kinda/sorta works. It's a great start. 1. We're still missing more than a few for at least [mysql](https://github.com/launchbadge/sqlx/blob/main/sqlx-core/src/mysql/protocol/text/column.rs#L177-L221). Any of the above...
> I want a simple way to serialize them, would the snippet posted @lovasoa work on SQLite? Not sufficiently, but maybe for your use case? You'll have to decide that....
`.step_by(duration: Duration)` seems like it would fit nearly all of the use-cases. As a developer, you may not be able to conceive of a reason to step by a month...
I don't think my point is invalidated by considering a NaiveDate rather than a Date+Time timestamp. I gave the timestamp as an example, but Duration could just as easily be...
I'm no lawyer, but I have asked the question about LGPL in a python context of lawyers and of a few vocalists from the Open Source Initiative. Both LGPL and...
Most of my open source projects end up being Apache 2.0, because it eliminates some ambiguity that lawyers end up having with MIT and BSD. From a pure business perspective,...
I looked at this. I think it's a one liner... https://github.com/brianbruggeman/bevy_crossterm/blob/trunk/examples/demo/main.rs#L111 That said, when the one-liner is added, I no longer see a correct transition. Artifacts from the previous pipeline...
Easy to fix with pandoc; struggling with High Sierra upgrade issues today.
> But I don't this is the best idea, Github will render rst files... why not move to rst? > imho the issue is on pypi side. Agreed.
> I feel Markdown is easier Markdown is also my first choice. Another option is to automate the conversion of markdown to rst within `setup.py`. And then when it is...