brr53
brr53
I have attempted to disable the black "shading" that occurs when the user is dragging the box out. I haven't been successful in doing so. How can I disable the...
I have been unable to use Java 8 as my version of intelliJ does not support creating a JavaFX project with a java version less than 11. When using Java11+...
Which version(s) did you encounter this bug ? 4.3.4 ### Context I noticed that CookieStoreImpl improperly parses the domain when there are subdomains. The problem comes from the following lines:...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Detection ### Bug I've noticed that Yolo Segmentation Inference...
Currently NDArray.max(int, boolean) only returns the max values. However it should also give the indexes in a tuple as per pytorch docs. https://pytorch.org/docs/stable/generated/torch.max.html "Returns a namedtuple (values, indices) where values...
## Description When starting an application with: `Logger logger = LogManager.getLogger("test");` It takes 5 seconds consistently for the first logger to initiate. Afterwards, this command can be repeated and there...
Hello, I'd like to use Helium with Safari although I see it is not supported via the docs.
I've noticed EJML matrix multiplication is more than 20 times slower than Pytorch or Numpy. Below I have some test code to reproduce the situation. Am I doing something wrong...
Test Code: const ChromeLauncher = require('chrome-launcher'); ChromeLauncher.launch({ startingUrl: 'https://google.com/', chromeFlags: ["--remote-debugging-pipe"] }).then(() => { console.log(`success`); }); Here is the output of the result. node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^...
Dear @vsilaev , thank you again for the great work on Tascalate! I've noticed a small bug which I have not been able to locate the error in the source...