LouShaokun
LouShaokun
this is my code: ```return CupertinoOnboarding( bottomButtonColor: Colors.blue, pages: [ CupertinoOnboardingPage( title: const Column( children: [ Text( '登录以开启', style: AppStyles.titleLarge, ), Text( '学习之旅', style: AppStyles.titleLarge, ), ], ), body: ListView.separated(...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.10.0 ### Component(s) Java ### Minimal reproduce step ```java package org.apache.fury;...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury: Latest development branch OS: Windows 11 Python: 3.12 The issue...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.10.0 ### Component(s) Java ### Minimal reproduce step ```java package org.apache.fury;...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version Fury Java 0.10.0 ### Component(s) Java ### Minimal reproduce step 1....
### Question I noticed that the current implementation of Fury Java's cross-language support does not handle the following types properly: LocalDateTime Duration BigDecimal Could you please share if there are...
### Question **Environment**: - Fury version: 0.10.0 - Mode: XLANG - Language: Java - Peer Language: Go **Description**: In Fury 0.10.0, when using XLANG mode, an issue occurs during deserialization...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version I'm using XLANG mode on both ends, but go still doesn't...
### Summary: This pull request refactors the external API to replace `std::string` with `std::string_view` in function parameters. This change improves performance when users need to match substrings within large strings...