Fabrice Desré
Fabrice Desré
I want to use it as an embedded FTS as part of a self-contained program. Similar to using Sqlite instead of MySql/PgSql.
> There is separate library for fst by burnedsushi. Will it cover your use case? No, the fst is just one building block, but as you see Sonic needs much...
@valeriansaliou any opinion on the approach in https://github.com/valeriansaliou/sonic/issues/150#issuecomment-875999511 ? I'd rather not maintain a fork because I think changes will propagate to a lot of places.
Yes, what we really need is full composition support. showIME/hideIME are needed just to trigger the virtual keyboard, and then we need something similar to Gecko's nsITextInputProcessor.
> Do you know of any automated testing environments we could use to validate that this support wouldn't be broken after it's added? Unfortunately no apart from private, custom setups...
Having a "native" built in support would be better. We did something for iron, which was quite simple (https://github.com/fxbox/iron-cors/).
There is a pretty good documentation at https://wiki.mozilla.org/Security/Guidelines/Web_Security#Content_Security_Policy including some candidates for default CSPs. From an implementation point of view, it looks like a Fairing could be used to attach...
A few thoughts (before I forget!) : one thing is to decide if that should be a web-ext API, or to hook something to `navigator` instead. I tend to think...
> This is intriguing @fabricedesre, so if I'm understanding correctly, instead of an extension highjacking the rendering of a whole page we could provide an api to say, convert from...
I filed https://github.com/Michael-F-Bryan/rust-ffi-guide/issues/53