luckyxue

Results 3 issues of luckyxue

``` ./xjar java -jar das-0.0.1-SNAPSHOT.xjar Exception in thread "main" java.lang.IllegalStateException: java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 4 at org.springframework.boot.loader.ExecutableArchiveLauncher.(ExecutableArchiveLauncher.java:52) at org.springframework.boot.loader.JarLauncher.(JarLauncher.java:48) at io.xjar.boot.XJarLauncher.(XJarLauncher.java:17) at io.xjar.boot.XJarLauncher.main(XJarLauncher.java:22) Caused by: java.lang.ArrayIndexOutOfBoundsException:...

I'm trying to use a StereoAudioRecorder to record audio. Its working on all other browsers, but on Safari the audio, when the sampling rate is set to 16khz, the audio...

V2.0.0版本 ### 当前行为 | Current Behavior 插入User表的sql错误,字段长度不匹配,如下: # 对外接口不需要增加用户,新建知识库的时候增加用户就可以了 def add_user_(self, user_id, user_name): query = "INSERT IGNORE INTO User (user_id, user_name) VALUES (%s, %s, %s)" self.execute_query_(query, (user_id, user_name), commit=True) debug_logger.info(f"Add...