Deleted user
Deleted user
A japanese input would be wonderful. Currently I use Mozc for Android. It's UI the same as Gboard, also open source but is not updated since 4/10/19. Is gonna be...
@Hayleia That exactly how the Mozc works, yes, but there another layout for typing. One of this is the 12 Keys, which is very similar to older phones (The only...
Although I'm not a native japanese speaker, I use the standard Latin layout. Writing Hiragana and using suggestions to type Kanji or Katakana seems pretty good to me, as find...
> Facing the same issue but worse, only DMs are shown, everything else is missing on the left tree. I have the same exact issue. Just DMs show up. Plus,...
> 個人的には空に出来ないのも若干違和感があるので、確認ダイアログ出す案は悪くなさそうです。 なお、Pleroma / Akkoma では注釈を空にした場合そもそも畳むことができなくなります。 動きとしてはそちらのほうが自然な気もします。 システム側での対処が難しいというのは同意見なのですが、Issueの要望と現実がずれてしまっているのが気になってます。確認ダイアログを出して投稿者側に注意を促すというのが一番良さそうですね。
The idea of using Scryer as a library has been requested some times (#225, #570). It should be possible. Do you have a template in Prolog?
The `Addition` is a function, you can generalize it. An example in Prolog: Here ```Prolog :- use_module(library(debug)). :- use_module(library(freeze)). :- use_module(library(lists)). :- use_module(library(pairs)). i32(N, i32) :- integer(N). u32(N, u32) :-...
The system predicate is the easiest way to pass input/output. There is also `Stream` in Rust but there are fewer lines on how to use, what is possible.
There isn't any FFI, it could be useful if some C codes or any others want to interact with or integrate Scryer. If it is a Rust only project then...
I have the same problem!