Alberto Simões

Results 24 issues of Alberto Simões

Unfortunately image magick does not work when a dimension is larger than 30000 pixels. GDAL tools seem to support bigger raster files, but the interface is different from convert. I...

#### Problem description When using the Phrases model, words and punctuation are treated alike. While the corpus can be cleaned previously, it will destroy the corpus structure that is useful...

Hi I installed (or so I thought) auto-complete. It said: 2 compiled, 2 skipped. It didn't look bad, so I continued. Added the `(ac-config-default)` at the end of my `.emacs`...

While I suppose atlas format is somehow standard for some libraries, given HyperLap2D saves everything in JSON, it would be nice if an extra file could be saved in json...

enhancement

I have this configuration: ````` \newfontface\VerdanaFont{Verdana1}[ Mapping=tex-text, Path=fonts/, Extension=.ttf, BoldFont=Verdana1b, SmallCapsFeatures = { Letters=SmallCaps }, ] ````` It works great for upright, upright with small caps, and bold. But when...

try: ``` package foo; use Dancer2; use utf8; get '/' => sub { return to_json({foo => "Simões"}); }; 1; ``` vs ``` package foo; use Dancer2; use utf8; get '/'...

Bug
UTF-8

Hi I am new to ES, so not sure what this means. Nevertheless, hope this information can be useful. Also, would be happy to know how to disable this issue....

Just to not forget to look into it: ``` Checking dependencies from MYMETA.json ... Checking if you have Dancer2 0.151000 ... Yes (0.165000) Checking if you have Test::More 0 ......

All the quick methods should be documented only in Dancer::Plugin::Database::Core::Handler. Dancer::Plugin::Database and Dancer2::Plugin::Database should only redirect the user. That way we do not need to release the plugins when a...

If I use "db/foo.db" as my database file, using `bin/app.pl` finds it, but when using FCGI it doesn't...

bug