Gytis Repečka

Results 21 comments of Gytis Repečka

Thanks, I will create a Pull Request. Or shall I perhaps use `wf_db` abstraction layer like [this migration](https://github.com/writefreely/writefreely/blob/develop/migrations/v8.go) does?

> @gytisrepecka if you're creating a PR, could you make the column 2048 chars long? Keycloak gives very long auth tokens (>1300 bytes). Thanks! Since it's `varchar`, I don't see...

> I would welcome such a change. > > A note to others looking at this issue: The Overlay function does support Alpha channel today, so if you overlay an...

Because current `Overlay` filter is [implemented specifically](https://github.com/gohugoio/hugo/blob/master/resources/images/overlay.go#L31) for usage with [gift](https://github.com/disintegration/gift) library, there is really no good way to implement _opacity_ setting to overlayed image rather than modifying `disintegration/gift` library...

Well, [the library](https://github.com/disintegration/gift) hasn't been updated in almost 2 years, but I'll see if contributing to it makes sense. Thanks, I think considering current Overlay filter implementation, adding `opacity` should...

These are great news 👏 ~~I'm sorry if that has been already answered before, but does this include moving from GoToSocial (e.g. to Mastodon), or moving to GoToSocial (e.g. from...

Pastebėjau, kad po kurio laiko nenaudojus programos „Apskaita5“ viertualioje mašinoje su „Windows 11“ programa nebepasileidžia. Problemą išspręsti padėjo .NET 3.5 perinstaliavimas, paketą [parsisiuntus iš šio puslapio](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net35-sp1) (pačios „Apskaita5“ perinstaliuoti nereikėjo).

> Trying to roll `yarn.lock` back How do you do that?

Apparently following WriteFreely blog from Mastodon involves some extra communication which I don't observe when GoToSocial is attempting to follow WriteFreely blog. Here is debug information from my exercise: *...

~~It looks like there is an error in linter:~~ > Bash include file `themes/inretio/inretio.theme.bash` has bad/missing shellcheck header Because following is indeed the recommended [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) to properly find BASH location:...