Mathew Trivett
Mathew Trivett
Realise this is an old PR. I was wondering whether it is possible to customise the polygons / geojson used by the choropleth visualisation? Would be happy to contribute to...
I'm not sure I ever found a solution but it is a compatibility issue between Python2 and Python3. One way to handle it is to only run your project with...
Sounds like an interesting proposal. Could you define the use case from a user perspective? My intuition would be you are trying to find organisations or services at a location...
The idea there would be that organisations that have services with taxonomy X,Y,Z would therefore also be organisations with the same taxonomy by association
[RRULE is also an internet calendaring standard](https://tools.ietf.org/html/rfc5545#section-3.8.5.3) developed by the IETF (Internet Engineering Task Force). If implemented properly this could make "recurring activities" compatible with all sorts of calendar type...
You could look at the ageRange property in the Recommended Fields of the [OpenActive](https://developer.openactive.io/data-model/types/event) standard. Being compliant with OpenActive opens up other use cases to exchange data modelled in the...
@robredpath would this be as numeric values rather than as a string? I feel we may loose some powerful functionality if it were to just be a string value e.g....
I'm having a similar issue. Could someone clarify. Does the account that creates the Service account need to be an Admin on the Domain? For example: - I am a...
It turns out that my assumption was correct unless a maintainer could clarify otherwise. The only users able to access the Admin SDK must be an Admin / Superuser of...
I've been able to get a sort of working version with React Router 7 up and running. File: `entry.server.tsx` ```tsx import { resolve } from "node:path"; import { PassThrough }...