Larvata

Results 20 comments of Larvata

I'm working on a similar extension but for aria2c. For the download API I use the following code to get the *.torrent file when it was downloaded and send its...

someone gave speculation about how the Chinese gov identities the contributor. https://github.com/2049bbs/2049bbs.github.io/blob/master/README.md ---- you can search "端点星" on the following sites to find more discussions. please note, following sites might...

@RekiDunois Because Edge is also Chromium based, I only tested it on Chrome. The bug cannot be reproduced on Chrome, I think it is mostly caused by the conflict of...

@RekiDunois several months ago, I fixed a similar bug. Which version of mirigana you are using in Edge. I tested the 1.2.1 version on Edge but cannot reproduce.

- macos 12.3.1 - edge 102.0.1245.44 - mirigana 1.2.1 - Katakana Terminator 2022.02.19 cant reproduce

``` const mediaRecorder = new MediaStreamRecorder(stream); mediaRecorder.sampleRate = 16000; mediaRecorder.recorderType = StereoAudioRecorder; ```

I wrote a util func to approach this ```javascript const COLUMN_TEXT_ALIGN = { RIGHT: 'RIGHT', LEFT: 'LEFT', MIDDLE: 'MIDDLE', }; Line.prototype.columnEx = function (text = '', width = 1, style,...

There are many ways to display the query results on your page. 1. fetch data from backend dehydrate it to a JSON string and push it to the frontend side....

I created a chrome extension based on kuromoji too, it works well. https://github.com/larvata/mirigana/blob/develop/src/background/background.js#L46 I guess you place the dict files in the wrong place.

It seems caused by the server decompress the `.gz` file automatically. You should check the webserver config. Or modify the kuromoji code to prevent decompressing the dict: https://github.com/hexenq/kuroshiro/issues/27#issuecomment-686428617