Ryusei Yamaguchi

Results 8 issues of Ryusei Yamaguchi

The wcswidth[^1](http://man7.org/linux/man-pages/man3/wcswidth.3.html) function is required to get how many columns are needed to represent the Unicode string. Most of East Asian Characters need two columns rather than one. [This asciinema...

Pure computations always run on the local worker with the current `Ssh.do` implementation. How to compute whole data flow on remote? For instance, let's think about the following code: ```scala...

Steps to Reproduce: ``` json { "@context": "http://schema.org/", "@type": "Person", "email": "mailto:jane" } ``` 1. Copy the above json-ld to the playground, or use [this permalink](http://json-ld.org/playground/#startTab=tab-expanded&json-ld=%7B%22%40context%22%3A%22http%3A%2F%2Fschema.org%2F%22%2C%22%40type%22%3A%22Person%22%2C%22email%22%3A%22mailto%3Ajane%22%7D). 2. Move the cursor...

playground

This PR add limit and offset clause support for user-defined virtual tables. Fix #872.

better-sqlite3 version: 7.6.2 Reproduction code: ```javascript const Database = require("better-sqlite3"); const db = new Database(":memory:"); db.table("string_split", { columns: ["value"], rows: function* (str, delim) { for (const part of str.split(delim)) {...

When a CJK character is looked up with verbose option, AttributeError is thrown: ``` % ./unicode -v 夢 U+5922 CJK UNIFIED IDEOGRAPH-5922 UTF-8: e5 a4 a2 UTF-16BE: 5922 Decimal: 夢...

- [ ] ケ - [ ] コ - [ ] ナ - [ ] ヌ - [ ] マ - [ ] メ - [ ] ヤ - [...