Copilot

Results 4682 issues of Copilot

This PR implements the WeChat Pay V3 subscription billing functionality (预约扣费功能/连续包月功能) as requested by the community. The subscription billing feature enables merchants to automatically charge users on a recurring basis...

This PR addresses the user inquiry about "新版的企业微信流程审批" (new version WeChat Enterprise workflow approval) by providing comprehensive documentation that clarifies **WxJava already has full support** for this functionality. ## Issue...

The current `WxPayCodepayRequest` class only supports direct merchant mode but lacks support for service provider mode, which requires the `sub_mch_id` parameter. When using the codepay interface in service provider mode,...

This PR adds comprehensive customer service management functionality to the WeChat Mini Program SDK, addressing the gap identified in issue #3678. ## Problem The Mini Program module (`weixin-java-miniapp`) was missing...

This PR implements the enterprise WeChat intelligent robot interface as requested, providing comprehensive API support for managing and interacting with AI-powered robots in WeChat Work applications. ## Overview The implementation...

## Problem The `WxOpenMessageRouter` class only supported routing messages to `WxMpService` (公众号) but lacked support for `WxOpenMaService` (小程序/miniapp). This prevented developers from accessing mini-app specific functionality when handling mini-app messages...

## Overview This PR addresses issue about z-axis coordinate calculation for 3D reconstruction by adding a new utility function `assign_z_coordinates()` that systematically assigns z-coordinates to multiple 2D spatial transcriptomics slices....

## Problem Users reported `numpy.linalg.LinAlgError: SVD did not converge` errors when using `morpho_align_transformation()` with High-Definition (HD) spatial transcriptomics platform data. The error occurred during coarse rigid alignment even with validated...

This PR addresses a critical issue where dpdata would throw unhelpful `ValueError: could not convert string to float` errors when parsing malformed VASP files, making it difficult for users to...

This PR implements support for the [FeNNol](https://github.com/thomasple/FeNNol/) format, enabling dpdata users to export both single `LabeledSystem` and multiple systems via `MultiSystems` to FeNNol's pickle format for machine learning training. ##...