S. Andrew Sheppard

Results 29 issues of S. Andrew Sheppard

I added a link to this repo from http://trac.osgeo.org/proj4js/, I suppose the other wiki pages should also be updated and/or moved here.

Document how to: - [x] [Set up wq with SQLite for local development](https://wq.io/guides/setup-wq-with-sqlite) - [x] [Set up wq with Apache & PostgreSQL for production](https://wq.io/guides/setup-wq-with-apache-postgresql) - [x] [Describe your Data Model](https://wq.io/guides/describe-your-data-model)...

docs: intro

help wanted
docs: customization

This would make it easier to integrate with other tools - potentially allowing straightfoward integration with any OpenAPI-capable server. The [wq configuration object](https://wq.io/docs/config) would be updated to be more like...

api change

See wq/wq#58. This seems to be a larger ecosystem issue, so deferring to 2.0 while things are sorted out. - [x] Fix relative imports to add `.js` extension - [x]...

bug
api change

Given the license change in Mapbox GL JS 2.0 (and similarly for native), we'll eventually need to migrate to the [MapLibre fork](https://www.maplibre.org/) instead. This is not urgent for now, but...

[**wq.app**](https://wq.io/wq.app) is now over 7 years old! While it has proven to be a useful library over the years, there are a number of early design decisions that are starting...

wq/app.js contains a number of foreign key lookup functions that reference `this` (e.g. `_this_parent_lookup`). It would probably be cleaner to resolve those functions to their final values before rendering the...

If a Django model field is defined with a default, that value should be propagated down through the configuration and used for new items on the client. Right now this...

wq compatibility