crazydogen

Results 7 issues of crazydogen

- [mysqlclient (MySQLdb with python3)](https://github.com/PyMySQL/mysqlclient) > A fork of MySQL-python with extra maintenance. - [MySQL-python](https://github.com/farcepest/MySQLdb1) > This is the legacy (1.x) version of MySQLdb. The 2.0 version is being renamed...

Using docker-compose to deploy mrdoc-nginx:0.7.6-with-mysql. ## ERROR: File "/usr/local/lib/python3.7/site-packages/MySQLdb/connections.py", line 185, in __init__ super().__init__(*args, **kwargs2) MySQLdb._exceptions.OperationalError: (1045, "Access denied for user '7d6a4'@'172.31.0.3' (using password: YES)") django.db.utils.OperationalError: (1045, "Access denied for...

# 0x01 What's different? 1. Add two ci*.yml files in workflows. 2. Automatically compile resume*.tex files in master and zh_CN branches. 3. Outputs resume*.zip, which contains all resume*.pdf in the...

enhancement

As mentioned in #60, add ci4zh_CN.yml in the zh_CN branch.

enhancement

打开歌单功能仅为单次添加,歌单更新后需再次手动同步

**Describe the solution you'd like** Sixty years have passed since neurosurgeon Nils Lundberg presented his thesis about intracranial pressure (ICP) monitoring, which represents a milestone for its clinical introduction. Monitoring...

wontfix

Here is a simple version. ```Python import torch import torch.nn as nn class Time2vec(nn.Module): def __init__(self, c_in, c_out, activation="cos"): super().__init__() self.wnbn = nn.Linear(c_in, c_out - 1, bias=True) self.w0b0 = nn.Linear(c_in,...