Rust WebAssembly transform for Browserify
GoogleChromeLabs/tooling.report 461
tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
node.js util module as a module
browserify tree shaking plugin using `common-shake`
Flamegraph visualization for d3 v5
Library for reading Age of Empires 2 Recorded Game files in Node.js
Genie Engine (Age of Empires) .DRS file reader/writer in Node.js and the browser
Web application for viewing contents of Genie DRS archives.
goto-bus-stop/ansi-scrollbox 5
a basic scrollable area for terminal apps
startedunifiedjs/unified
started time in 6 hours
startedretextjs/retext
started time in 6 hours
startedrehypejs/rehype
started time in 6 hours
PR opened u-wave/hub
Use our own simple webpack setup. Don't wanna yak shave this as much as the Web client one.
The reasoning is that we barely use anything next.js provides, and it has some things I don't like (encourages AMP and Vercel). With this change we lose SSR and have just a static site.
pr created time in 6 hours
push eventu-wave/hub
commit sha 214a00b279dc9a9dcdd44ab95d67936bd4d1430e
client: extract css to file
push time in 6 hours
push eventu-wave/react-server-list
commit sha 7ef66edca01a5c066f829fafea2f097d9e0a342e
update changelog
push time in 7 hours
push eventu-wave/react-server-list
commit sha d3555af84e299354d02229b2aaea422ac477ceed
tweak ignores
commit sha 22b6f9319894bcc2a1e7cbf20584cb58a18a306d
use react-remark
commit sha 6c41c8fbbae98e87071607a7c7ae5819dd024b3c
make description text colour readable
commit sha a2d93ab2635891045bd259c163945dadd503b28a
fix description dialog button colours
push time in 7 hours
push eventu-wave/hub
commit sha 33e7811e5be92ff15b00e53ed87a765c0d6d714f
client: fix header link colours
push time in 7 hours
push eventu-wave/hub
commit sha 8a63a026cea2d073cb96c632441e70413e273cce
client: use `react-server-list.Container`
commit sha 1054686557d017ca563c2b7e121199bf9a0f2aa5
client: use react-server-list alpha from npm
commit sha 9b142a83c81bd554b2983a5c3ad418c679bfad9f
build: have lerna install things into individual folders again
push time in 7 hours
push eventu-wave/react-server-list
commit sha e123cb38b369667789af85f297e8152045eb21e2
do eslint config in one place
push time in 7 hours
push eventu-wave/react-server-list
commit sha db7065c90d346768635f9b58449c3d67a4c1ae7a
5.0.0-alpha.0
push time in 7 hours
push eventu-wave/react-server-list
commit sha 5115ff9f4b2fa7d4e8cda10ea47963c0631af124
only load react-markdown when a description dialog has been opened
commit sha cf6cd53d5de425dc2bda6679eb69234af7de5541
Add a `useServers()` hook for state
push time in 7 hours
starteddominictarr/stack-expression
started time in 7 hours
startedvweevers/bruce-millis
started time in 7 hours
issue commentbabel/babelify
If I don't specify any Babel plugins or presets, what exactly should happen?
The files are still passed through babel, but without any plugins, so it will just output the same code as you put in (save for formatting changes).
comment created time in 8 hours
issue commentbabel/babelify
If I don't specify any Babel plugins or presets, what exactly should happen?
babel.json I think is some kind of cache file. babel.config.json is the one that will be picked up by babelify or any other babel tool. https://babeljs.io/docs/en/config-files
comment created time in 9 hours
issue commentbabel/babelify
If I don't specify any Babel plugins or presets, what exactly should happen?
It sounds like there's a babel config file somewhere. Plugins specified on the command line are combined with the plugins specified in the nearest babel config file.
comment created time in 12 hours
issue commentbrowserify/common-shakeify
What is the "Could not redupe module ..." actually mean?
I can remove it by editing my code (..) but I feel like it shouldn't be the way to go.
I agree. I basically thought it couldn't fail, which is why I didn't put much effort into the error message :sweat_smile:
comment created time in a day
push eventu-wave/hub
commit sha 7078d5bd2f789c82145bb0b3e709d4156de07dfa
server: name openapi schema endpoint `openapi.json`
push time in a day
push eventu-wave/hub
commit sha d7d89855ec32ea391b45e154748ee50c982beb95
use libsodium-wrappers
push time in a day
PR opened elmarx/nodejs-sys
This is a breaking change.
bindgen switched the default output for parameters with the size_t C type to u32/u64 depending on the target platform. Per https://github.com/rust-lang/rust-bindgen/issues/1671, the old behaviour where size_t would just output usize is not technically correct, because the C standard has a slightly different definition for size_t.
AFAIK it is correct for all platforms that Node.js supports though. Since bindgen has been doing this for years without issue, I think we're safe 🤔
pr created time in a day
issue commentneon-bindings/neon
Cannot cross compile for 64bit from i686
I believe with https://github.com/neon-bindings/neon/pull/583 it works for the N-API backend. At least, I can cross compile from x64 to i686 with that PR.
comment created time in a day
issue commentneon-bindings/neon
Question: Why are the conversions like they are?
That kind of automated conversion is not trivial in Rust. For example, AFAIK it is impossible to write an .export_function method that can accept those signatures.
So, the current API is lower level. An option that we've been talking about is using a procedural macro to generate the conversion code at compile time, so that you could write the code from your second example, but that is still a ways off.
comment created time in a day
issue commentneon-bindings/neon
construct class instances from Rust data
@antonok-edm this RFC supersedes it: https://github.com/neon-bindings/rfcs/pull/33
The aim is to first introduce a lower-level primitive that is only used for the case mentioned in this issue: wrapping an existing Rust data structure into an opaque JS value. In the future, things like the class macro could be built on top of that.
comment created time in a day
delete branch goto-bus-stop/transform-ast
delete branch : dependabot/npm_and_yarn/acorn-8.0.1
delete time in a day
push eventgoto-bus-stop/transform-ast
commit sha 99da845860849e958668917102234d90dcdf59f7
Bump acorn from 7.4.0 to 8.0.1 (#8) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a day
PR merged goto-bus-stop/transform-ast
Bumps acorn from 7.4.0 to 8.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/116733e6f3e5caffaf566d93f721eeeefb5d621a"><code>116733e</code></a> Mark version 8.0.1</li> <li><a href="https://github.com/acornjs/acorn/commit/bad7af53ccb3496b80e58f16b8b22333eb150795"><code>bad7af5</code></a> Mark acorn-loose 8.0.0</li> <li><a href="https://github.com/acornjs/acorn/commit/47a5affad78e4b53a3e22d07ddbb220eed1f3d76"><code>47a5aff</code></a> Mark version 8.0.0</li> <li><a href="https://github.com/acornjs/acorn/commit/6a2acb7caee26aa87aef236e46bf8a77f38fa9ab"><code>6a2acb7</code></a> Make ecmaVersion a required option</li> <li><a href="https://github.com/acornjs/acorn/commit/6e0170cc423c7feed9f24dd29a708ea5aa1ad63d"><code>6e0170c</code></a> Swith inNonArrowFunction to a getter</li> <li><a href="https://github.com/acornjs/acorn/commit/5cb758586580bb538c36270de145b5161d34a385"><code>5cb7585</code></a> Add exports declarations to package.json files</li> <li><a href="https://github.com/acornjs/acorn/commit/1d5b531b9178aa6c84c346a8d7ed381c17e9a820"><code>1d5b531</code></a> Revamp checkLVal()</li> <li><a href="https://github.com/acornjs/acorn/commit/85f41501c536d9141e50f616f5db6b37e5f0b31b"><code>85f4150</code></a> Don't reuse the same identifier node in object patterns</li> <li><a href="https://github.com/acornjs/acorn/commit/ee1ce3766fe484926b84f29182f140d21e25fc6f"><code>ee1ce37</code></a> Add package.json files to src/ dirs with type: module</li> <li><a href="https://github.com/acornjs/acorn/commit/f7462e1ec268ec02968369aa2be0f13a3a70489d"><code>f7462e1</code></a> Add exports clauses to package.json files</li> <li>Additional commits viewable in <a href="https://github.com/acornjs/acorn/compare/7.4.0...8.0.1">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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a day
PR opened u-wave/u-wave-source-youtube
For now this just adds a schema. Runtime configuration for media sources may need a bit more work.
pr created time in a day
delete branch u-wave/translate
delete branch : dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
delete time in a day
push eventu-wave/translate
commit sha 0a4531b18d8a0068e9164c1cf00ff247370554d7
Bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0 (#42) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a day
PR merged u-wave/translate
Bumps @rollup/plugin-node-resolve from 8.4.0 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c6561feff9ff422bf6686ee552a95e88814bd9dd"><code>c6561fe</code></a> chore(release): pluginutils v4.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/72a0c44ffec40ff5793007c467d95ca5cd4cde05"><code>72a0c44</code></a> chore(release): babel v5.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ac1f17e938553ffcf3a92f6327dc6ad544ddbae7"><code>ac1f17e</code></a> chore(release): commonjs v15.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e1106d18fe10d2e610d5edd3eddaf5f91fb6f3b5"><code>e1106d1</code></a> chore(release): dynamic-import-vars v1.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d7f06e92b8dd5fa0d0ef55dee1cdde0e5046961a"><code>d7f06e9</code></a> fix(commonjs): add .cjs to default file extensions. (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/524">#524</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9d2900469ade11eb59aecc3cd282b9cbc7af8f3"><code>d9d2900</code></a> fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...</li> <li><a href="https://github.com/rollup/plugins/commit/b819a0f0c2ad038937c4deb243ea990a56735981"><code>b819a0f</code></a> refactor(multi-entry)!: virtualised & entryFileName (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/520">#520</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ec804d3eb7564e5b901fdeefcdb62298595d877b"><code>ec804d3</code></a> docs(pluginutils): Correct minimatch to picomatch (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/525">#525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a day
delete branch u-wave/react-server-list
delete branch : dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
delete time in a day
PR merged u-wave/react-server-list
Bumps @rollup/plugin-node-resolve from 8.4.0 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c6561feff9ff422bf6686ee552a95e88814bd9dd"><code>c6561fe</code></a> chore(release): pluginutils v4.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/72a0c44ffec40ff5793007c467d95ca5cd4cde05"><code>72a0c44</code></a> chore(release): babel v5.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ac1f17e938553ffcf3a92f6327dc6ad544ddbae7"><code>ac1f17e</code></a> chore(release): commonjs v15.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e1106d18fe10d2e610d5edd3eddaf5f91fb6f3b5"><code>e1106d1</code></a> chore(release): dynamic-import-vars v1.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d7f06e92b8dd5fa0d0ef55dee1cdde0e5046961a"><code>d7f06e9</code></a> fix(commonjs): add .cjs to default file extensions. (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/524">#524</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9d2900469ade11eb59aecc3cd282b9cbc7af8f3"><code>d9d2900</code></a> fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...</li> <li><a href="https://github.com/rollup/plugins/commit/b819a0f0c2ad038937c4deb243ea990a56735981"><code>b819a0f</code></a> refactor(multi-entry)!: virtualised & entryFileName (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/520">#520</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ec804d3eb7564e5b901fdeefcdb62298595d877b"><code>ec804d3</code></a> docs(pluginutils): Correct minimatch to picomatch (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/525">#525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a day
push eventu-wave/u-wave-source-youtube
commit sha 84f1c71d9f7e7609cf46d855d6bca59111843772
Bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0 (#115) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a day
PR merged u-wave/u-wave-source-youtube
Bumps @rollup/plugin-node-resolve from 8.4.0 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c6561feff9ff422bf6686ee552a95e88814bd9dd"><code>c6561fe</code></a> chore(release): pluginutils v4.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/72a0c44ffec40ff5793007c467d95ca5cd4cde05"><code>72a0c44</code></a> chore(release): babel v5.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ac1f17e938553ffcf3a92f6327dc6ad544ddbae7"><code>ac1f17e</code></a> chore(release): commonjs v15.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e1106d18fe10d2e610d5edd3eddaf5f91fb6f3b5"><code>e1106d1</code></a> chore(release): dynamic-import-vars v1.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d7f06e92b8dd5fa0d0ef55dee1cdde0e5046961a"><code>d7f06e9</code></a> fix(commonjs): add .cjs to default file extensions. (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/524">#524</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9d2900469ade11eb59aecc3cd282b9cbc7af8f3"><code>d9d2900</code></a> fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...</li> <li><a href="https://github.com/rollup/plugins/commit/b819a0f0c2ad038937c4deb243ea990a56735981"><code>b819a0f</code></a> refactor(multi-entry)!: virtualised & entryFileName (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/520">#520</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ec804d3eb7564e5b901fdeefcdb62298595d877b"><code>ec804d3</code></a> docs(pluginutils): Correct minimatch to picomatch (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/525">#525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a day
delete branch u-wave/u-wave-source-dailymotion
delete branch : dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
delete time in a day
push eventu-wave/u-wave-source-dailymotion
commit sha 18dd157ec7f46a89b428c5bd97d54276a34cc5d4
Bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0 (#92) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in a day
PR merged u-wave/u-wave-source-dailymotion
Bumps @rollup/plugin-node-resolve from 8.4.0 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c6561feff9ff422bf6686ee552a95e88814bd9dd"><code>c6561fe</code></a> chore(release): pluginutils v4.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/72a0c44ffec40ff5793007c467d95ca5cd4cde05"><code>72a0c44</code></a> chore(release): babel v5.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ac1f17e938553ffcf3a92f6327dc6ad544ddbae7"><code>ac1f17e</code></a> chore(release): commonjs v15.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e1106d18fe10d2e610d5edd3eddaf5f91fb6f3b5"><code>e1106d1</code></a> chore(release): dynamic-import-vars v1.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d7f06e92b8dd5fa0d0ef55dee1cdde0e5046961a"><code>d7f06e9</code></a> fix(commonjs): add .cjs to default file extensions. (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/524">#524</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9d2900469ade11eb59aecc3cd282b9cbc7af8f3"><code>d9d2900</code></a> fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...</li> <li><a href="https://github.com/rollup/plugins/commit/b819a0f0c2ad038937c4deb243ea990a56735981"><code>b819a0f</code></a> refactor(multi-entry)!: virtualised & entryFileName (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/520">#520</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ec804d3eb7564e5b901fdeefcdb62298595d877b"><code>ec804d3</code></a> docs(pluginutils): Correct minimatch to picomatch (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/525">#525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a day
delete branch goto-bus-stop/redux-minifetch
delete branch : dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
delete time in 2 days
push eventgoto-bus-stop/redux-minifetch
commit sha e2660655bbe31bd068e379ba573c7318e5e1c690
Bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0 (#9) * Bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0 Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * ci: update matrix Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi <[email protected]>
push time in 2 days
PR merged goto-bus-stop/redux-minifetch
Bumps @rollup/plugin-node-resolve from 8.4.0 to 9.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c6561feff9ff422bf6686ee552a95e88814bd9dd"><code>c6561fe</code></a> chore(release): pluginutils v4.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/72a0c44ffec40ff5793007c467d95ca5cd4cde05"><code>72a0c44</code></a> chore(release): babel v5.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ac1f17e938553ffcf3a92f6327dc6ad544ddbae7"><code>ac1f17e</code></a> chore(release): commonjs v15.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e1106d18fe10d2e610d5edd3eddaf5f91fb6f3b5"><code>e1106d1</code></a> chore(release): dynamic-import-vars v1.1.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d7f06e92b8dd5fa0d0ef55dee1cdde0e5046961a"><code>d7f06e9</code></a> fix(commonjs): add .cjs to default file extensions. (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/524">#524</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/d9d2900469ade11eb59aecc3cd282b9cbc7af8f3"><code>d9d2900</code></a> fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...</li> <li><a href="https://github.com/rollup/plugins/commit/b819a0f0c2ad038937c4deb243ea990a56735981"><code>b819a0f</code></a> refactor(multi-entry)!: virtualised & entryFileName (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/520">#520</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ec804d3eb7564e5b901fdeefcdb62298595d877b"><code>ec804d3</code></a> docs(pluginutils): Correct minimatch to picomatch (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/525">#525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 2 days
push eventgoto-bus-stop/redux-minifetch
commit sha 403b11c44b268ec68fdd9bf8932a17bc15920852
ci: update matrix
push time in 2 days
delete branch playage/playage
delete branch : dependabot/cargo/async-std-1.6.3
delete time in 2 days
push eventplayage/playage
commit sha e327a8b67368c5f720337cf70cca8aacf517bffb
build(deps): bump async-std from 1.6.2 to 1.6.3 (#109) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in 2 days
PR merged playage/playage
Bumps async-std from 1.6.2 to 1.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/async-rs/async-std/releases">async-std's releases</a>.</em></p> <blockquote> <h2>v1.6.3</h2> <h2>Added</h2> <h2>Changed</h2> <ul> <li>Switched from smol to individual executor parts. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/836">#836</a>)</li> <li>Replaced internal <code>Mutex</code> implementation with <code>async-mutex</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/822">#822</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Added missing <code>Send</code> guards to <code>Stream::collect</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/665">#665</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/async-rs/async-std/blob/master/CHANGELOG.md">async-std's changelog</a>.</em></p> <blockquote> <h1>[1.6.3] - 2020-07-31</h1> <h2>Added</h2> <h2>Changed</h2> <ul> <li>Switched from smol to individual executor parts. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/836">#836</a>)</li> <li>Replaced internal <code>Mutex</code> implementation with <code>async-mutex</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/822">#822</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Added missing <code>Send</code> guards to <code>Stream::collect</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/665">#665</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/async-rs/async-std/commits/v1.6.3">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@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 2 days
issue commentbrowserify/static-eval
Thanks for the report! As the readme says we don't encourage people to use static-eval on untrusted input because of things like this, there are probably many more undiscovered ways too :sweat_smile:
I'll see if there is a simple fix for this, anyway, but it's not the highest priority.
comment created time in 2 days
issue commentbrowserify/common-shakeify
What is the "Could not redupe module ..." actually mean?
Browserify internally dedupes modules: if there are two identical files in the build, it will replace one of them with a stub that references the other. For tree shaking, this causes an issue, because the stub file does not appear to have any exports just by looking at the source. common-shakeify works around it by temporarily un-deduping the module, that is by replacing the stub with the original source.
This "reduping" can fail if browserify has deduped a module, but the original source cannot be retrieved.
Looking at the code I can see a potential cause of this … common-shakeify expects the original source to be earlier in browserify's build pipeline than the deduped stub module. If some plugin sorted the pipeline before common-shakeify gets to it, it's possible that the order is reversed.
I think the only feasible way to work around it is by checking if you have multiple copies of moment in your dependency tree. You can try to use npm dedupe to hopefully reduce it to one. Then browserify does not need to do the deduping at all. Also, you can run browserify with the --no-dedupe flag, though this may cause bundle sizes to increase quite a bit.
comment created time in 2 days
push eventgoto-bus-stop/neon
commit sha e7837852f09a387763879f9efddc35d551be36dc
ci: the action looks like it could be faster
push time in 2 days
push eventgoto-bus-stop/neon
commit sha 558c3d1f140d41f978b841e9fdaee61aae22076f
ci: try installing llvm on windows?
push time in 2 days
PR opened neon-bindings/neon
This builds on https://github.com/neon-bindings/neon/pull/583 to support the renamed executable use case mentioned in that OP.
This PR ports the win_delay_load_hook from node-gyp to Rust. See https://github.com/neon-bindings/neon/issues/584#user-content-delay-load-hook for background and reasoning.
Todo:
- [ ] Support "electron.exe". I think we were just going to hardcode a list of acceptable names, since there are not many, and this code is likely to be temporary anyways.
pr created time in 2 days
push eventgoto-bus-stop/neon
commit sha 3e9865139e5cac607bcbb0c38438f9af740f7f11
support 32 bit
commit sha 468d425ac819b1cde9fe5ac7b063a5fd52593b71
support NEON_NODE_LIB env var
commit sha e80c8c19335698e7a2caeacccadaf4a528241e76
use @kjvalencik's non-{{ suggestion
commit sha 151137363c43c2c00760cf6d1fc427253386c9f0
build: only download node.lib if we dont have one yet
commit sha 1a1599d5ad93d65721298805c512e790b90837fd
initial win_delay_load_hook port
push time in 2 days
pull request commentneon-bindings/neon
Download and link `node.lib` on Windows
I think this now does all the basics. You can pass in a node.lib path using NEON_NODE_LIB. If it has already downloaded a node.lib file for the target architecture, it uses that. Otherwise, it downloads the node.lib file from nodejs.org.
comment created time in 2 days
push eventgoto-bus-stop/neon
commit sha 151137363c43c2c00760cf6d1fc427253386c9f0
build: only download node.lib if we dont have one yet
push time in 2 days
push eventwelovekpop/sekshibot-rs
commit sha 362acb4a7458ed81236b9843d1ccc99fc901d815
do cargo update
commit sha 3752303277f0066bfd7623a54881c6ed072f211e
update hreq
push time in 2 days
push eventtransloadit/uppy
commit sha caa048b490f5b1810fbb6b27fd8defa5b9bc52f6
deps: upgrade browserify and plugins (#2462)
push time in 2 days
push eventtransloadit/uppy
commit sha cdced26f0a782d73de0bcef79257597fbe14d3da
deps: update size-limit (#2461)
push time in 2 days
PR merged transloadit/uppy
Updates size-limit, and react and webpack for deduping reasons.
pr closed time in 2 days
PR opened transloadit/uppy
Updates size-limit, and react and webpack for deduping reasons.
pr created time in 2 days
push eventtransloadit/uppy
commit sha 335079d22252312cb87a5f2837b9aa0ce650596d
deps: upgrade ESLint to v7 (#2460)
push time in 2 days
PR merged transloadit/uppy
and use the new babel-eslint parser: https://babeljs.io/blog/2020/07/30/7.11.0#babel-eslint-parser-10709-https-githubcom-babel-babel-issues-10709
pr closed time in 2 days
PR opened transloadit/uppy
and use the new babel-eslint parser: https://babeljs.io/blog/2020/07/30/7.11.0#babel-eslint-parser-10709-https-githubcom-babel-babel-issues-10709
pr created time in 2 days
push eventtransloadit/uppy
commit sha c5bf19a4d4af18cc842c3faf06943f0332b0391a
deps: update jest and babel (#2458)
push time in 2 days
issue commenttransloadit/uppy
Error missing string: timedOut
Thanks for the report! For now you can work around it by setting a timedOut string in @uppy/core:
new Uppy({
locale: {
strings: {
timedOut: 'Upload stalled for %{seconds} seconds, aborting.'
}
}
})
Or by using any of the @uppy/locales translations.
comment created time in 2 days
push eventtransloadit/uppy
commit sha 8de657305aef04787a8ac2f081205a1936de4d11
changelog: make-new-version-table
push time in 2 days
pull request commenttransloadit/uppy
need to use jest 25 because jest 26 requires nodejs 10.14+
comment created time in 2 days
push eventtransloadit/uppy
commit sha f3ca0249ffc337df7067f68764e851cebb3753bb
jest 25
push time in 2 days
push eventtransloadit/uppy
commit sha 4abc2f56ccfc10f15d1c19aa25094c85881ee773
changelog: 1.20.1
commit sha 35ca9a84f8def280f900c665760b3cd565c4ab91
Release
push time in 2 days
push eventtransloadit/uppy
commit sha 8a73f77e1d250525d42b6efbd5a475a9a2d5ae36
ci: consistent job names [skip ci] was staring at these waiting for tests to complete and it looked a bit odd
push time in 2 days
push eventtransloadit/uppy
commit sha 3cd5791f0dbc15dcdeb43f434b493733dab6ed9f
transloadit: add auth.expires type, fixes #2454 (#2457)
push time in 2 days
issue closedtransloadit/uppy
expires is not an optional field on Transloadit.AssemblyParameters
// desired user code
const params: Transloadit.AssemblyParameters = {
auth: {
key: TRANSLOADIT_KEY,
expires: getExpiry()
}
}
The above gives a typescript error as expires isn't listed as an optional field, as shown below:
interface AssemblyParameters {
auth: { key: string } // <- shouldn't there be "expires?: string" in here as well?
template_id?: string
steps?: { [step: string]: object }
notify_url?: string
fields?: { [name: string]: number | string }
}
closed time in 2 days
just-mitchpush eventtransloadit/uppy
commit sha 45ed141b1ba3cb9289c2af1d61c8de46d5f33ead
Remove unused babel plugin
push time in 2 days
push eventtransloadit/uppy
commit sha 700f084e8aa3beedf23e1df61fd7ee15862da331
tus: fix fallback to default `fingerprint` implementation (#2456)
push time in 2 days
issue commenttransloadit/uppy
Google Cloud Storage ignores x-amz-meta-* keys
Hmm, no. I think rather than forking the repo, it might be a better approach to implement a similar route on your own backend and overwrite getUploadParameters() in your client-side configuration to use that. That way you won't have to maintain a fork of the entire thing.
This is our current somewhat unsatisfactory pseudo-answer to most S3 upload customization :sweat_smile:
comment created time in 2 days
push eventtransloadit/uppy
commit sha d7d54d3dc0429cc23cc19317c4ab88efe48fca1c
Enable uploading zero-sized file with aws-s3-multipart-upload (#2451) Co-authored-by: Renée Kooi <[email protected]>
push time in 2 days
PR merged transloadit/uppy
I'm creating this pull request since I have real use case when I need to upload zero-sized file and currently it's not possible to do using aws-s3-multipart uploader.
After fixing, I tested it and it works normally, same as it's any other file. Also, as far as I checked, this change doesn't affect upload of other non-zero sized files.
Before commit zero-sized file couldn't be uploaded successfully since chunks array was always empty and _completeUpload() method was called immediately without reserving and uploading any part of the file.
Chunks array wasn't populated because inside _initChunks() method there was a size check using < sign, so if zero-sized file comes, it would never enter the for loop.
After commit there is size check with <= sign, so even for zero-sized file, it will enter the loop once and create one chunk for it, so it can be successfully reserved and uploaded.
pr closed time in 2 days
issue commenttransloadit/uppy
expires is not an optional field on Transloadit.AssemblyParameters
You're totally right, thanks for the report!
comment created time in 2 days