Peter Bengtsson

Results 448 comments of Peter Bengtsson

Thanks! I appreciate the update and tips. I'll try to get a handle on the state of Python support inside arrow. I see the code's there but skimming through it,...

Thanks for the tip with SeekFrameAt. I'll try to figure out how to use it. I'm a newbie at Go. What I want to do is find out the duration...

Hi @MayCXC Thanks for your contribution! Can you heed @sabrowning1 's suggestion and then I think we can finish the review of this. Thanks in advance!

Yes please!! The thing I miss the most coming from VS Code is the ability to set up snippets. In VS Code, I can type `log[TAB]` and it turns that...

@repo-sync/reviewers can you assign this to yourself?

> You can use one of our layouts slots to add a breadcrumbs component there. That would be cool! Do we have any examples of that? In my case, I...

> Do your markdown files have some data in frontmatter that can tell their breadcrumb path? Asking because the final part of breadcrumb can be inferred from title, but not...

How about *always* UTC and use a format that includes the timezone. E.g. ```python >>> import datetime >>> datetime.datetime.utcnow().astimezone().isoformat() '2018-04-20T11:24:56.645570-04:00' ``` Then you don't have to worry so much about...

I *think* to get this to work in Python 2, you need to depend on https://pypi.python.org/pypi/pytz/ :(

Have you tried it? I'm not sure how Django's templating engine works in terms of priorities.