Jeroen van Rijn

Results 159 comments of Jeroen van Rijn

It would be nice if on *nix platforms it'd copy permissions (chmod) and ownership (chown) instead of assigning the new file to the current user with some default permissions, or...

Is that a private repo, @xzores? ![image](https://github.com/user-attachments/assets/f309c06b-31bf-4530-9b30-0a7fe1aa6c7e)

I'm not sure if we can properly call this `// For data with content type application/x-www-form-urlencoded` if it doesn't take in k,v pairs that are then separated by either `&`...

The thing to do, I think, is to have `urlencode` and `urldecode` with the optional `space_as_plus` param. Then have a `form_parse` and `form_serialize` or something which take in the `map[string]string`,...

> Is this a good idea to rely on libc? @zhibog I can't speak for @zhibog, but [Go](https://pkg.go.dev/crypto/rand) purports to use `getentropy(2)` on macOS. > On Linux, FreeBSD, Dragonfly, NetBSD...

Good catch. Makes me wonder if that holds true for the [C noise library](https://github.com/KdotJPG/OpenSimplex2) it's based on, or an artefact of @NoahR02's port that we missed at the time.

I'll leave this tab open to remind me to update the unicode.xml version tomorrow morning.

To clarify, `bug(p=nil)` does do what you expect `bug(nil)` to do, correct?

I don't know why I was credited in this code. It could be that the author asked for some help on the Discord back then. Anyway, I had a look...

> Where should I add the copyright notice from the Go license? Add a COPYING or LICENSE file in the same directory and at the top of it make mention...