valadaptive

Results 209 comments of valadaptive

That's really bizarre. `generated/autoconf.h` [*should* be present in the `linux-headers` package](https://archlinux.org/packages/core/x86_64/linux-headers/), but it isn't there. Try reinstalling `linux-headers`?

Did you install `uwurandom-git-dkms` from the AUR? Try removing it.

Looks to be the same thing that happened to another DKMS package-- a [typo in dkms.conf](https://aur.archlinux.org/packages/hid-nintendo-nso-dkms#comment-904878). I don't own the `uwurandom-git-dkms` package, so I can't fix it myself. @bs2kbs2k Mind...

> after 2021-05-27 10 PM UTC But it's only 8 PM UTC now???

You could take advantage of multiprocessing. I can create a PR for that if you want!

@epage Just wanted to make sure this hasn't fallen off your radar--it's ready for review now.

I've updated the flag-checking code and squashed most of the commits. Should the deprecation messages provide some sort of warning that the old options will eventually be removed, or are...

@mtth Do you intend to support the ability to roundtrip various Avro types to/from JSON? With the current representation that uses `Buffer`s, this works mostly fine, but with `Uint8Array`, the...

> It's nice to have, but I'm OK dropping `coerceBuffers` if it adds significant complexity. I believe it works right now in terms of recognizing `Buffer`s. However, since we now...

Just to clarify: the codebases are (as far as I can tell) effectively identical at this time, except for the fact that `through` has 0 dependencies whereas `@ljharb/through` has 12...