Yubao Liu

Results 31 issues of Yubao Liu

add quick start for Hibernate Reactive REST Data with Panache.

https://github.com/smallrye/smallrye-jwt/blob/main/implementation/jwt-auth/src/main/java/io/smallrye/jwt/config/JWTAuthContextInfoProvider.java#L224 ```java @Inject @ConfigProperty(name = "mp.jwt.verify.publickey.algorithm") private Optional mpJwtPublicKeyAlgorithm; ``` This should be `Optional mpJwtPublicKeyAlgorithms`, so that JWT tokens can smoothly switch to another algorithm.

[category-theory-for-programmers-scala-print-2024.pdf](https://github.com/hmemcpy/milewski-ctfp-pdf/files/14458315/category-theory-for-programmers-scala-print-2024.pdf) [category-theory-for-programmers-scala-2024.pdf](https://github.com/hmemcpy/milewski-ctfp-pdf/files/14458316/category-theory-for-programmers-scala-2024.pdf) Compiled on 2024-03-01 for commit ab180d9 by Phoenix-Wood.

When use [lf](https://github.com/gokcehan/lf) to list files, emacs-libvterm may read partial multi-byte character, for example: $ echo -n '招聘' | hexdump -C 00000000 e6 8b 9b e8 81 98 ; get...

``` $ echo -e 'abc\t\t\tabc' # use mouse to select and copy the output, it should contain three tabs, # not expand to spaces. $ touch 2024中华人民共和国 $ for i...

这是 yustar_chaifen.dict.yaml, yustar_chaifen-tw.dict.yaml 与 https://yuhao.forfudan.com/chaifen.csv 对比的结果: 1. 目前 yustar_chaifen*.dict.yaml 把 `虍`和`{虍头}` 都写成了`{虎头}`。 请根据 chaifen.csv,把 chaifen yaml 的 `{虎头}` 改成 `虍` 和 `{虍头}`,这两个的笔画有明显区别,会在反查时懵圈。 2. `爪` 与 `爫`, `冖` 与 `⺈`, `卄`...

enhancement

**Version(s)** ``` $ scala-cli version Scala CLI version: 1.5.0 Scala version (default): 3.5.0 $ java -version openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server...

bug
coursier
javafx

FreeBSD mmap() requires MAP_FIXED to map to desired address. This applies to branch pharo-12 too. Pharo uses fixed memory addresses at https://github.com/pharo-project/pharo-vm/blob/v12.0.0/smalltalksrc/VMMaker/VMMemoryMapConfigurationFor64Bits.class.st.

https://github.com/spring-projects/spring-ai/blob/v1.0.0-M7/spring-ai-model/src/main/java/org/springframework/ai/embedding/EmbeddingModel.java It's synchronous API, this forces class OpenAiApi holds both RestClient and WebClient: https://github.com/spring-projects/spring-ai/blob/v1.0.0-M7/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java#L100 This also forces a Spring WebFlux application to use thread pool for blocking call to embed().

FreeBSD `uname -m` outputs `amd64`.