Akito

Results 303 comments of Akito

@cowtowncoder Thank you for your response! 👋🏻 > I don't think YAML spec consider these identical. Some libraries/frameworks can do that but I don't think that is conceptually part of...

@cowtowncoder That makes sense. Since I wasn't sure, what to do about it, I am in the process of implementing my own way of handling this in Kotlin. I am...

I am quite baffled about how much there is to talk about when a newline is missing from the end of a file. # Solution 1. Check if file ends...

> Please see #20. This, along with most of the other issues and a number of improvements, have been rolled into a single large PR. It is therefore taking longer...

> Notably, other delivery apps do implement DHL support without any fuss. Does not matter the slightest bit. A lot of stuff is simply tolerated, but not 100% uncontroversial. One...

> My point being … what's the worst they can do? Revoke your access, basically. They're granting you access in exchange for you following those terms. That would result in...

> https://github.com/T-vK/DHL-Open-Source-Push-Notifications/blob/master/dhl > > Here's my implementation. The solution is quite simple: Don't use their official API, just scrape the website, no need to accept any ToS. That's perfectly legal...

I was very surprised to notice the hard way, this project does not just naturally, self-explanatorily, use `buildx` to simply build multi-arch builds. If this isn't already handled, I am...

Hereby I kindly present you my multi-arch image. https://github.com/theAkito/docker-nim https://hub.docker.com/r/akito13/nim It supports the following architectures. ``` linux/ppc64le linux/arm/v7 linux/arm64/v8 linux/amd64 ```

> I really think the images in this repo didn't age well. First, they're still unofficial. Second, they're not automated to build in sync with new releases, I build and...