-
GridDefinition or the BaseDefinition don't have an update_hash method, even though the `BaseDefinition.get_hash()` tries to call it.
https://github.com/pytroll/pyresample/blob/18805996beb4b82fcdc0c…
-
### The bug
After switching devices I noticed that not all recent photos are displayed in immich app on iOS. Both the app and the server are on the latest versions.
The error pops up when either…
-
Hello,
I'm using CSS modules in react, and was wondering how to apply the css files from node_modules?
I'm able to apply the fresh theme but not the styles from ag-grid.css
```
import style…
-
Use a hash function to access grid locations. Accept a point as an input and output a spot in the array. Maybe using (point.y * grid.xMax) + point.x as the hash key?
This will be useful because it…
-
I'm currently working on a project involving the segmentation of road lines in an outdoor LiDAR dataset.
I was wondering if you might be kind enough to provide some guidance on fine-tuning your pre-…
-
### 🐛 Describe the bug
When there are `view` and `index_put` ops, the generated Triton code inserts two extra clone ops, leading to bad performance. For example, in the following code example, we exp…
-
Hi all, @veckothegecko pointed me to [UXarray](https://uxarray.readthedocs.io/en/latest/), which may be a useful package for some of the underlying logic/methods for unstructured grids? Is it mature e…
-
As I'm using FOSRestBundle and have format agnostic controllers, I'd like to apply the filters by GET instead of POST.
However it looks like the form method is hard coded.
``
That's a bit odd to me …
-
I noticed that the results produced by the minting code, as reflected in the receipts accessed through the receipts API, didn't match an independent calculation of the expected rewards based on the ca…
-
Given a non-empty 2D array `grid` of 0's and 1's, an island is a group of `1`'s (representing land) connected 4-directionally (horizontal or vertical.) You may assume all four edges of the grid are…