David Miguel Susano Pinto

Results 71 issues of David Miguel Susano Pinto

It seems that with the new version of gedit, this plugin does not work. The tab on the side-panel doesn't even appear. See the [debian bug report](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746430) for details.

### 🚀 The feature, motivation and pitch I'm the sysadmin of one of the servers that hosts datasets that appear on `torch.datasets` (`DTD`, `FGVCAircraft`, `Flowers102`, and `OxfordIIITPet`) . We're happy...

module: datasets
new feature

In version 3.5 of pySerial the argument names of `Serial.read_until` changed from: def read_until(self, terminator, size) to def read_until(self, expected, size) This was done in commit daaf33edd1a054a52fa8ec297a5767d06f96a942. From the commit...

In cmake the type of variables is BOOL and not BOOLEAN. This was causing the warnings "implicitly converting 'BOOLEAN' to 'STRING' type" when building.

The customconfig parser in offlineimap gets confused if there's comments that don't start at column 0. This is not inherited from the standard configparser (I tried to look into the...

enhancement
documentation
need contributor!

If an image has a dot in the filename, and the filename is listed on the groundtruth `imlist` without the file extension, then its filepath is incorrectly constructed without the...

There are multiple cpantesters reporting the following failure: ``` Can't locate object method "new" via package "Bio::Search::HSP::GenericHSP::SUPER" at /usr/home/cpan/pit/bare/conf/perl-5.14.2/.cpanplus/5.14.2/build/z3V70sjNdA/BioPerl-1.7.4/blib/lib/Bio/Search/HSP/GenericHSP.pm line 182, line 2564. # Looks like your test exited with...

We have `$Bio::Root::Version::VERSION` but that seems to not be good enough to some modules that have their own indepdendent VERSION. These are: * Bio/Root/Root.pm * Bio/Root/Build.pm * BioPerl.pm which just...

There are groups of modules that have groups of equal tests. For example, `t/RemoteDB/SeqRead_fail.t` has the same test units for a series of `Bio::DB` classes. Now that those classes are...

``` Possible precedence issue with control flow operator at bin/bp_genbank2gff3 line 690 ```