lagleki

Results 220 issues of lagleki

I can confirm https://github.com/sql-js/sql.js/issues/447#issuecomment-830861888 but for absurd-sql. absurd-sql is very slow on mobile (android chrome) for me. Increasing cache_size to high values alleaviates the problem but some automatic behaviour would...

partially mentioned at https://github.com/rdoeffinger/Dictionary/issues/21#issuecomment-170667525

enhancement

Any hints on how to implement multilayer seq2seq?

Any plans on packing into wasm?

question

## 🚀 Feature Allow phonetic pronunciation for necessary words ## Motivation Sometimes it's necessary to customize pronunciation of words with non-standard spelling or word borrowed from other languages. In that...

enhancement

I know that it was removed long ago in previous implementations but for those who keep in mind performance issues can lookahead and lookbehind be added as a feature?

Here is mine. https://la-lojban.github.io/-emoji-to-scale/ * Translated to another language * Has with links to Noto Emoji SVG files

I wish there was a fast method of deploying Kassy on Heroku.

enhancement
major-work

E.g. `avg(...) over ( partition by ...)`

how can I achieve `select name from foo order by upper(name);`? I can only find `select upper(name) as uname, name from foo order by uname;` but it overloads `select`.