Jonathan Hendler
Jonathan Hendler
Hi. Gordon looks great. Sorry if this is covered somewhere else. I'm particularly interested in approaches like those taken to run [sci-kit learn](https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/) on lamda or with or larger packages...
It would nice to have `selectioncontrols` available for web and macOS to create consistency between platforms. see https://github.com/flutter/flutter/issues/116576 https://stackoverflow.com/questions/72747672/how-to-add-toolbar-above-text-in-flutter-web https://pub.dev/packages/selectable ## Use case Custom selectioncontrols may be central to an...
## Description When creating a custom textSelectionControl using a SelectionArea, the web and macos versions do not have feature parity. https://github.com/flutter/flutter/issues/116607 . The work in https://github.com/flutter/flutter/pull/107193 looks like it will...
Curious how to do something similar with `SelectionArea()`
e.g. Maybe one for adding members: ``` mailchimp_api_root = "https://" + shard + ".api.mailchimp.com/3.0/" endpoint = mailchimp_api_root + "lists/" + mailchimp_list_id + "/members/" response = requests.post(endpoint, auth=('apikey', mailchimp_api_key), json=payload, verify=False)...
### Expected Behaviour Lets say I have some schemas locally that I don't have on the server yet. `jsonschema2md -d schemas -r "https://hai.ai/schemas/=schemas/"` ### Actual Behaviour `cannot resolve https://hai.ai/schemas/components/tool/v1/tool.schema.json` `jsonschema2md...