jixunmoe/cuwcl4c 186
Bypass Wait, Code & Login on Websites [不再维护]
适用于百度网盘的一个用户脚本。
早期利用 Angular v1 制作的一个简易 Grease Monkey 开发者手册(个人中文翻译)。
An API Hook class written in C# (.net Framework 4). NOT MAINTAINED anymore, please find other alternatives.
适合云音乐补丁 PC 客户端用的补丁。
AcFun 签到脚本,灵感来自『泷涯的签到程序』。
Use your 3ds as a game-pad controller.
一个基于 Hosts 的广告清理服务。
Helper for baidu webdisk login.
Docker container to build ffmpeg (static).
push eventjixunmoe/quick-user-scripts
commit sha 442393b81265ef616ba577c1e76dbf3e39cb399f
update auto watch playback speed
push time in 22 minutes
push eventjixunmoe/quick-user-scripts
commit sha 6f204c6c47e6b358434656bf19dc40eddb533125
Only mute if we enabled auto-play.
push time in 2 days
push eventjixunmoe/quick-user-scripts
commit sha 4c2cef2857cd84de09786c33a199ff480841770b
Update auto watch script. Fix auto play vod detection, use api for status.
push time in 2 days
push eventjixunmoe/quick-user-scripts
commit sha 23dc57c25cc776228d01e3d2b0407778c073207d
Update auto-watch.user.js Added broken stream detection (could be broken API call).
push time in 3 days
push eventjixunmoe/quick-user-scripts
commit sha 87c582788e4bd37c30949c05c5ed30eb4938094f
add auto watch lol-esports script
push time in 5 days
created repositoryjixunmoe/quick-user-scripts
Some badly written user scripts written in rush, don't expect much maintainability.
created time in 5 days
issue openedionic-team/ionicons
Documentation: unpkg script tag does not work
The usage documentation says to use script tag containing this url:
https://unpkg.com/[email protected]/dist/ionicons.js
It contains a placeholder/loader script:
(function(doc){
var scriptElm = doc.scripts[doc.scripts.length - 1];
var warn = ['[ionicons] Deprecated script, please remove: ' + scriptElm.outerHTML];
warn.push('To improve performance it is recommended to set the differential scripts in the head as follows:')
var parts = scriptElm.src.split('/');
parts.pop();
parts.push('ionicons');
var url = parts.join('/');
var scriptElm = doc.createElement('script');
scriptElm.setAttribute('type', 'module');
scriptElm.src = url + '/ionicons.esm.js';
warn.push(scriptElm.outerHTML);
scriptElm.setAttribute('data-stencil-namespace', 'ionicons');
doc.head.appendChild(scriptElm);
scriptElm = doc.createElement('script');
scriptElm.setAttribute('nomodule', '');
scriptElm.src = url + '/ionicons.js';
warn.push(scriptElm.outerHTML);
scriptElm.setAttribute('data-stencil-namespace', 'ionicons');
doc.head.appendChild(scriptElm)
console.warn(warn.join('\n'));
})(document);
If the browser supports mjs, it will try to load ionicons.esm.js which doesn't exist; if the browser doesn't, it will keep loading it self.
Not quite sure where went wrong...
(going back the cdn version in history, the first version with the same placeholder/loader script is 4.5.9-1, https://unpkg.com/[email protected]/dist/ionicons.js)
created time in 5 days
issue closedjixunmoe-go/talktalk-reboot
Don't pass password via cli argument
Use stdin or env variable.
closed time in 23 days
jixunmoeissue commentjixunmoe-go/talktalk-reboot
Don't pass password via cli argument
Fixed by passing path to private key.
comment created time in 23 days
issue openedcertbot/certbot
Document non-snap installation instructions
My operating system is (include version):
Ubuntu 20.04
Certbot's behavior differed from what I expected because:
I expect the official installation guide to have instructions for me to install certbot without using snap.
When I select nginx and Ubuntu 20.04 from the dropdown, I was greeted with the following message:
⚠️ Snap Support The Certbot snap supports the x86_64, ARMv7, and ARMv8 architectures. You can find instructions for installing Certbot without using snap by selecting your OS in the dropdown above.
<details>
<summary>Screenshot of the page</summary>
</details>
However looking under the OS dropdown, none of the options resembles "Ubuntu without snap" .

I think the instructions page should be more clear where to find those. Provide a link instead would help, for instance:
⚠️ Snap Support The Certbot snap supports the x86_64, ARMv7, and ARMv8 architectures. You can find instructions for installing Certbot without using snap by clicking here.

If the traditional package manager installation method is deprecated or unmaintained anymore, please indicate it somewhere.
created time in 23 days
push eventjixunmoe-go/backups
commit sha 3c0c0f38ff0e42e0c38bc6b1589111a52067a804
update readme with examples to duplicate all daily task to weekly.
push time in 25 days
push eventjixunmoe-go/backups
commit sha 2ab6881f875cb90ba33e4380516e18a0f039d93f
give clean reason
commit sha 7dc343dea1ed4ab08f16de166c65dc187c1c4a39
added example cli usage for clean
push time in a month
push eventjixunmoe-go/backups
commit sha 917bb6eaf7775d4658d331dab56d265039bee67e
updated help for decrypt command.
commit sha 62a032274ee7090d53c50b1035d3ecab8ee8b415
added error message when save failed
commit sha b00c87abdbec8c393250f9ee88d1f6401f0b29cb
fix verify to skip archive instead of project when failed
commit sha 356412d589c5b875142429eb95ef8d1851cade4d
add command to clean
commit sha a060c816affce374338ad88d855e7ddbe9e71b6e
add note about duplicate backup.
push time in a month
issue openedjixunmoe-go/talktalk-reboot
Don't pass password via cli argument
Use stdin or env variable.
created time in a month
push eventjixunmoe-go/backups
commit sha a0b8dee5a3545230a015477856c9a06bb0201700
When listing, convert time to local timezone.
push time in a month
push eventjixunmoe-go/backups
commit sha 3e76898dda66e8cc3b1c52058d28d70f0f56da5c
Use UTC time when creating backup.
push time in a month
push eventjixunmoe-go/backups
commit sha 64c3edc27856d44e73a26accecd96b52428929ba
adjust date format & size placeholder.
push time in a month
push eventjixunmoe-go/backups
commit sha f7892cfa779900c571c87b7986d2f6a6e41c4cdc
list improvement. - Use machine's local time zone - Provide (encrypted) archive size.
push time in a month
push eventjixunmoe-go/backups
commit sha 821840f47f3bd5514026f36d4972537018488ff3
Use alternative date format.
push time in a month
push eventjixunmoe-go/backups
commit sha 65f29365c6607b40cb98d7e53987a308c1a5fed6
Hint for formatted time in UTC when listing.
push time in a month
issue commentrdp/ffmpeg-windows-build-helpers
Got the same issue here, looks like the patch to remove BOM header didn't actually work...
Following a quick search, I've replaced the sed command here to continue.
diff --git a/cross_compile_ffmpeg.sh b/cross_compile_ffmpeg.sh
index ba78d01..184407b 100755
--- a/cross_compile_ffmpeg.sh
+++ b/cross_compile_ffmpeg.sh
@@ -1280,7 +1280,7 @@ build_libsndfile() {
build_lame() {
do_svn_checkout https://svn.code.sf.net/p/lame/svn/trunk/lame lame_svn
cd lame_svn
- sed -i.bak "1{/^\xef\xbb\xbf$/d}" libmp3lame/i386/nasm.h # Remove a UTF-8 BOM that breaks nasm if it's still there; should be fixed in trunk eventually https://sourceforge.net/p/lame/patches/81/
+ sed -i.bak '1s/^\xEF\xBB\xBF//' libmp3lame/i386/nasm.h # Remove a UTF-8 BOM that breaks nasm if it's still there; should be fixed in trunk eventually https://sourceforge.net/p/lame/patches/81/
generic_configure "--enable-nasm"
do_make_and_make_install
cd ..
Apply the patch, then run the following to clean up: (cd sandbox/win32/lame_svn; make clean)
comment created time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 4d1328e7b9990411d2270f6f9290eef4ef865638
Experiment works (#2) modulear build scripts * add libsdl (for ffplay) * add gcc7 dockerfile (untested yet) * remove llvm (clang) version, untested. * use bz2, so one can specify "snapshot" to build.
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha a6af2c1f4a910955d058ec821473414d90e5272f
set execution bit for entrypoint
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 7b9b75b8fd5ef8bbfd55c47060c6404a72dd110b
Dockerfile changes - install dependencies first; - gcc-7 dockerfile should now use ubuntu 18.04 image - updated 20.04 ubuntu version
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 83617bbd4d02a2466c0e58a18fcfd7cc371f2e93
Clean up: * add gcc7 dockerfile (untested yet) * remove llvm (clang) version, untested. * use bz2, so one can specify "snapshot" to build.
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 605bf2ac7b156503bf62693f02ff9aaf32326029
add libsdl (for ffplay)
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha fab50b7f0e51afa36f0234106224ae1b11f60c5c
fix path to entrypoint
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 8dd0a874f9e625da6fdc8eaab1293d2cdec51de4
fix gcc-filter script
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 6ab99f068b596ef4892b12e9bd87c0c24f914ed0
fix x265 build script
commit sha 958cadd524552fcef0ec4ca99f62a16ab4357568
make-deps: readability improvement
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 9c605ba05f3e3b616f67c7ee33d3e56d91b1a997
fix local copy path for deps
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 298a7a0bb9e55dc0305e33a67995514da8ddfdaf
fix make-deps script
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 5cdf5f243d5f1c7da1fcf067900bb2c78438b75b
add executable flag
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha b9fb97ebb8fa109d9aaa569ef35cbdb175494b4b
rename bin to local-bin
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 055aa5074ac4dcd536bfe90559b7982012d83fde
remove copy src
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 647d72fe1e8269fa443f819dc7df785391e3a9c7
Remove copy of src
push time in a month
push eventjixunmoe-go/backups
commit sha 791e5699b1a7ab2d915c2c65add322ea0ca70e6c
try to erase private key and added warning to readme
push time in a month
push eventjixunmoe-go/backups
commit sha 30d4602b6c7732b238f6d997031aeec7f4b0be64
fix memset api call
push time in a month
push eventjixunmoe-go/backups
commit sha ac46e6ccfc9049a5ea7c245cd5dbed14f0348477
Add support for file read/write instead of stdin/stdout. - Windows command line pipe does not work with binary data :/
push time in a month
startedlogrusorgru/aurora
started time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 558248e6a5bf0eb463ae41594803e9d531224d75
fix filter 2
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 4112aa1d1fb2b21739b34f146ef7efd4bbbf4525
fix gcc-filter
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 063b7e0b1f7513cd072fcb663c490a68c17453fd
replace py gcc wrapper with a c wrapper.
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 54a9101585fe034eeb3c0355f736e1bdb091611f
Be nice when build as well.
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 70a2351c3451dd3105fe80283376f1edf874d87f
make build to be "nice"
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha b4fba94bc19cd6df8fc07680713844be94027471
Rename to builder to builder-gcc-7
push time in a month
push eventjixunmoe/ffmpeg-builder
commit sha 22af41b10509dc6b862fa71ac3ea99e3e3b2fb10
Fix x265 build; removed gmp's check (since we are using gcc stable)
push time in a month
push eventjixunmoe-go/backups
commit sha 35e15e5714cab0d4021b5735377d255a9914da72
Allow "Backup Management" commands to be executed over the shell.
push time in a month
push eventjixunmoe-go/backups
commit sha 426ffe6689c3af25b920afbe9fa90f0b9dff0e22
add compile target for armv6 and arm64v8
push time in a month
push eventjixunmoe-go/backups
commit sha 351b574083820d24e8916530d90247fdd229ab75
fix arm
push time in a month
push eventjixunmoe-go/backups
commit sha 1c775ad2b832b6623821e37fe99b470c5665003f
fix build for multiple arch...
push time in a month
push eventjixunmoe-go/backups
commit sha a28211a4ae6408fabb320df63c7edc1e96e0f6ba
add clean up to integration script
push time in a month
push eventjixunmoe-go/backups
commit sha 7460191b42423069c35360ad56c52e789e7f54fd
Fix integration test.
push time in a month
push eventjixunmoe-go/backups
commit sha 9d5418d89fac8e946027af465619b62d284c52f6
updated command line - no more extra switches
commit sha 0ef365618a315030bc586848dbb51b0030c0434a
added quick integration test.
push time in a month
push eventjixunmoe-go/backups
commit sha c9ea0ee012874e6d53c6e30963a867dcd3dcaf64
Updated readme example.
push time in a month
push eventjixunmoe-go/backups
commit sha d13445cb2af0dae2ac0511c7a849a10e3368c41a
add ssh command and documentation
commit sha 1112170a79d66d5329db712932619eb78ddd6cba
Add comment to command groups
commit sha 7bf82457e9b6a744949b8402ce612e74ed6f7103
Add Chinese readme; fixed file structure info.
push time in a month
push eventjixunmoe-go/backups
commit sha fb607dbf9aebc13bbf0d9d28673749991b23737a
Updated build scripts
push time in a month
push eventjixunmoe-go/backups
commit sha a9318ee421de7e9b679df8a2a75b8ec17ea1772b
add zip to Dockerfile dependency.
push time in a month
push eventjixunmoe-go/backups
commit sha 34ff3800981cce0b566806d55dd01669721f2a7c
Add Jenkinsfile and modify build.sh to pack executables.
commit sha e9c5e7b8ba0203d51258d2dc0e526745365b0953
Rename GitHub actions' output name from artefact to binaries.
push time in a month
push eventjixunmoe-go/backups
commit sha 385fdbef203a6bb2df383816132536a8161df098
update gitignore and include test data
push time in a month
push eventjixunmoe-go/backups
commit sha 6aa5091ad64f8948467bbd1da473a24611234e94
add github workflow to invoke build script
push time in a month
push eventjixunmoe-go/backups
commit sha 005e3fef8a6612b3a3830ef0998cbd48d5e0c308
add script to build binaries for supported platform
commit sha a2a0074b86a16a7b8c1f453cb3021f94fbdfd28e
add github workflow to invoke build script
push time in a month
push eventjixunmoe-go/backups
commit sha 1075920cc3b80fb7b6366d091ded2401a1343de9
add support for checksum in the end of the file.
commit sha 0f6924e11028b1d94e63497030c61763252fa38a
reformat file
commit sha f31b28895727e5c94ad3ab949a13a0564467f16b
add verify command
push time in a month
push eventjixunmoe-go/backups
commit sha 7ed834ffb220f2bd0ae22d179c55ed352ffb5fc5
add support for list and load archive.
push time in 2 months
push eventjixunmoe-go/backups
commit sha 69a6a873b7ebc5040438f538e8133ef719673e17
Initial commit.
push time in 2 months
push eventjixunmoe-go/backups
commit sha 1a387360e0e6ecaa2fd572840b7f2d403c3e7e3b
Initial commit.
push time in 2 months
push eventjixunmoe/GameGuide.Node
commit sha 0446084280952e00057042eb5227833842358bd8
Bump morgan from 1.7.0 to 1.10.0 Bumps [morgan](https://github.com/expressjs/morgan) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.7.0...1.10.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 18d5df6527f0c591ad3c7446d14e13dfa587173d
Merge pull request #2 from jixunmoe/dependabot/npm_and_yarn/morgan-1.10.0 Bump morgan from 1.7.0 to 1.10.0
push time in 2 months
PR merged jixunmoe/GameGuide.Node
Bumps morgan from 1.7.0 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/morgan/releases">morgan's releases</a>.</em></p> <blockquote> <h2>1.10.0</h2> <ul> <li>Add <code>:total-time</code> token</li> <li>Fix trailing space in colored status code for <code>dev</code> format</li> <li>deps: basic-auth@~2.0.1 <ul> <li>deps: [email protected]</li> </ul> </li> <li>deps: depd@~2.0.0 <ul> <li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li> <li>Use instance methods on <code>process</code> to check for listeners</li> </ul> </li> <li>deps: on-headers@~1.0.2 <ul> <li>Fix <code>res.writeHead</code> patch missing return value</li> </ul> </li> </ul> <h2>1.9.1</h2> <ul> <li>Fix using special characters in format</li> <li>deps: depd@~1.1.2 <ul> <li>perf: remove argument reassignment</li> </ul> </li> </ul> <h2>1.9.0</h2> <ul> <li>Use <code>res.headersSent</code> when available</li> <li>deps: basic-auth@~2.0.0 <ul> <li>Use <code>safe-buffer</code> for improved Buffer API</li> </ul> </li> <li>deps: [email protected]</li> <li>deps: depd@~1.1.1 <ul> <li>Remove unnecessary <code>Buffer</code> loading</li> </ul> </li> </ul> <h2>1.8.2</h2> <ul> <li>deps: [email protected] <ul> <li>Fix <code>DEBUG_MAX_ARRAY_LENGTH</code></li> <li>deps: [email protected]</li> </ul> </li> </ul> <h2>1.8.1</h2> <ul> <li>deps: [email protected] <ul> <li>Fix deprecation messages in WebStorm and other editors</li> <li>Undeprecate <code>DEBUG_FD</code> set to <code>1</code> or <code>2</code></li> </ul> </li> </ul> <h2>1.8.0</h2> <ul> <li>Fix sending unnecessary <code>undefined</code> argument to token functions</li> <li>deps: basic-auth@~1.1.0</li> <li>deps: [email protected] <ul> <li>Allow colors in workers</li> <li>Deprecated <code>DEBUG_FD</code> environment variable</li> <li>Fix error when running under React Native</li> <li>Use same color for same namespace</li> <li>deps: [email protected]</li> </ul> </li> <li>perf: enable strict mode in compiled functions</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/morgan/blob/master/HISTORY.md">morgan's changelog</a>.</em></p> <blockquote> <h1>1.10.0 / 2020-03-20</h1> <ul> <li>Add <code>:total-time</code> token</li> <li>Fix trailing space in colored status code for <code>dev</code> format</li> <li>deps: basic-auth@~2.0.1 <ul> <li>deps: [email protected]</li> </ul> </li> <li>deps: depd@~2.0.0 <ul> <li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li> <li>Use instance methods on <code>process</code> to check for listeners</li> </ul> </li> <li>deps: on-headers@~1.0.2 <ul> <li>Fix <code>res.writeHead</code> patch missing return value</li> </ul> </li> </ul> <h1>1.9.1 / 2018-09-10</h1> <ul> <li>Fix using special characters in format</li> <li>deps: depd@~1.1.2 <ul> <li>perf: remove argument reassignment</li> </ul> </li> </ul> <h1>1.9.0 / 2017-09-26</h1> <ul> <li>Use <code>res.headersSent</code> when available</li> <li>deps: basic-auth@~2.0.0 <ul> <li>Use <code>safe-buffer</code> for improved Buffer API</li> </ul> </li> <li>deps: [email protected]</li> <li>deps: depd@~1.1.1 <ul> <li>Remove unnecessary <code>Buffer</code> loading</li> </ul> </li> </ul> <h1>1.8.2 / 2017-05-23</h1> <ul> <li>deps: [email protected] <ul> <li>Fix <code>DEBUG_MAX_ARRAY_LENGTH</code></li> <li>deps: [email protected]</li> </ul> </li> </ul> <h1>1.8.1 / 2017-02-04</h1> <ul> <li>deps: [email protected] <ul> <li>Fix deprecation messages in WebStorm and other editors</li> <li>Undeprecate <code>DEBUG_FD</code> set to <code>1</code> or <code>2</code></li> </ul> </li> </ul> <h1>1.8.0 / 2017-02-04</h1> <ul> <li>Fix sending unnecessary <code>undefined</code> argument to token functions</li> <li>deps: basic-auth@~1.1.0</li> <li>deps: [email protected]</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/morgan/commit/c68d2eab4c6a5d9940895a6d1614964d44358642"><code>c68d2ea</code></a> 1.10.0</li> <li><a href="https://github.com/expressjs/morgan/commit/aa718d7434a5decab0ae1b2840b0240032bbbc88"><code>aa718d7</code></a> Add :total-time token</li> <li><a href="https://github.com/expressjs/morgan/commit/ce15462eed9de974742fe2e8b501acac89b88c7d"><code>ce15462</code></a> build: remove deprecated Travis CI directive</li> <li><a href="https://github.com/expressjs/morgan/commit/e13e0d3befeeff2bb45941dc564774fc86cd2f78"><code>e13e0d3</code></a> build: [email protected]</li> <li><a href="https://github.com/expressjs/morgan/commit/f023828af48704571eea479ce51c044017098f65"><code>f023828</code></a> build: use nyc for test coverage</li> <li><a href="https://github.com/expressjs/morgan/commit/30c0871d3389f356337df3b0c796460ff114e077"><code>30c0871</code></a> build: [email protected]</li> <li><a href="https://github.com/expressjs/morgan/commit/8114639ddac715a17d34a7f4a266f7ad0e3826ef"><code>8114639</code></a> docs: document success color in dev format</li> <li><a href="https://github.com/expressjs/morgan/commit/5d8176f23788ba0ed2d5fc4bd96ce7ee467cf12b"><code>5d8176f</code></a> docs: update rotating-file-stream usage for 2.x</li> <li><a href="https://github.com/expressjs/morgan/commit/c54194c4ab804d9a09e60f7b664abc1c7ddafa3b"><code>c54194c</code></a> tests: ignore branch coverage that varies</li> <li><a href="https://github.com/expressjs/morgan/commit/5659d2fe0e06e205e06578d14170a2c1188d9a7c"><code>5659d2f</code></a> build: [email protected]</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/morgan/compare/1.7.0...1.10.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventjixunmoe/GameGuide.Node
commit sha 7310508e336fc5058d548cdd3d511d05322173bc
Bump debug from 2.2.0 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...4.1.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha eee86b962616b7d9f216675d8739469532d6fb08
Merge pull request #3 from jixunmoe/dependabot/npm_and_yarn/debug-4.1.1 Bump debug from 2.2.0 to 4.1.1
push time in 2 months
PR merged jixunmoe/GameGuide.Node
Bumps debug from 2.2.0 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visionmedia/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <p>This backport fixes a bug in coveralls configuration as well as the <code>.extend()</code> function.</p> <h1>Patches</h1> <ul> <li>test: only run coveralls on travis (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/663">#663</a>, <a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/664">#664</a>, d0e498f159bd425b3403db38c98fe26a345d4dcd)</li> <li>copy custom logger to namespace extension (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/646">#646</a>, 57ef085703a0158679cc4a56a4980653b828ce51)</li> </ul> <h2>4.1.0</h2> <h1>Minor Changes</h1> <ul> <li>migrate Makefile to npm scripts (4236585a40787fe60ed625452163299600df2ce6)</li> <li>feat: Return namespaces string when invoking disable() (7ef8b417a86941372074f749019b9f439a1f6ef6)</li> </ul> <p>Massive <em>thank you</em> to <a href="https://github.com/mblarsen">@mblarsen</a> and <a href="https://github.com/outsideris">@outsideris</a> for knocking out two long-awaited changes.</p> <h2>4.0.1</h2> <p>This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.</p> <h3>Patches</h3> <ul> <li>fix browserify and supply alternative unpkg entry point (closes <a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/606">#606</a>): 99c95e3d54b07a918ad65bc148a2930ea8bfdd02</li> </ul> <h2>4.0.0</h2> <p>A long-awaited release to <code>debug</code> is available now: <strong><code>4.0.0</code></strong>.</p> <h4>Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and <em>test thoroughly</em>.</h4> <h4>This release drops support for Node 4 and 5 in alignment with the <a href="https://github.com/nodejs/Release">Node.js LTS Release Schedule</a>.</h4> <hr /> <h3>Major Changes</h3> <ul> <li>move to XO (closes <a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/397">#397</a>): ba8a424d41e9dc6129e081ac3aa9715be6a45fbd</li> <li>add Node.js 10, remove Node.js 4 (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/583">#583</a>): 05b0ceb8856bc7b6bb0f2adc3de5cae3cea9c872</li> </ul> <h3>Minor Changes</h3> <ul> <li>bump vulnerable packages: 853853f9f588044d76df3daf1959ca56c5f341b7</li> <li>Fix nwjs support (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/569">#569</a>): 207a6a2d53507ec9dd57c94c46cc7d3dd272306d</li> <li>add instance extends feature (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/524">#524</a>): e43e5fed177b8698674748063f4ed1aaba1d59c8</li> <li>Add TVMLKit support (<a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/579">#579</a>): 02b9ea9fd7ec95c42de47da13b4b6bb8e50025d8</li> </ul> <h3>Patches</h3> <ul> <li>clean up builds: 3ca23316a470f6bc6e0d75d297179cfc19bbc763</li> <li>remove needless command aliases in makefile: 9f4f8f59ba745166b0c014a61c76de5e73d4841a</li> <li>no longer checking for BROWSER=1: 623c08ef73f8211278d5596c88041c65a2a58ee7</li> <li>fix tests: 57cde56e43003f6b404d4b3d9d76b74aafaeeec8</li> <li>clean up makefile: 62822f12668e8a0b1d1a4fd5a1c2fce1d8715da3</li> <li>fix tests: 833b6f84c8f8dc5b6f13da38ab0ef8a8ff86c0c9</li> <li>add .editorconfig: 2d2509e26bf6df1e1954267e3b1a1cb83973fb09</li> <li>add yarn-error.log to .gitignore: 7e1d5d94f31b37b460fb8d88000ab7ed0be3597e</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visionmedia/debug/commit/68b4dc8d8549d3924673c38fccc5d594f0a38da1"><code>68b4dc8</code></a> 4.1.1</li> <li><a href="https://github.com/visionmedia/debug/commit/75716080a39f916f643bae2671ba2fdfe78d1c45"><code>7571608</code></a> remove .coveralls.yaml</li> <li><a href="https://github.com/visionmedia/debug/commit/57ef085703a0158679cc4a56a4980653b828ce51"><code>57ef085</code></a> copy custom logger to namespace extension (fixes <a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/646">#646</a>)</li> <li><a href="https://github.com/visionmedia/debug/commit/d0e498f159bd425b3403db38c98fe26a345d4dcd"><code>d0e498f</code></a> test: only run coveralls on travis</li> <li><a href="https://github.com/visionmedia/debug/commit/e30e8fdbc92c4cf6b3007cd1c3ad2c3cbb82be85"><code>e30e8fd</code></a> 4.1.0</li> <li><a href="https://github.com/visionmedia/debug/commit/7ef8b417a86941372074f749019b9f439a1f6ef6"><code>7ef8b41</code></a> feat: Return namespaces string when invoking disable()</li> <li><a href="https://github.com/visionmedia/debug/commit/4236585a40787fe60ed625452163299600df2ce6"><code>4236585</code></a> migrate Makefile to npm scripts</li> <li><a href="https://github.com/visionmedia/debug/commit/4490cd95bfb952e1ed756914ac225ddc987b2ba3"><code>4490cd9</code></a> 4.0.1</li> <li><a href="https://github.com/visionmedia/debug/commit/99c95e3d54b07a918ad65bc148a2930ea8bfdd02"><code>99c95e3</code></a> fix browserify and supply alternative unpkg entry point (closes <a href="https://github-redirect.dependabot.com/visionmedia/debug/issues/606">#606</a>)</li> <li><a href="https://github.com/visionmedia/debug/commit/7fb104b8cfcbc3a91d8e4a6727638c3fe24be8d2"><code>7fb104b</code></a> 4.0.0</li> <li>Additional commits viewable in <a href="https://github.com/visionmedia/debug/compare/2.2.0...4.1.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~qix">qix</a>, a new releaser for debug since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventjixunmoe/GameGuide.Node
commit sha f0205c9156fa5f842be3dd267b7ae06b7b4ff79a
Bump sequelize from 3.35.1 to 6.3.5 Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.35.1 to 6.3.5. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v3.35.1...v6.3.5) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 3e9b452d570553239225131b51d5514592748ff6
Merge pull request #1 from jixunmoe/dependabot/npm_and_yarn/sequelize-6.3.5 Bump sequelize from 3.35.1 to 6.3.5
push time in 2 months
PR merged jixunmoe/GameGuide.Node
Bumps sequelize from 3.35.1 to 6.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sequelize/sequelize/releases">sequelize's releases</a>.</em></p> <blockquote> <h2>v6.3.5</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.3.4...v6.3.5">6.3.5</a> (2020-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>truncate:</strong> fix missing <code>await</code> in truncate all models with cascade (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12664">#12664</a>) (<a href="https://github.com/sequelize/sequelize/commit/933b3f62640e218587d34ec141029b2416ff7845">933b3f6</a>)</li> </ul> <h2>v6.3.4</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.3.3...v6.3.4">6.3.4</a> (2020-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>model:</strong> handle <code>true</code> timestamp fields correctly (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12580">#12580</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12581">#12581</a>) (<a href="https://github.com/sequelize/sequelize/commit/490db410e33241158f7d8a7cdeffbf3766af731c">490db41</a>)</li> </ul> <h2>v6.3.3</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.3.2...v6.3.3">6.3.3</a> (2020-07-11)</h2> <h3>Bug Fixes</h3> <ul> <li>mark database drivers as optional peer dependencies (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12484">#12484</a>) (<a href="https://github.com/sequelize/sequelize/commit/ec2af0d926cda598c938c7fd4c799e6e2331f9e7">ec2af0d</a>)</li> </ul> <h2>v6.3.2</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.3.1...v6.3.2">6.3.2</a> (2020-07-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>upsert:</strong> set isNewRecord to false when upserting (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12447">#12447</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12485">#12485</a>) (<a href="https://github.com/sequelize/sequelize/commit/96f4166afc86dc773ac0886bf10d82d446cfa0e1">96f4166</a>)</li> </ul> <h2>v6.3.1</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.3.0...v6.3.1">6.3.1</a> (2020-07-10)</h2> <h3>Bug Fixes</h3> <ul> <li>use lodash _baseIsNative directly instead of _.isNative (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12358">#12358</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12475">#12475</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12480">#12480</a>) (<a href="https://github.com/sequelize/sequelize/commit/631f555cc92b9629a8c7678e330e3492cdee31c7">631f555</a>)</li> </ul> <h2>v6.3.0</h2> <h1><a href="https://github.com/sequelize/sequelize/compare/v6.2.4...v6.3.0">6.3.0</a> (2020-07-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>mssql:</strong> upsert query with falsey values (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12453">#12453</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12459">#12459</a>) (<a href="https://github.com/sequelize/sequelize/commit/4d82907d56ef28f6ddd5a29c16bac7a64271ff91">4d82907</a>)</li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sequelize/sequelize/commit/933b3f62640e218587d34ec141029b2416ff7845"><code>933b3f6</code></a> fix(truncate): fix missing <code>await</code> in truncate all models with cascade (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12664">#12664</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/490db410e33241158f7d8a7cdeffbf3766af731c"><code>490db41</code></a> fix(model): handle <code>true</code> timestamp fields correctly (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12580">#12580</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12581">#12581</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/6c99ba01ba0f793d138cc98fef00df8e524ba5b2"><code>6c99ba0</code></a> docs(raw-queries): update broken link (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12542">#12542</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/62f19114b9b71f3240452ab9c1d38c6cb0dce702"><code>62f1911</code></a> docs(migrations): add example for conditional unique index (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12578">#12578</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/45ec1a22c3a48891a156e2c1b2b5374a1bba6f35"><code>45ec1a2</code></a> docs(naming-strategies): fix user model name user (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12576">#12576</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/b0e6f03975c4b4b90303e8b04033354059142593"><code>b0e6f03</code></a> docs(advanced-many-to-many): add missing <code>await</code> (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12533">#12533</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/4b2e76749930c04826e8d8f24e105f1290f6be77"><code>4b2e767</code></a> doc: Add install tsc on configuration (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12510">#12510</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/ec2af0d926cda598c938c7fd4c799e6e2331f9e7"><code>ec2af0d</code></a> fix: mark database drivers as optional peer dependencies (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12484">#12484</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/96f4166afc86dc773ac0886bf10d82d446cfa0e1"><code>96f4166</code></a> fix(upsert): set isNewRecord to false when upserting (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12447">#12447</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12485">#12485</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/45d9c2260387894b3d20cb4ca25845df944974dd"><code>45d9c22</code></a> docs: add unique: false to belongs_to_many (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/12481">#12481</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sequelize/sequelize/compare/v3.35.1...v6.3.5">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventjixunmoe/dupan-helper
commit sha bde03744fbe3c7f5649396c8e37d5d7d74eb894a
fix lint error
commit sha e923d20b2db528cd1b9ae2799b1233b36fd9736c
Fix broken bdlink url
push time in 2 months
issue openedJasonBarnabe/greasyfork
Remove script set for banned user
e.g. https://greasyfork.org/users/683288
Spam via script set title/description.
created time in 2 months
issue commentJasonBarnabe/greasyfork
Please optimize the connection speed of "Code Search" ❗
Throw everything to elastic search and expect it to work maybe?
comment created time in 2 months
issue closedjixunmoe/mfcDuDownloadCodeGenerator
近期才出现这种情况,文件已经传到百度网盘了, 且时间也隔了很久,至少十个小时以上,文件也没有被和谐,一开始我以为是计算方面出了错误,我从度盘重新下载原文件后,再次计算链接,得到一模一样的链接
使用V1 V2 均得到秒传MD5不匹配,但文件绝对是原文件 两种提取脚本也都试过了 均不行
closed time in 2 months
langhuo77issue commentjixunmoe/mfcDuDownloadCodeGenerator
建议将文件更改后重新上传,也有可能是百度后台计算 MD5 出错。
comment created time in 2 months
issue commentJasonBarnabe/greasyfork
Downside of Bookmarklet I can think of:
- Hard to maintain
- Can't auto update
@requirewon't work- Scripts requires early execution time is impossible.
- The user need to click the scripts they want to run everytime he or she refresh or navigated away.
comment created time in 2 months
issue commentJasonBarnabe/greasyfork
🍸Create an index database for second-level domain names
Could you please report issues without emojis? I find it hard to read & follow...
请问能否提交不含 Emoji 的报告?大量使用彩色的表情符号让问题报告变得难以阅读,而且容易打断思路。
comment created time in 3 months
push eventjixunmoe/Avimitin_Bot
commit sha 033827df682288935a722544096ad786921a72ae
Merge pull request #3 from jixunmoe/master 一点小修改
commit sha 45a223108ec7b8a5a70e2ade05d5cff29800007c
add notification about userid
commit sha 9855b9bd0e3d4ead2c98932ced35cf0f8e186b66
add dockerignore & docker-compose file.
push time in 3 months
push eventjixunmoe/Avimitin_Bot
commit sha c13a7f0d001fca01bc6a9892a46e34d5c3908cf2
Fix config example.
push time in 3 months
issue commentJasonBarnabe/greasyfork
Correct behaviour when screenshot is too big
use some JavaScript to downscale them before upload?
comment created time in 3 months
push eventjixunmoe/Avimitin_Bot
commit sha 7967fa1fd14213f35977c06b42f4e4fdc2b18466
update gitignore
commit sha 31d9e74a46b7c2cbf52daccdf0022ea61f048017
Allow mount of config folder when using docker without conflict with git.
push time in 3 months
push eventjixunmoe/Avimitin_Bot
commit sha a817b715f4a1528dd6408b3bbf2a34035c03429d
Merge pull request #1 from jixunmoe/master 简化与整理 Dockerfile
commit sha bb8bdd6012c15311baf7a9cb6cfac3f3c1dae7e1
Merge pull request #2 from jixunmoe/master 加入 Docker Volume 配置
commit sha cdee32a09748b99a8d8a390d2fd18bc99fa4827b
change config to example
commit sha fbe31cc750f1403f4cb27397cc979f17094df903
change yml to py
commit sha 819517e59653d03ff5295aaf31c32094ffb5ed91
把config.yml改为config.py,提高report的性能,修改 help 的信息
commit sha dfdb7d3ab2dd990e535c3f8aa4a86e80b43ea631
自动填充用户ID;遇到请求失败也不会停止polling
commit sha 1b43bbbf6c308ce63bbe3a2679d989a16b6b7c0b
包处理
commit sha 2cea35000c29e77de69b54f0e8df60a1cfb0e23f
renew gitignore
commit sha 7a6aceaebc8f0ec8ee79038ed1b5d22a41c4bdd5
Merge branch 'master' of github.com:Avimitin/Avimitin_Bot
push time in 3 months
startedjellyfin/jellyfin-kodi
started time in 3 months
issue commentJasonBarnabe/greasyfork
@require https://cdn.jsdelivr.net/gh/ rejected
I think is because git allows you to use a "shorter" hash, given that the chance of collision should be fairly low for a small to medium sized project...
comment created time in 3 months
issue commentJasonBarnabe/greasyfork
@require https://cdn.jsdelivr.net/gh/ rejected
You are missing a character in the hash.
https://cdn.jsdelivr.net/gh/pieroxy/lz-string@c58a22021000ac2d99377cc0bf9ac193a12563c5/libs/lz-string.min.js
comment created time in 3 months
issue commentJasonBarnabe/greasyfork
I think you might want to add the ones for Mac (Not sure about the font in Linux), Segoe is a font by Microsoft.
comment created time in 3 months