Daniel Thomas

Results 16 issues of Daniel Thomas
trafficstars

**Describe the bug** Spellcheck does not recognise various acronyms like "isn't" or "doesn't" **To Reproduce** 1. type in Doesn't 2. You will see that "Doesn" is highlighted in red **Expected...

bug

These were unavailable by default for me and needed installing

If I run the following: ``` console.log("Globalize curr with currencyFormatter, ja-jp:" + Globalize("ja-jp").currencyFormatter("BGN", { compact: "short" })(112310)); console.log("Globalize curr with currencyFormatter, ja-JP:" + Globalize("ja-JP").currencyFormatter("BGN", { compact: "short" })(112310)); ``` I...

When running the following ``` var Globalize = require( "globalize" ); Globalize.load( require( "cldr-data" ).entireSupplemental() ); Globalize.load( require( "cldr-data" ).entireMainFor( "en", "es", "bg" ) ); console.log("Globalize curr with formatCurrency:" +...

https://github.com/danielt998/HanziToAnki/blob/5794c022dcf058b950a47d87a864fd57ada76ee3/src/main/java/hanziToAnki/ArgParser.java#L66 we should issue a warning in the default case for an unrecognised format and state that we are falling back to Anki. And add Anki as a separate switch...

e.g. ``` #notetype:Chinese Hanzi eng pinyin ``` to the top of the tsv file. Note this still depends on the user having a "Chinese" note type, so we will need...

We should take inspiration from https://github.com/fxsjy/jieba either finding a Java a library to do so or producing our own implementation. My understanding is that it works by producing a DAG...

I currently use H2A for my class notes, which sometimes look something like this: ``` 鼓励 gu3li4 encourage v./ n. 成本 cost/ expense n. ``` It should be possible to...