Kenneth
Kenneth
Hey @hubitor, did you try removing the asynchronous parts from your script or get it to work in the end?
Would it be feasible to use [Enchant][ench]? There are bindings for [python][py] and some other languages, but not java afaik. [ench]: https://abiword.github.io/enchant/ [py]: https://pyenchant.github.io/pyenchant/tutorial.html
precisely
> The keypad is more like a PC numpad. I figured, ime it only shows up when I need to enter a pin (though perhaps that says more of my...
@issadarkthing I noticed in the [i18n](https://github.com/issadarkthing/gomu/issues/53) issue you are sometimes concerned with the maintenance cost of implementation. Is it the same issue regarding additional audio formats or would you accept...
there's also https://github.com/lordlarker/nune-go for tensors. It's fast and supports generics.
> Custom user-defined playlists Could you elaborate on this? Would creating playlists only allow for adding tracks one by one/by the id3 groups (album, artist, genre), or would we be...
> filter-based addition system In players like iTunes, and some versions of Foobar2000 the user can specify a database query whose results are saved as a playlist and updated automatically...
The older version is somewhat less challenging to implement/optimize/maintain and often enough because you can create one playlist that is the union/intersection/disjunction of others.  for comparison, the newer...
Honestly, given that the syntax already supports parameters, generics shouldn't actually be necessary. A good example of what I mean in the wild is Zig's comptime separation; I think their...