Lihang Xu

Results 194 comments of Lihang Xu

I'm afraid that you've mentioned the wrong person. I am the person who created the original pr.

Hi there, Here is a workaround I figured out: 1. Combine categories to a path like `question/java` ```ruby def categories categories = Hash.new @posts.each do |post| cats = post.data["categories"] cate...

ZXing cannot read rotated barcodes. You can try this [capacitor plugin](https://github.com/xulihang/capacitor-plugin-dynamsoft-barcode-reader) using Dynamsoft Barcode Reader which can read 1D barcodes in any angle.

> I'm impressed by what https://github.com/mrousavy/react-native-vision-camera is accomplishing The frame processor plugin feature of react-native-vision-camera is very cool and I've made [a plugin](https://github.com/xulihang/vision-camera-dynamsoft-barcode-reader). It holds a reference to the native...

Same issue here. I have to downgrade it to 3.3.2.

Less important: - [ ] lock segment - [ ] bilingual check - [ ] auto-propagation - [ ] option to strip XLIFF's tags - [ ] easier way to...

Other MT services can be integrated by developing new MT plugins according to this: [BasicCAT开发笔记(十):机器翻译与插件的编写](https://blog.xulihang.me/basiccat-developing-notes-10-machine-translation-and-plugins/). I will not provide a custom MT service. Building an MT public service is not...

> it crashed after I started a new project and clicked on Translation Memory on the left. You have to save this project first. It crashes because it cannot find...

This issue is only for the todo list. Please start a new issue for other questions.

Thanks for the feedback. You should save the project first. I will catch this exception and let it show a messagebox in this situation.