Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

northword

northword created a comment on an issue on northword/zotero-plugin-scaffold
> one thing that jumps out at me is that the output lists two different ports: > > ``` > → Server is listening on http://localhost:34655 > ERROR Error: connect ECONNREFUSED 127.0.0.1:35439 ...

View on GitHub

northword created a comment on an issue on northword/zotero-plugin-scaffold
Sorry, this may be an issue introduced by #64, please try 0.2.0-beta.10 if you still have issues?

View on GitHub

northword created a tag on northword/zotero-plugin-scaffold

v0.2.0-beta.10 - Delivering a Modern and Elegant Development Experience for Zotero Plugins.

northword pushed 1 commit to main northword/zotero-plugin-scaffold
  • chore(release): publish v0.2.0-beta.10 7b471d2

View on GitHub

northword closed an issue on northword/zotero-plugin-scaffold
Test profile uses default `dataDir`
Hello! Thanks for setting this up!!! trying to get my tests to run locally, and i was a little concerned to see my actual zotero library in the opened zotero runner. I traced the problem to the...
northword pushed 1 commit to main northword/zotero-plugin-scaffold
  • fix: use zotero cli args to set dataDir fixes: #73 15a807e

View on GitHub

northword deleted a branch northword/zotero-plugin-scaffold

refactor-test

northword pushed 1 commit to main northword/zotero-plugin-scaffold
  • fix!: mv `dist/` and `testTmp/` to `.scaffold/`, cache test lib, drop config.test.port (#71) * fix: move testPluginD... 54ad99e

View on GitHub

northword closed a pull request on northword/zotero-plugin-scaffold
fix!: mv `dist/` and `testTmp/` to `.scaffold/`, cache test lib, drop config.test.port
ref: #66 ## Tasks - [x] Mocha Framework on the User Side - [x] Test Cases May Not Need Compilation into a Single File - [ ] Rerunning Tests After Source/Test Code Reload ## Changes 1...
northword pushed 1 commit to gh-pages zotero-chinese/zotero-chinese.github.io
  • Deploying to gh-pages from @ zotero-chinese/website@7b6749a004803f83df389e2c34d1c9c6fbf31a6f 🚀 f3881d3

View on GitHub

northword created a comment on an issue on l0o0/jasminum
![PixPin_2024-12-17_15-13-08](https://github.com/user-attachments/assets/fb728491-b93a-41e0-825d-a5f771ab8033)

View on GitHub

northword opened an issue on northword/zotero-plugin-scaffold
Serve: Launch different Zotero based on channel
Launch different Zotero based on channel. Also, in my practice I store the path to the beta channel in a user environment variable and expect to override the user-level environment variable via ...
northword starred alexeyraspopov/picocolors
northword created a comment on a pull request on unjs/c12
I was looking for an option for this problem, thanks for your work! I think this option makes sense because in some cases, a person may be maintaining multiple projects of the same type, so some...

View on GitHub

northword pushed 1 commit to gh-pages zotero-chinese/zotero-chinese.github.io
  • Deploying to gh-pages from @ zotero-chinese/website@7b6749a004803f83df389e2c34d1c9c6fbf31a6f 🚀 c99f803

View on GitHub

northword created a comment on an issue on zotero-chinese/styles
你这 type 是图书章节而不是图书。对于图书章节,// 是对原文献的析出。

View on GitHub

northword created a comment on an issue on zotero-chinese/styles
姓名反了先核实一下条目语言对不对呢?

View on GitHub

northword created a comment on an issue on zotero-chinese/styles
https://zotero-chinese.com/styles/gb-t-7714-2015-numeric-bilingual-no-uppercase-no-et-al/ 似无区别?

View on GitHub

northword pushed 2 commits to refactor-test northword/zotero-plugin-scaffold
  • fix(logger): log level, use single class mode b3a4036
  • Merge branch 'main' into refactor-test 71aa5bc

View on GitHub

northword created a comment on a pull request on northword/zotero-plugin-scaffold
把 test 产生的各种文件都移到了 `.scaffold/` 中,build 目录也被默认修改到了 `.scaffold`。 由于目前所有用 Scaffold 的都是从模板生成的,模板里面默认设置了 config.dist=build ,所以这次修改理论上不会影响任何用户。 如果用户要手动修改为默认值,那可能需要把 esbuild 的 output 里也要对应修改一下。 ...

View on GitHub

northword pushed 1 commit to refactor-test northword/zotero-plugin-scaffold

View on GitHub

northword pushed 1 commit to refactor-test northword/zotero-plugin-scaffold
  • fix!: mv paths of `dist` and `test` to `.scaffold`, ensure gitignore fadf04c

View on GitHub

northword created a comment on a pull request on northword/zotero-plugin-scaffold
> 不过build仍然可以单独有一个设置项,可以允许和其他的分开,这样不会影响现有的项目 是的,config.dist 这个配置仍然保留,只是默认值从 build 修改为 .scaffold/build,如果用户使用 scaffold 提供的 serve、build、release 流程,应该不会有任何影响。 如果用户自行实现发布流程,需要修改 xpi/updatejson的路径。

View on GitHub

northword created a comment on a pull request on diegodlh/zotero-cita
> If we do merge this, we may want to remove the "update" release created before: https://github.com/diegodlh/zotero-cita/releases/tag/update You can set `release.github.updater` in `zotero-plug...

View on GitHub

northword created a comment on a pull request on northword/zotero-plugin-scaffold
> 这个的目的是啥,有点不太了解。因为报错信息会来自编译后的测试文件,有时候会需要翻编译后的源码来对照,放得太深可能不是很方便,node_modules下面东西太多了。另外`node_modules/.scaffold`也许会和其他什么东西冲突,scaffold这个名字太通用了 > 为了后面做reload。 插件完整编译的时候会清空 build 文件夹,所以 test 相关的东西放在 ...

View on GitHub

northword pushed 1 commit to gh-pages zotero-chinese/zotero-chinese.github.io
  • Deploying to gh-pages from @ zotero-chinese/website@7b6749a004803f83df389e2c34d1c9c6fbf31a6f 🚀 5a36398

View on GitHub

northword opened a pull request on northword/zotero-plugin-scaffold
fix: move testPluginDir out build, use user's mocha.js, cache chai.js
closes: #66 - [x] Mocha Framework on the User Side - [x] Test Cases May Not Need Compilation into a Single File - [ ] Rerunning Tests After Source/Test Code Reload 1. 将临时插件、临时 profile 等文件从...
northword created a branch on northword/zotero-plugin-scaffold

refactor-test - A scaffold for Zotero plugin development

northword pushed 7 commits to prefs northword/zotero-plugin-scaffold
  • prefs: reduce duplication io operations, use async method, drop replace-in-file, replace globby with tinyglobby (#68)... 1b0a76d
  • chore(release): publish v0.2.0-beta.8 2927fff
  • fix(deps): replace update-notifier with tiny-update-notifier (#69) cec4830
  • chore(release): publish v0.2.0-beta.9 4c9ef62
  • fix: do not namespace data-i10n-id that not exist in any ftl message ref: https://github.com/northword/zotero-plugin... 8bd3ca6
  • Merge branch 'main' into prefs 88a9f8b
  • tweaks c2ddc0b

View on GitHub

northword pushed 1 commit to main northword/zotero-plugin-scaffold
  • fix: do not namespace data-i10n-id that not exist in any ftl message ref: https://github.com/northword/zotero-plugin... 8bd3ca6

View on GitHub

Load more