buko

Results 12 comments of buko

This is a very cool project. I wonder, does it need to be added to the core JDK? It seems like Oracle is moving in the opposite direction where things...

This apparently has not been fixed. The latest version of cqengine (3.6.0) provides no Automatic-Module-Name and will generate warnings and prevent modularized publishing. Can we add an Automatic-Module-Name for this...

+1 We've experienced this also and it is disconcerting... to say the least. In fact many times we don't even get the SIGSEGV error message -- the JVM simply terminates....

Just thought I would comment here and +1 this feature. I was surprised to see that RSyntaxTextArea has a getLineHeight method but no way to increase the line height. The...

It seems like perhaps this is an issue with xerial. sqlite does support windows longpath names via its vfs mechanism [https://www.sqlite.org/vfs.html#standard_windows_vfses]. For some reason Xerial does not seem to allow...

There is a workaround for this it seems. A [special file prefix exists that will enable longpathnames on Windows: '"\\?\"](https://social.technet.microsoft.com/Forums/office/en-US/fe1d8070-f2d0-488b-b7f9-f3540cdb1231/uncservershare-verylongpath-errors-out?forum=winserverfiles). Therefore the following code seems to work: ```java final Path...

In this example, shellPackageACode and shelPackageBCode are the sources for the actual PackageA and PackageB classes that both extend JshBase? So this code actually does change the base class for...

I think basically I need to do two things: 1) Change the base class used by InteractiveShell at runtime. So if the user types ‘load com.example.ShellPackageA’ then InteractiveShell will stop...

> What would happen if you sign/accept? I really don't know, to tell you the truth. Legal looks at this stuff, says "No" and there's not much room for debate....

Still consider this a very nice to have. Anybody want to comment on the best way to implement this functionality?