Jean Christophe Roy

Results 80 comments of Jean Christophe Roy

In this case modules may always show before code symbols On Fri, Sep 15, 2017, 12:36 Jean Christophe Roy wrote: > I think this migth be the design issue where...

> Orchard Core, I feel that it is far inferior to NGettext, due to it's syntax being vastly different from the original GNU gettext specification What Orchad does well is...

It would be great to be able to continue from an early aborted run of DFO-LS

If the objective function decides that, then maybe the objective function could have some report of the progress ?

https://github.com/jeancroy/FuzzySearch/blob/master/src/source.js#L111-L117 This is how the initial JSON is processed. Just a simple loop over add() You can do the same if you want to add multiple items. Add() is not...

This is by design. Inherited from the fuzz-aldrin library that we tried to replace. That was the behavior in atom text editor and other similar programing text editor (notably sublime)...

It would not be very hard to split query into tokens (say by spaces) Then score every entries against each tokens. Then combine those in an appropriate way. (we can...

I'd also like to support this idea. It also seems to be a non trivial task and I'd like to point to [ToothTray](https://github.com/m2jean/ToothTray) as a project that has done some...

Yeah it seem to work, but the menu appears at the wrong place for win11. it's an exe with no installation. [releases](https://github.com/m2jean/ToothTray/releases) > assets > .exe

The problem with \w is that in most implementation it is not unicode friendly. You'll split on accented letters like `é, û, à`, and probably any non latin character. whitelist...