Vincenzo Castiglia

Results 45 comments of Vincenzo Castiglia

> What do you think? that we need copy on write

try with [:demand t](https://github.com/jwiegley/use-package#notes-about-lazy-loading)

this feature request is also satisfied by another package: [major-mode-hydra](https://github.com/jerrypnz/major-mode-hydra.el#use-package-integration)

I would like to suggest you to read [this article](http://blog.axant.it/2016/01/04/mongodb-and-unitofwork-love-or-hate/) Can you please describe how do mongo acid transactions compare to ming's unit of work? and how do you think...

@KshitizGIT I ran into this issue too. Changing the `session` property on `__mongometa__` nested class didn't do anything. also `session._get().bind = ...` raises AttributeError because it's a readonly property and...

```python In [13]: def target(_id, _type): ...: db = MongoClient() ...: db.testdb.testcol.update_one({'_id': _id}, update={"$set": {_type: getpid()}}) ...: In [14]: for i in range(100): ...: _id = db.testdb.testcol.insert_one({'a': 0, 'b': 0}).inserted_id...

instead of `gearbox gitignore/gearbox hgignore` what about --enable-git and --enable-mercurial options in gearbox quickstart?

Hello, I just looked into this. there is a single line to be changed, I changed it here https://github.com/CastixGitHub/i3-workspace-names-daemon/commit/986ee65a7132854235228862259ccc7935fcb1a5#diff-2f1824e92c1a5b4d944c82038f257be7R195 I noticed it reaching 100% coverage, writing this test https://github.com/CastixGitHub/i3-workspace-names-daemon/commit/986ee65a7132854235228862259ccc7935fcb1a5#diff-44c2c318351d9fcd29d696cbd1a4b0f0R135 so,...

Hi @Zinston, can you please explain the issue? Also, notice you removed `ignorecase` for the standard behaviour

Ok, did you check the title transform available from this fork? https://github.com/i3-workspace-names-daemon/i3-workspace-names-daemon/blob/master/README.md#193 I think your issue should be covered by that, otherwise, could you add tests?