wolfg
wolfg
Got 'TypeError: keywords must be strings.' when doing this. Update: The correct way is using lower case: '?charset=utf8'
Latest version? try this: ```bash $ export PYTHONIOENCODING=UTF-8 ```
ok, thank you. I'll get rid of the trailing whitespaces.
Does the error prevent you setting the environment variables? If not, just ignore it.
Did you create your environment with sample app first? Then use eb setenv and eb deploy.
我用 moment.js 把时间设为 0 点 再传入计算农历 ```javascript const lunar = chineseLunar.solarToLunar(moment().startOf('day').toDate(), 'MD'); ```
@ai-chen2050 I fixed "xxx is not API" errors in a gradle project like this: ```build.gradle.kts``` ```kotlin plugins { eclipse // other plugins ... } eclipse { classpath { file {...
应该是你的网络环境无法访问 Wikidata 网站。
Thanks, will fix it