Joseph Finlayson

Results 12 issues of Joseph Finlayson

Given I am offline When I try to upload a plant with a photo The add plant spinner spins indefinitely

Changing access permissions for binary script :: weasel ln: /Users/jfinlays/.oh-my-zsh/themes: No such file or directory /Users/jfinlays/.zshrc: line 30: ${(k)dirs_to_prepend[@]}: bad substitution /Users/jfinlays/.zshrc: line 43: /Users/jfinlays/z/z.sh: No such file or directory

This PR creates a new NPM task (`npm run build-static`) that makes it easy to get a static site running on github pages. It stops the generation of async modules,...

``` ➜ getting-started git:(master) ✗ pwd /home/joe/satori/react-chat-components/samples/react/getting-started ➜ getting-started git:(master) ✗ npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...

I'm trying to map between two resources ``` class AirtableShopifyMapper(odin.Mapping): from_resource = AirTableProduct to_resource = ShopifyProduct @odin.map_list_field(from_field='wholesale_price', to_field='metafields') def wholesale_price(self, value): return ["wholesale_price"] @odin.map_list_field(from_field='sample_price', to_field='metafields') def sample_price (self, value): return...

enhancement
question

{ "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." } ], "code": 403,...