-
This is the list of the countries whose admin boundaries are missing altogether:
- [ ] ALA: Aland Islands
- [ ] ALB: Albania
- [ ] ASM: American Samoa
- [ ] AND: Andorra
- [ ] AIA: Anguilla
- …
-
_Please paste the output from `/usb version` below_
```
Version: 2.8.10
```
_What steps will reproduce the problem?_
1. I can't get any new nether islands to generate
I run a HUB server with…
-
This would be fun, but a lot of work, because we'd need to get a custom chunk generator populating everything that we wanted to be in the world.
There should be no "bottom" to the world, only void. I…
-
public class Solution {
public int numIslands(char[][] grid) {
int count = 0;
for(int i = 0; i < grid.length; i++) {
for(int j = 0; j < grid[0].length; j++) {
…
-
There is a connection between France and Jersey but it is missing from the map (Normandie 1, 2 and 3).
Jersey gets 96% of its electricity from France (https://www.jec.co.uk/about-us/our-vision/sustai…
-
Currently all islands are represented at the same zoom level. See the island of Corsica as an example.
**Describe the ideal solution**
Represent major size islands according to their bbox like it…
-
**Steps to reproduce the bug**
In a XAML Islands application, create a `ComboBox` in a `ScrollViewer`:
```xaml
…
-
Searching for `bolivia (plurinational state of)` gives a `LookupError`
```python
pycountry.countries.search_fuzzy('bolivia (plurinational state of)')
```
Expected output:
```
[Country(alpha_…
-
### Checklist
- [X] I have [pruned](https://pgm.dev/docs/guides/preparing/pruning-chunks) the map. (If you used OCC Mapmaker and downloaded your map, it has been pruned for you.)
- [X] I have agreed …
-
### Is your feature request related to a problem?
I'm frustrated when I want to use an infill type to make the object I am printing stronger internally (like triangles or gyroid) But there are times …