-
I'm experiencing an issue with the react-nfc-manager library when attempting to write NDEF well-known text to a smart card via NFC. When I send APDU commands directly using a card reader, everything w…
-
I don't know if there is something existing that can take a python object and do this, so I'm assuming we need to write one.
-
**Is your feature request related to a problem?**
The documentation shows that geopoint may be in many formats. One such format I used is WKT [Well-Known Text]. This is currently in use for my projec…
-
https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-05.html#section-6.3.1
Is defining that if vct is an https:// it should check the metadata under the well known (at least the 2nd part of t…
-
### Description
Before updating from .Net 8.0 to .Net 9.0 this code below was working perfectly:
```html
```
```csharp
private async Task HandleSearchOnEnterAsync(KeyboardEventArgs e)
…
-
A requirement is a request for an organization to add or support something that they do not already cover or support. These might be in the form of a new feature or a new standard. It might need to sp…
-
A requirement is a request for an organization to add or support something that they do not already cover or support. These might be in the form of a new feature or a new standard. It might need to sp…
-
Currently you have to write your query as a JSON object using GeoJSON, but there's also the WKT format, and the corresponding `ST_GeomFromText` function - it would need a small test to determine if it…
-
WKT projection strings are supported in https://github.com/proj4js/wkt-parser but geometry are not.
This (seemingly no longer maintained) project has support for converting WKT geometry to GeoJSON:…
-
### LanceDB version
v0.15.0
### What happened?
We have vectors in lancedb deployment as well as text and metadata.
For some reason calling `table.update(where="field=val", {"key":"updated_val"})…