Jay Barra

Results 9 issues of Jay Barra

Using screen coordinates for the canvas in a worldWindow will not return any visible objects. ```javascript var clientRect = this.worldWindow.canvas.getBoundingClientRect(); var region = new WorldWind.Rectangle( clientRect.left, clientRect.top, clientRect.width, clientRect.height); var...

bug

I would like the ability to disable via configuration the zero-assertions condition as a failing condition. There are several tests where the `is` has been moved to a separate namespace...

improvement

In the [CEOS_EXTRA](https://cmr.earthdata.nasa.gov/stac/CEOS_EXTRA/collections) collections page there are collections with spaces in the version name such as `USGS_SOFIA_eco_hist_db1995-2007.vversion 7` that should be URI encoded in the links.

Adds the typing for lodash when using LSPs

There is a null value in the list of providers being returned from the https://cmr.earthdata.nasa.gov/search/providers endpoint. To replicate ```bash curl -XGET https://cmr.earthdata.nasa.gov/search/providers | jq -c '.items[4]' ``` Compare to other...

Extend the STAC Item properties with a new extension specific to CMR values.

#124 may be the same issue or related. I am getting an error trying to insert when a datetime2 field which has an explicit nil. ```elixir defmodule MinimalProof do alias...

bug

I will randomly get this error when doing batch inserts. I can have the same data being inserted over and over and it happens randomly. ``` ** (Tds.Error) Line 1...

From the first page of items on the following collection, https://cmr.earthdata.nasa.gov/cloudstac/LAADS/collections/XAERDT_L2_MODIS_Aqua_1/items ```shell curl -XGET https://cmr.earthdata.nasa.gov/cloudstac/LAADS/collections/XAERDT_L2_MODIS_Aqua_1/items ``` Attempting to use the pagination of `next` link fails with a 500 response from...