oliverpool
oliverpool
Sure, but only if someone is willing to take a look at the changes (I don't really want to invest time, if this PR is going to stay ignored for...
@dzinformatica you should find a detailed explanation in the issue #486
@keved93 maybe you can have a look at how the https://squoosh.app/ implemented the worker/frontend communication. https://github.com/GoogleChromeLabs/squoosh/blob/2bf0b904cd3ebf831c9b47e6f59ab508ae968f81/src/sw/util.ts#L46-L62 > The redirection to the desired route does not work for my TWA project....
Even if **it is not recommended**, you can override the images located at `app/src/main/res/drawable-*/splash.png` (where `*` must be replaced by each resolution). > :warning: Warning: Bubblewrap doesn't expect the generated...
I have created an external module to experiment on this: https://pkg.go.dev/git.sr.ht/~oliverpool/goath It seems to work fine in my case, but I would really appreciate a review! ```go import "git.sr.ht/~oliverpool/goath/goauthboss" //...
An approaching solution would be to improve the error message, to point to some documentation about this setting. This is what I got: ``` [vite] http proxy error: Error: unable...
@bboreham since `utility` is a helper, could you also do: ```go func utility(logger log.Logger, reason string) { logger.Log("msg", "important "+reason, "caller", log.Caller(4)) } ```
You would need to somehow pass this around you utilities, I guess.
If you need inspiration, I added the logic to build only one specific blender version and tag it accordingly in #47 (don't mean to spam, just for cross-referencing :)
For anyone interested, I built a docker image based on Ubuntu 22.04 LTS. See #47 for more details