Kane York
Kane York
Is this still happening?
So basically a relative timestamp that always says "2 hours from now"? Interesting
Exporting mostly done
What we're seeing here is that the kernel will parallelize dispatch of operations that have no logical dependencies on each other. The test is looking for throughput of removals, while...
I don't like the way the PR is approaching this. We should come up with a general user API for all the inotify sending, then some helpers to generate "please...
If someone wants multiple outputs routing to a single input, they can hook that up manually, let's not do it for them.
I think it's fair to continue to assume by default maximum tech, for now, and let recipe substitution happen by deleting the old generated nodes and leaving an unconnected node...
Either right clicking the line or right clicking the input / output box, which could provide a way to select the connection to delete (by flow quantity? by type of...
I wrote a small program that logs the response headers to prove this: https://github.com/riking/AutoDelete/blob/master/cmd/pinsHeaders.go It consistently prints "X-Ratelimit-Bucket: 29438e9be9d5f3f082da200ec5a36e41" no matter what channel I request, plus: ``` X-Ratelimit-Limit: 1 X-Ratelimit-Remaining:...
This is the code currently in use: ``` body, err = c.bot.s.RequestWithBucketID("GET", discordgo.EndpointChannelMessagesPins(c.ChannelID), nil, "/custom/pinsGlobal") ```