Tom Misilo

Results 64 issues of Tom Misilo

Using the function version() allows the check to work correctly on Ubuntu 20.04 when the samba version has -Ubuntu in the string returned by the sed command.

**Describe the bug** When running maven throwing reload-log4j warnings ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for org.dspace:dspace:pom:6.4 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-reload4j:jar ->...

bug
interface: REST API v4-6
interface: XMLUI
interface: JSPUI

Hi, I am trying to use with GitHub Enterprise, however it keeps asking for a username and password. We are using the CAS backend. Thanks!

feature

Fixes bugs #158, #40, #124 allowing for a custom data directory This is a rebased version of #160, and #179

Disable Starting of MySQL Server on Debian based systems during install.

planned

This allows users to override the attributes for first name, last name, and email. I tested this locally, and it works, and would be great to not have to overwrite...

```//Search documents using Mango Query CouchDB v2.x $selector = ['_id'=>['$gt'=>null]]; $options = ['limit'=>1,'skip'=>1,'use_index'=>['_design/doc','index'],'sort'=>[['_id'=>'desc']]]; $query = new \Doctrine\CouchDB\Mango\MangoQuery($selector,$options); $docs = $client->find($query); ``` The find function does not appear to be implemented,...

Would it be possible to have support for bookmarks added?

Is there a way to get the RSSI for the transmitter (on the return packet ack)? I tried doing: ``` c // Base Station Address // Change these two values...

Hi, Is it possible to get the hardware serial of the device connected to the ardunio?