James Gregory
                                            James Gregory
                                        
                                    Logging
We should piggy-back on NHibernate's logging facilities and use it to write out our own diagnostic logging.
If you inherit from PersistenceModel, the AddMappingsFromThisAssembly doesn't work because it (incorrectly) assumes the calling assembly is in FluentNHibernate.dll. See: https://groups.google.com/forum/#!topic/fluent-nhibernate/-MDmyisPt_E/discussion
### Provide a general summary of the feature here Hey folks, I have a ListBox which is displayed inline (aka not popped out by a trigger) inside a component which...
Hey, I'm liking the direction this library is heading. I think it has great potential to tidy up my React tests :+1: The only downside (and this is maybe rquery...
Occasionally etcd and locker seem to get into a state where a lock can't be created because the key doesn't exist. Doesn't make much sense. ``` Unable to lock foo...
It might be useful to be able to change the value of a lock without releasing it. I don't have the particular need for this right now, but I could...
Hey, thanks for this library, it's super promising. I've been using it for schema changes so far, but when I attempted to use it for an actual insert query I...
Calling multiPart with a mime-type that has a parameter, which is a valid mime-type, results in an error: ```kotlin .multiPart("file", "{}", "application/vnd.test;version=1") ``` Error: ``` MIME type may not contain...
Contexts aren't being attached to Request instances on creation, so if you have a custom round tripper which expects to be able to extract from the request context it doesn't...