Artavazd Balaian
Artavazd Balaian
I would want to wrap constants from Java to provide more context not just pure numbers. Imagine I have the following in Java: ```java package schema; public final class PointCloudType...
Followed https://github.com/facebookresearch/ELF#install-scripts and got `Python 3.7.9` installed, where `async` is a keyword: https://www.python.org/dev/peps/pep-0492/#deprecation-plans At least those places need a fix: https://github.com/facebookresearch/ELF/blob/1f790173095cd910976d9f651b80beb872ec5d12/elf/utils_elf.py#L191 https://github.com/facebookresearch/ELF/blob/1f790173095cd910976d9f651b80beb872ec5d12/elf/utils_elf.py#L197  Other references: - https://github.com/pytorch/pytorch/issues/3431
If my assumption that for the same input PointCloud, monotonically increasing voxel size should produce monotonically decreased downsampled PointCloud is correct then something wrong with the downsampling in VoxelGrid. Let's...
Trying to polyfill big area with resolution 11. I can see that internally algorithm prepared result https://github.com/uber/h3-java/blob/3a1e9bc9bcd1d62e9e8d4361230fe47bb5395242/src/main/java/com/uber/h3core/H3Core.java#L691 but when it tries to copy it to List it gets out of...
The following JS code works in Google Chrome: ```javascript console.log("########### Direct call in JS #############") console.log("window.document.createElement:", window.document.createElement("p")); console.log("document.createElement.apply:", window.document.createElement.apply(window.document, ["p"])); console.log("########################") console.log("\n") console.log("########## Call via Bind/Call ##############") var boundCall =...
Seems like `x-multi-statement=true` is causing migrate to fail with `error: migration failed: unterminated dollar-quoted string at or near "$BODY$` **Steps to Reproduce** 1. My migrations look like ```sql CREATE OR...
[Project: Add wasm32-unknown-unknown support (WASM) #93](https://github.com/alexcrichton/bzip2-rs/pull/93) is a candidate to bring WASM support
inspired by zstd-rs (https://github.com/gyscos/zstd-rs/pull/139)
[WebImageDecoder](https://github.com/geotiffjs/geotiff.js/blob/master/src/compression/webimage.js) should take into consideration `fileDirectory.SamplesPerPixel`. If it is equal to 3 it must convert `buffer` from RGB to RGBA. ### RGB example, file webp_rgb.tif The output of `gdalinfo` on...