-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### The Problem
In Vert.x 4.4.5 all methods which exposes Netty classes directly are deprecated. NeonBee is using …
-
The current `dist/browser.js` is a monolithic minified CJS bundle.
It is my understanding that this format is only preferable if including SecretJS through a `` tag -- but when using most forms of …
-
### Summary
Reading/writing a place requires that place to be based on an aligned pointer, but taking the reference of a place only requires the referenced place to be aligned. These facts together m…
CAD97 updated
2 months ago
-
Creating a new issue to bring in more attention to this.
Pasting some relevant comments from #707 .
Sanket1729:
I think we should only pass by value when you give up ownership and I see no rea…
-
First of all, thank you for your great work and for publishing the code!
I’m trying to experiment with my own data and was wondering how to get the disps.
My understanding is that you need to cr…
-
While the Hyberband and Bayesian tuner are both very good in terms of eventually arriving to a hyperparameter combination, it seems like one of the state of the art hyperparameter tuning methods combi…
-
-
**Describe the bug**
The array returned by `c.getRotation` is mutable and live but updates aren't reflected
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://gltf.report/
2. Op…
-
### Topic
As p5 sees increased adoption for mobile AR/VR, what can we do to make sure things run more smoothly? Here are a few points to discuss:
- After https://github.com/processing/p5.js/pull/580…
-
There are cases - particularly around object allocation - where we could benefit from virtual method dispatch behavior despite not having a receiver instance to operate on.
For example, with object…