-
**Describe the bug**
st_transform does not transform map projection correcttly in some situations.
**To Reproduce**
```{r}
library(sf)
library(ggplot2)
library(rnaturalearth)
wld
-
### ⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### 🏷️ Feature Request Type
UI Feature
### 🔖 Feature descripti…
-
Request resurrection of the Store and Forward (S&F) module for 2.x firmware. Previous work stalled on this module for unknown reasons (time, complexity?) and it is a great capability for any mesh.
…
-
At the moment there is no "easy way" to run an upgrade in containeraised instance.
We would need to hook into the different containers and update the dependencies and also run the alembic upgrades a…
-
I started with [this guide](https://scalacenter.github.io/bloop/docs/build-tools/maven) to convert it into a bloop project with maven plugin. The export will succeed, but I can't successfully compile …
-
### Java Pack Direct Download URL
https://download.mc-packs.net/pack/2b817d160c790f61289cd1f6d8787b2c4cb541c9.zip
### Default Pack Direct Download URL
_No response_
### Bedrock Merge Pack Direct D…
-
When I use the filter to set the video to have multiple paths, for example "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip[flip]; [main][flip] overlay=0:H/2" or "[0:v]scale=iw/2:ih/2[a];[1:v][a]over…
-
### Summary of the new feature / enhancement
it would be nice if format doc would work in the editor in the admin site, 4 spaces would be nice for a tab
### Proposed technical implementation details…
-
When doing math, it's useful to be able to negate variables
```gleam
fn(a, b) { -a - 3 * b }
```
but `-a` won't parse. A workaround is `0 - a - 3 * b`, but a unary negation operator would be nicer…
-
Looking into fixes around #1943 , I discovered that for some time the schema validation for YAML pass even when "INVALID" entries are found. Apparently, in the switch over to GHA from Travis, these we…