Adam Bajguz

Results 46 comments of Adam Bajguz

Perhaps `[suggest]` is a better name?

https://youtu.be/agGQoD8c1Yo (minutes 38-49) https://ravendb.net/articles/pessimistic-locking-ravendb https://github.com/ravendb/book/blob/v5.0/Ch04/Ch04.md https://github.com/danfma/Fluidity.Raven.Lock/tree/develop/Fluidity.Raven.Lock https://elemarjr.com/arquivo/synchronizing-execution-in-distributed-systems-using-ravendb/

There is a possibility I'll be implementing RavenDB-based locking for one of my projects - if so, I'll contribute :) However, for now I have no idea how to implement...

I haven't tested this, but you can propably use abstract base class to achive sth similar.

@ikkentim this will be implemented for Typin 4.0 due to the redesign of the library that will finally make it fully extensible. Probably global options will be implemented as a...

Hi @iskandersierra, just quick info: I don't think I'm going to have much spare time to work on Typin till June, but if you manage to write some code, I...

Hi @iskandersierra, I have published a Typin 3.1.0 preview (Typin-3.1.0-dev-00014) with some changes I made 3 weeks ago - https://github.com/adambajguz/Typin/blob/develop/CHANGELOG.md PS. Unfortunately nothing related to Dynamic Commands :< but there...

Yes, you can write a custom help writer, but I will think about this concept maybe ` ` should be in help by default.

Hi @wayneyaoo , to be honest I was also thinking about building new help system but for Typin 4.0 that will be more extensible. Typin 4.0 is currently 'in development'...

I think we can try implementing from master branch, so it can be released as Typin 3.2 before Typin 4.0. Only data access layer of help will change in Typin...