-
After updating our dependencies from 7.3.2 to 8.5.2 (we're using NavigationSDK) the number of memory crashes has been increased in our production version. We do use our styles and our API for every pa…
-
### Version
6.6.4
### What platforms are you having the problem on?
Android
### System Version
Android 13.0 React naitve 0.73.0
### On what device are you experiencing the issue?
…
-
Building upon Issue #3, we expect `JavaVM.GetValue()` calls to be "buried" within binding code, _not_ directly invoked by developers (most of the time). Thus, how does a developer tell a binding metho…
-
I'd rather put a few methods in Java rather than put up with the verbosity and overhead of sending objects back and forth between the JVM, especially with the Android system APIs it's really suboptima…
-
When you try to build openni2 on arm64 platforms it fails in several places.
I've started working on getting it working. My progress can be seen [here](https://github.com/occipital/OpenNI2/compare/m…
-
## 🚀 Feature
(This is a follow-up to discussions that occurred offline, and on [zulip](https://napari.zulipchat.com/#narrow/stream/212875-general/topic/Async.20Tiles.20.23318))
Currently there is…
d-v-b updated
4 years ago
-
In ezdb-leveldb I optimized away some unnecessary byte[] copies by exposing Slice methods directly in DBImpl and making the DBComparator zero-copy. This almost doubled the performance for iteration fr…
subes updated
3 years ago
-
## 🐛 Bug
The tracks layer (which is fantastic in every other sensce) does not allow for greater than 3D + t dimensional data. The tracks layer is designed to take a two dimensional array of track v…
-
https://user-images.githubusercontent.com/231996/110044185-ff57e600-7d48-11eb-85df-ba03da080c63.mov
## Pseudocode
```python
@magic_factory(...)
def widget(...) -> List[napari.types.LayerDataTu…
-
We need to decide how we implement.
Options include:
- Purely native (iOS/Swift, ....)
- Shared implementation (C, Rust, Kotlin, Go, Dart?)