Antônio Medeiros

Results 11 comments of Antônio Medeiros

I know nothing about Java 11 and jlink, but I believe the `--module-path` argument should be added to the file [`pdfsam-basic/pom.xml`](https://github.com/torakiki/pdfsam/blob/v4.0.1/pdfsam-basic/pom.xml), by the line 130, something like this: ```xml jlink...

I use OpenJDK 11 provided by the openSUSE Leap distribution. ``` $ java -version openjdk version "11.0.3" 2019-04-16 OpenJDK Runtime Environment (build 11.0.3+7-suse-lp150.2.16.1-x8664) OpenJDK 64-Bit Server VM (build 11.0.3+7-suse-lp150.2.16.1-x8664, mixed...

In fact, I was able to build PDFsam Basic v4.0.1 on a [Linux Mint](https://linuxmint.com/) 19.1 Cinnamon 64-bit live image on a [VirtualBox](https://www.virtualbox.org/) virtual machine. I just replaced the default OpenJDK...

I was not able to build PDFsam Basic v4.0.1 on an openSUSE Leap 15.1 GNOME 64-bit live image on a VirtualBox virtual machine. I installed Git, OpenJDK 11 and Maven:...

@borkweb said: > This bug has been fixed in master with the latest upgrade to Boostrap 3! > > I was able to fix this with CSS without creating unnecessary...

Olá, @CoderSquirrel, na verdade não falta nada, esse código-fonte tem tudo o que você precisa para compilar o Portugol Online, porém há algumas configurações que precisam ser feitas no IDE....

Não tive tempo de concluir, mas comecei a fazer o tutorial: https://github.com/vinyanalista/portugol/blob/master/README.md Executando o SableCC, você já gera esses arquivos que estão faltando. Muito em breve devo concluir esse tutorial,...

Olá, @CoderSquirrel, conclui as explicações que julguei necessárias. Por favor, leia o passo-a-passo e me informe se não conseguiu fazer algo ou se ficou alguma dúvida. Obrigado pelo interesse no...

I was able to do the query I wanted using: ``` php $aContent = $mapper->content(array('id !=' => 60, 'category_id' => 30))->category->fetchAll(); ```

I tried GloDroid v0.6.1 today. Installing to the SD card didn't work, neither using provided Android Tools binaries nor system's Android Tools binaries. My PinePhone keeps rebooting forever with the...