Jason Zwolak

Results 17 comments of Jason Zwolak

I'm having the same problem. Here is an example to reproduce. Using RSyntaxTextArea 2.5.8: compile 'com.fifesoft:rsyntaxtextarea:2.5.8' ``` import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea; import javax.swing.*; public class WrapTest { public static void main( String[]...

Switching to BorderLayout does _hide_ the problem. I would consider this a work around solution. I may not be able to use this solution in my production environment, but I'll...

I'm not sure I understand the use of `aotNamespaces` if non-AOT'd namespaces are _not_ included in the resulting jar. It seems to me that if non-AOT'd namespaces are not going...

The suggestion from @ajoberstar on May 24, 2020, works for adding the files to the jar. My use case was slightly different and I want to mention it here because...

The use case that brought this up for me is `gen-class`. I need to use `gen-class` to subclass a Java class. I want to do this in Clojure because my...

Hi Gareth, yes, please use the changes I made. I put them on Github so that others wouldn’t have to struggle with what I struggled with. I also hoped to...

I'm getting this same OutOfMemoryError when there is an Infinity in the data series. When I make a small adjustment to our data and the number becomes 1e7 then there...

The problem this issue points to seems to be much further reaching than the OP suggests. So yes, including a single namespace as AOT'd excludes all namespaces from the jar...

I have created an example Leiningen project using my Retroact source code. My Retroact project uses Gradle as the build system, so there are now two projects - one using...

I'm not sure if Leiningen has an opt in / opt out to include or exclude the source. By default the source is included for all namespaces, including the compiled...