Josh Purcell

Results 31 comments of Josh Purcell

I closed the duplicate issue I created yesterday for this one. I initially didn't find this issue though since data lineage wasn't mentioned. This would be an excellent feature to...

The [Dark Reader](https://darkreader.org/) extension makes it easy to get Kowl in dark mode: Maybe copying color values applied by this extension will make dark mode implementation a little easier.

Thanks for the responses in this issue thread. I see that information on osmdroid has been added to [the above mentioned issue](https://github.com/OneBusAway/onebusaway-android/issues/60#ref-issue-14901491), so this issue likely needs to be closed....

I'm getting what seems to be the same error with npm v3.10.10 (which comes with the current latest node, v7.2.1): ``` > [email protected] postinstall /Users/joshua/projects/godigital/web/node_modules/victory > cd lib || builder...

How does the [recent license change](https://www.apollographql.com/blog/announcement/moving-apollo-federation-2-to-the-elastic-license-v2/) for Apollo Federation 2 to Elastic License 2 impact future plans to have juniper support federation?

I think there is at least one other issue with the example, the next step also fails: ``` > docker compose logs -f consumer redpanda-consumer-1 | + sleep 10 redpanda-consumer-1...

Amazing thanks for the update and PR!

This likely an issue that is resolved by installing `libc6-compat`. Add this to the alpine dockerfile: ``` RUN apk update && apk upgrade && apk add bash libc6-compat ```

Now that [this](https://github.com/redpanda-data/redpanda/pull/3788) is merged, would that unblock this PR?