Rynco Maekawa

Results 43 issues of Rynco Maekawa

**`dson` version: 0.15.5** **`dson_core` version: 0.15.4** Minimal example to reproduce bug: ```dart /* test.dart */ import 'package:dson/dson.dart'; part 'test.g.dart'; main(List args) { toMap(new SimpleTest()); } @serializable class SimpleTest { String...

Observed in v0.9.85 (beta). Windows version: Build 19569. # Steps to reproduce: 1. Use MS Pinyin or Microsoft Japanese IME as input method. 2. Create a Typora document with YAML...

windows
cursor / selection
i18n

Added inlay hint color for the theme. I'm not very sure about the color selection -- I'm currently using the color 'gray' in the color scheme as the text color...

Added support for 3/4 bit and 8 bit ANSI colors for better display on terminal emulators. This changes `zi::terminal::canvas::Colour` into an enum. Implemented the new colors in `crossterm` backend. Also...

**Is your feature request related to a problem? Please describe.** I have been maintaining a number of Iosevka variants used in my coding and design environments. I update my local...

CMake reported an error when compiling a project using this repository as a dependency: ``` CMake Error at include/quickjs/CMakeLists.txt:55 (target_link_libraries): The plain signature for target_link_libraries has already been used with...

Native: https://github.com/moonbitlang/moon/actions/runs/14874319279/job/41768630097?pr=796#step:23:139 (on aarch64 it's UB, x86_64 triggers processor exception and kills with SIGFPE or equivalent) WASM: https://github.com/WebAssembly/design/issues/1390 (Traps) We should probably skip the test below. Changes in the compiler...

consistency review
discuss

## Background I am currently doing a major rewrite of `moon` at moonbitlang/moon#802. During rewrite, a behavior that consistently annoyed me is how expect tests (`inspect` and friends) work under...

help wanted
discuss

https://github.com/moonbitlang/core/blob/3c444a8fb89280f0e6a7b4ffda99727248f1c179/builtin/autoloc.mbt#L25-L40 The current behavior documentation is not very clear for toolchain developers, and the hidden knowledge encoded here might be lost over time without digging the source code of the...

**Current behaviors** - If supplied with a one-past-end index (equalling the char count of the string), `String::offset_of_nth_char` will return `None` https://github.com/moonbitlang/core/blob/b48061b9aa565e34b94f67bedd8b4efc4189ea56/string/string.mbt#L343-L345 tested here: https://github.com/moonbitlang/core/blob/b48061b9aa565e34b94f67bedd8b4efc4189ea56/string/string_test.mbt#L624-L630 - This method is the recommended...

consistency review