Skip to content
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

Combine args and configfile #1107

Closed
wants to merge 83 commits into from

Conversation

tavdog
Copy link
Contributor

@tavdog tavdog commented Mar 4, 2025

You can pass settings at arguments (eg $tz) to pixlet. However when passing in a json config file it ignores the passed in arguments. This change merges any passed in arguments to the config map for render.

tavdog and others added 30 commits April 17, 2021 16:56
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
IngmarStein and others added 29 commits February 24, 2025 00:02
* Fix the DateTime picker
* Bump libwebp version for releases
While replacing the abandoned `material-ui-color` with
`@uiw/react-color`, we lost the feature that exposes color palettes
specified in the schema.
* 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.
@tavdog tavdog closed this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants