-
Sometime in 2019, the way the game handled replay frames was changed, but there was no exception added for replays set before this change. So playing back those replays on newer clients is off for som…
dz-ss updated
2 years ago
-
The program below draws a rotating circle drawn with black outline and white interior on a gray background.
The circle has has center in the rotation center, so the expected result is a static image.…
-
Hidden nodes do not collapse / edges connected to hidden nodes remain visible upon collapse:
```
library(visNetwork)
library(magrittr)
nodes %
visNodes(shape = 'circle') %>%
visOptions(colla…
-
### Feature
https://github.com/CesiumGS/cesium/pull/11750 added an initial implementation of clipping polygons. However, some users are seeing performance hits depending on usage.
The performance …
ggetz updated
3 weeks ago
-
I know Fiji/Image J is meant to be a desktop app, but I was trying to move my macro to a cluster, in part to avoid some of the memory problems I have commented on the [out of memory](https://github.co…
-
When I am trying to draw a circle in iOS using this code
Mat mat = Mat((int)height,(int)width,CV_8UC4,data);
circle(mat, cv::Point(100,100),20.f,cv::Scalar(255,0,0,255), -1);
I get a distorted …
-
Hi Daniel,
I really hope you can spare some time to help me. I have spent an embarrassingly large amount of time trying to hack your code so that it will work with the `TextEditor` view.
I am ab…
-
This is a follow up to https://github.com/NeurodataWithoutBorders/helpdesk/discussions/78.
We have a system, documented [here](https://matham.github.io/ceed/blueprint.html), that uses a normal proj…
-
So I am attempting to implement a maximum filter on a CHM (Canopy Height Model) with a variable window size here, 'Tree_Heights' is a data frame containing the fitted values of a linear regression mod…
-
I think this is the same issue as #4. The example from that issue works with the current code, but the following doesn't:
```{R}
library(dismo)
tmpPts Error: TopologyException: side location c…