-
```
var icons = require('md-icons-codepoints/codepoints.json');
var viewModel = new Observable();
viewModel.assignment_icon = icons.assignment_returned;
```
For some reason, on {N} just require('md-…
-
### Describe want to want
Another fun Postgres feature! Let's say you're using [fractional indexing](https://observablehq.com/@dgreensp/implementing-fractional-indexing) and want to sort strings in a…
-
```scala
val codepoints: Array[Int] = "foo".codePoints.toArray
```
```
[error] Referring to non-existent method java.util.stream.IntStream.toArray()[int
[error] dispatched from java.util.stream…
-
The code `textGraphics.putString(0, 3, "🍕")` results in two question mark characters being displayed in the terminal. At the same time `System.out.println("🍕")` works as intended (at least in terminal…
-
Some emojis (e.g. 🏴 :flag-scotland: ) are counted as multiple characters (7 for that), which should be 1.
(omg GitHub paints them all with black ink :-( )
The `stringz` library does not seem…
-
**Is your feature request related to a problem? Please describe.**
It's not really a problem, but it can be really handy to select a font for some codepoints, to ensure the rest of a font does not _l…
-
I have the following simple program to see how to run all different models under
https://github.com/unicode-org/lstm_word_segmentation/tree/master/Models
It currently work for Thai_codepoints_…
-
Currently, when using a simple `Arb.string` with codepoints like `Codepoint.ascii()` there will at some point be unprintable characters contained in the strings generated.
If such a test value fail…
-
Firefox says that the style sheet is corrupted (may or may not be related to the broken content security policy configuration) and all pages I try to visit claim I'm offline (which is a silly fallback…
-
```kt
interface MyCharSequence: CharSequence
```
This has `chars()` and `codePoints()` members that are absent in https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/ (and in the ne…