G Roques

Results 63 comments of G Roques

> the WB version is far from being a copy-pasted version. It was too specific to be used as a general library, so there are lots of changes. Each time...

> Please post this issue to the forum as well + add the URL when you do. @luzpaz Sure, any suggestions as to where on the forum?

@luzpaz No, I never bothered with providing feedback on the forum. It seems like this workbench is geared more towards GUI users. It was just a suggestion if @shaise or...

Looks like your right. Both [modify](https://github.com/MongoEngine/mongoengine/blob/master/mongoengine/document.py#L258) and [update](https://github.com/MongoEngine/mongoengine/blob/master/mongoengine/document.py#L258) don't call [validate](https://github.com/MongoEngine/mongoengine/blob/master/mongoengine/base/document.py#L348) and thus `clean`. Looks like only [save](https://github.com/MongoEngine/mongoengine/blob/master/mongoengine/document.py#L362) calls `validate` and `clean`. Will using `save` instead of `update` / `modify`...

Agreed. @bagerard @erdenezul Would one of you accept a **PR** for this?

@013ymc Do you want to put up a **PR** for this? I can help review it, and @erdenezul can merge.

@toniree I no longer actively use MongoEngine, and it seems like this issue never received any attention. My work-around was documented at the bottom of the issue (see the `Decimal128Field`...

Explaining the `sorting.comparators` would be helpful. This has been brought up in a previous issue, https://github.com/hrsh7th/nvim-cmp/issues/152, and the documentation request was declined since it's an "advanced feature". However, I would...

Hi all. I cobbled together a custom file sorter for `find_files` based on Telescope's default fzy sorter that simply doubles the score if the file is open (i.e. matches an...

> Probably this is because of `vim.fs` module's implementation. It cannot detect Windows file paths (including `\`) validly. > > After #156, this plugin takes more priority to use `rg`...