D. Resch
D. Resch
I have a complex subdomain setup that is necessary to support a legacy application, and it involves the use of multilevel subdomains (i.e. https://mycommunity.registration.mynotforprofit.com). For my VHost mapping I mapped...
Firstly, great plugin! I spent a day experimenting with numerous options and this has gotten me the closest to what I need. I am trying to package an app, [DocxToBB](https://github.com/dresch86/docxtobb-java/tree/add-packaging),...
I re-cloned the repository and tried to build the OpenFL examples. The MainOpenfl class is not working for me. It builds but all I get is gray screen if I...
I think there is a bug in the alpha transparency for both textures and alpha itself. Take a look at this screenshot (https://www.dropbox.com/s/jru7a1joaa1qyyv/bhxbug.jpg?dl=0). I added a PNG with transparency I...
Just curious....does this plugin feed the include directories for headers into VSCode for code completion? I've got a bunch of red squiggles because VSCode can't find the headers. I had...
I'm submitting a… - [x] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** ``` DMG image generation failed due to: Command execution...
I'm submitting a… - [ X ] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** I am getting these errors just trying...
I have been looking for an example of how to package JavaFX with this plugin. I added the following to the gradle.build ``` task packageMyApp(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: build) { //...
Hi all, Firstly, great library! I am using it for converting exams made in Word to Blackboard Learn test packages. I would like to be able to convert WMF vectors...
I have a question about this section of the forum permission merger for SMF: ``` $tquery = $db->simple_select('forumpermissions', 'pid', "fid={$fid} AND gid={$mgid}"); if($db->num_rows($tquery) == 0) { // We hadn't any...