shaoran

Results 10 issues of shaoran

I initialized the client: ```python def as_utc_with_z(date): date_str = date.astimezone(tz.UTC).isoformat() return f"{date_str[:-6]}Z" def parse_datetime(dt): d = dateutil.parser.parse(dt) if d.tzinfo is None: d = d.replace(tzinfo=tz.tzlocal()) return d def main(): parser =...

On the Tiles section of the settings, I have **Show my top sites as tiles** activated with infinate rows x 5 columns. Usually the tiles have the same height and...

bug

The example in the `README.rs` file does this: ```python res, data = await imap_client.select() print('there is %s messages INBOX' % data[0]) ``` which would be the same behaviour of `imaplib`....

The conda version I was using did not behave as it was exepcted by this module. conda list --json returns two different structures depending on whether the package was initially...

I've installed the version 0.4.0 (from the [releases page][1]). I'm running with ruby-2.6.5 & redmine 4.0.5 and after executing `bundle exec rake redmine:plugins:migrate RAILS_ENV=production` I restarted the ruby proc. I...

I'm hosting `mattermost-6.3` via docker. I followed this documentation https://docs.mattermost.com/install/install-docker.html and cloned the repository https://github.com/mattermost/docker then I generated the `.env` file (from `env.example`) and with `docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml...

**Describe the bug** When you set a breakpoint with `pudb.set_trace()` and pudb stops, you can press *n* to execute the next statement. In the past if you the statement raised...

Bug

- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there. Issue: Throughout the day, whenever I run any conda command (like search or...

I've installed the latest commit e93f409e82e8c5d28b6812c57d40f97a555ae295 on a redmine 4.0.5 installation (running on ruby-2.6.5). I executed ``` $ bundle install --without development test $ $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production...

I was porting today a legacy piece of software (written by another co-worker, I only maintain it) that was using `libtmux-0.8.5` und made an upgrade to `libtmux-0.24.0` and I was...