Alexei
Alexei
Looks like otherwise Babelify is applied _after_ subject transforms. This requires https://github.com/stackcss/sheetify/pull/156 to be merged first in order to *purifycss* is able to cleanup transpiled templates code. @yoshuawuyts Please take...
@sidorares Now it's possible to keep handlers as needed. For example, to track input events with a Record extension (e.g. EnableContext): ``` ext.EnableContext = function(ctx, cb) { X.seq_num++; X.pack_stream.pack('CCSL', [ext.majorOpcode,...
Currently the `words` variable for _BuildExcerpts_ is built from words returned by _Query_ command. These words are already stemmed and accompanied with some statistical information like docs and hits. Highlighting...
I would use SphinxSearch with index="main delta" index string. But when I search with passages=True I encounter **IndexError** since **BuildExcerpts** call allow only one index specified.
I am using NextJS. I am **not** using Tailwind for my app. Putting **CrossmintAuthProvider** to the root component breaks all classNames used in my app. For example, className="container" being replaced...