Tim Schaub
Tim Schaub
I'm curious why [the spec](https://github.com/opengeospatial/ogcapi-features/blob/5a1d6a7fe2401249f557914f9571a680741d0cc0/core/standard/clause_7_core.adoc) says "Each feature in a dataset is part of exactly one collection." I understand the requirement that identifiers be "locally" unique (feature id is unique...
The readme suggests that `space.lab.lch` is a function: https://github.com/colorjs/color-space/blob/9687f77a0c95cdf37bba7ef7aa0fb35237446472/README.md?plain=1#L13-L16 However, running this throws `TypeError: space.lab.lch is not a function`. Should this be `space.lab.lchab` instead?
I'm trying to use this module to read an existing Parquet file and write out a modified Parquet file. For example, I would like to transform a single column from...
Running `docker compose up` with the [trino-iceberg-minio example](https://github.com/bitsondatadev/trino-getting-started/tree/ce3b5dc9d274f21de4d9a4676e8eb1dd97870636/iceberg/trino-iceberg-minio) fails with things like this in the logs: ``` hive-metastore-1 | MetaException(message:Error creating transactional connection factory) hive-metastore-1 | at org.apache.hadoop.hive.metastore.RetryingHMSHandler.(RetryingHMSHandler.java:84) hive-metastore-1 |...
Would you be amenable to a pull request that swaps out jake for grunt? Tests are currently not passing for me on Node 0.10 (only 0.8). And I can't get...
Hello. I'm having trouble unsubscribing a repo from alerts. The following returns a `500`: ``` DELETE http://npmalerts.herokuapp.com/api/[email protected]&repo=https://github.com/tschaub/grunt-gh-pages ``` (Where `example.com` is replaced with `gmail.com`.)
The getInputStream method on URLConnection throws an exception if the server returned status 500. In these cases, getErrorStream contains the appropriate body. See http://github.com/tschaub/narwhal/commit/100c0ff2da88e55ed8c0f469d49e0f0a8eb19da5
I get a `java.lang.RuntimeException` after 59455f0a25fccb7796f181eb9a24346ea263c191 when trying to use the Rhino debugger. It looks like `context.setOptimizationLevel` is causing trouble. A workaround is to check `NARWHAL_DEBUGGER`. See tschaub/narwhal@de63811bb3ccc96d3501b14c5369428d8b9da68e
In engines/rhino/lib/zip.js line 30: ``` throw new StopIteration(); ``` should be ``` throw StopIteration; ```
See tschaub/jack@ee2a7a7cf7ec29d807fcfa6881c80103cbb4b2ac