-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location picker by jeff #1108
Closed
Closed
Location picker by jeff #1108
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to control position of text
Example: ``` $ ./pixlet list coarsely-sunny-refreshed-blowfish-f9f boris-bikes MKBGQqUqZfRIAvQDADC9 tartan EpxRBkyVx3XgOpXJrGlK tube-status tVGDbkTLIpeBGMEhNUCM amazing IxOnNFhmbyr5H3BjUuPp tube PE4KU0h3k9Jit7Dfj7GS busy-tube UAZrgEqv58XV27dIXGbW tube 2RTeEpncRe9T7T5EtCfS busy-tube vEGu50hl59fpxQYaiNUE tube d0eHVa3g1NaTDz7EG91l tube WxH2uHMmME7CT6KBvCUJ tube EdXutAKiSGryn9W0DJ7O busy-tube XoYkwjDbyOc7yoSpPEGN mind-the-gap mTbYjHAtBwHC2GMICacF london-bus-stop engEBag2Nini9nm7Fwet london-bus-stop UUQUbjEUI5W1Uh0KqaGg london-bus-stop FcUt1ZgEYvlE8DIwp9WJ london-bus-stop KsF57VpF70M0610WI8zf london-bus-stop 5hFDlBKIigd1xYqAojmm sunrise-sunset cR47CGrB2yHsuTBYlf8T weather 8BxjDROVyZ2BE3Z8J1eG clock-by-henry MCWwnWVcQflVZge3usXC jwst dUxcwMJvBBNpxGepbCNH life kIs0z9DRVt80AhiQLU1g random-cats 2Tf77dm191pxSiokKP9h national-rail BxXPJYzjgeQRMcE41Icd earthquake-map zOl1GofQfeAkxohCcmZC yule-log DUDIQ1figTTK3mqlvGyd superbowl NNKsGirwYUlBdEpuAj6r ```
push.go has a comment saying installation-id should be a flag. I think it makes sense as an argument here, since it's required. You can push without an installation ID but you can't delete one. Feel free to let me know if you'd prefer a flag though. This let me get rid of the broken app that I couldn't delete from my phone. So I'm happy.
Merge remote-tracking branch 'upstream/main' into dino_update
fix fix put back timeout and serveGif fix fix
Add a workflow to build Docker images with a static pixlet binary
Use a forked go-libwebp with a newer libwebp version
Add devcontainer and bump dependencies
Add a flag to use a different base URL than api.tidbyt.com
* Update from React 17 to 19 While replacing the abandoned `material-ui-color` with `@uiw/react-color`, we lost the feature that exposes color palettes specified in the schema. * Enable npm and devcontainers for dependabot * Bump Go dependencies * Remove unused imports * Migrate from Grid to Grid2 * Fix wrong initial values being displayed in the location picker
* tavdog -> Tronbyt * Compress images with ImageOptim * Split the React app into smaller chunks - split the code through dynamic imports - increase the bundle limit to 1 MB - optimize imports for tree shaking
This fixes the docs/schema/locationbased/example.star case, but the stored location is still not loaded correctly.
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.40.0 to 3.41.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.41.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@fontsource/material-icons](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/material-icons) from 5.1.1 to 5.2.5. - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/material-icons) --- updated-dependencies: - dependency-name: "@fontsource/material-icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.2.1 to 10.0.0. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v9.2.1...v10.0.0) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@fontsource/barlow](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/barlow) from 5.1.1 to 5.2.5. - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/barlow) --- updated-dependencies: - dependency-name: "@fontsource/barlow" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.2 to 13.0.0. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/copy-webpack-plugin@v12.0.2...v13.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
if config args: merge with json file params.
Adding Geoapify LocationPicker to location.jsx and locationbased.jsx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Works in my test.