mobilebilly

Results 3 issues of mobilebilly

Assume that the page is hosted under www.abc.com. The second one returns false instead of true for some unknown reasons. var url = null; url = "http://www.abc.com/"; alert( $.isUrlInternal( url...

As discussed in issue #1815, the current implementation of SqlMapper.AddTypeHandlerImpl is not thread-safe. When typeHandlers is cloned during concurrent access to this method, a race condition occurs because each thread...

**Is your feature request related to a problem? Please describe.** I am a bit frustrated when implementing custom destructuring policies because I cannot access the log level within the IDestructuringPolicy....

enhancement