unarist
unarist
Since security audit warnings mentioned in https://github.com/scalacenter/scalajs-bundler/pull/268#issuecomment-430819521 is printed to stdout, it can be `[info]` level as well as other stdout messages (fixed at #271). However, still I don't think...
We've also encountered issues which will be fixed in https://github.com/scalacenter/scalajs-bundler/pull/408: ``` [error] Error parsing webpack stats output [error] /warnings(0)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] /warnings(1)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] /warnings(2)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] Error parsing webpack...
そのissueは `/users/{username}.atom` 特有の話ですが、atom feedをアプリで使われているのでしょうか? (DBから取得した後に削除済み投稿を除外しているので、20件に満たなくなって続きがないものと判定される https://github.com/tootsuite/mastodon/blob/v2.4.0/app/controllers/accounts_controller.rb#L30-L33 https://github.com/tootsuite/mastodon/blob/v2.4.0/app/lib/ostatus/atom_serializer.rb#L55)
Now, core parts of the ShadowDOM are in the DOM Standard. https://github.com/WICG/webcomponents/issues/661 Also now can we have this as a non-experimental API? https://caniuse.com/shadowdomv1
なんかこう、メモリ不足とかそういう話のような気もしてきた(うちは5sで多分確定死)
ところでビルド172や175で試したらなんかちゃんと出るようになってました。Shortcutsとかを通してネストさせてもいけた。
Same `package-lock.json` file is also used when scalajs-bundler installs `jsdom` for `requireJsdom := true`. In this case `package-lock.json` will only contains `jsdom` dependency, so most of locked dependencies for compile/test...
> Is there a way to set this ColumnOrder when writing the Parquet file? Looks like it need to be implemented in `parquet2` crate first. https://github.com/jorgecarleitao/parquet2/blob/a0a2144d593929d91d1c35084ab7f954f68dc18b/src/metadata/file_metadata.rs#LL100 related: https://github.com/jorgecarleitao/parquet2/issues/215