Yang, Bo

Results 299 issues of Yang, Bo

## About this PR 📦 Updates [com.lihaoyi:upickle](https://github.com/com-lihaoyi/upickle) from `2.0.0` to `4.1.0` ⚠ 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/upickle/releases/tag/4.1.0) - [Release Notes](https://com-lihaoyi.github.io/upickle/#VersionHistory) - [Version Diff](https://github.com/com-lihaoyi/upickle/compare/2.0.0...4.1.0) ## Usage ✅ **Please merge!** I'll automatically update...

## About this PR 📦 Updates [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) from `1.18.2` to `1.19.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.19.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.18.2...v1.19.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [com.thoughtworks.sbt-best-practice:sbt-best-practice](https://github.com/ThoughtWorksInc/sbt-best-practice) from `8.3.1` to `8.4.0` 📜 [GitHub Release Notes](https://github.com/ThoughtWorksInc/sbt-best-practice/releases/tag/v8.4.0) - [Version Diff](https://github.com/ThoughtWorksInc/sbt-best-practice/compare/v8.3.1...v8.4.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [com.thoughtworks.example:sbt-example](https://github.com/ThoughtWorksInc/sbt-example) from `9.3.0` to `9.3.1` 📜 [GitHub Release Notes](https://github.com/ThoughtWorksInc/sbt-example/releases/tag/v9.3.1) - [Version Diff](https://github.com/ThoughtWorksInc/sbt-example/compare/v9.3.0...v9.3.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

**Describe the bug** `AsyncIOScheduler.now` returns a datetime in 1970. **To Reproduce** ```bash python -c ' import asyncio from reactivex.scheduler.eventloop.asyncioscheduler import AsyncIOScheduler async def print_now(): print("Current time:", AsyncIOScheduler(asyncio.get_running_loop()).now) asyncio.run(print_now()) ' ```...

## what This PR updates the README to avoid manually modifying source file when destroying ## why The current README requires users to manually modify source file, which is not...

triage

The current tag is `@@[A, T]`, which is invariant. As a result, `ParallelFuture[String]` is not a `ParallelFuture[Any]`, even if `Future[String]` is a `Future[Any]`. Is it possible to change the signature...

## Reproduction Steps ### Step 1: Add `.env` file ``` WRITABLE_PATH=/tmp/uploads ROOT_URL=http://localhost:4000 PORT=4000 NODE_ENV=development WITH_API=true ``` ### Step 2: Start Server From VS Code Using the launch.json configuration `Meteor: Node`...

Bug
API:REST

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action