Xiangyu He

Results 5 issues of Xiangyu He

I was unable to input CJK characters in Pharo under Linux systems, but I haven't found time to look into it. Will add a section to https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/CJKCharacter.md if I get...

NewSection

Consider the following two statements: ```julia const MyVector = Vector{Int64} MyVector(x::Int64) = [x] ``` The code works fine but the linter gives the second statement "`Cannot define function ; it...

bug

### Environment * Elixir version (elixir -v): 1.12.3 * Phoenix version (mix deps): 1.6.11 * Operating system: Windows 11 ### Expected behavior A push's ref should not change unless the...

Gerbil version: [c60d451](https://github.com/mighty-gerbils/gerbil/commit/c60d45133499b5e701bc2e13e14ef54d67eb4a2b) OS: Ubuntu 22.04.2 LTS (5.15.146.1-microsoft-standard-WSL2 x86_64) How to reproduce: ``` ./configure --enable-debug make ``` ``` ... making core in lib make[3]: Entering directory '/home/xh/gerbil/src/gambit/lib' LD_LIBRARY_PATH=..:/home/xh/gerbil/build/lib ../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../incl...

Hi I found the field selection notation under the mysql dialect produces incorrect SQL statements. For example ```racket (parameterize ((current-sql-dialect 'mysql)) (sql-statement->string (select (.* user) #:from user))) ``` produces ```sql...