Clay Sweetser

Results 138 comments of Clay Sweetser

Just want to put this out here: https://docs.python.org/3/library/dataclasses.html It strikes me that a similar module would solve the "common initialization logic" problem, as well as some other common requests.

> I am not sure this belongs in the stdlib. > Also it seems relatively simple to implement manually when needed. I can see a "dataclasses"-like module being more effective...

@slangmgh What version of mvcc are you using?

Looking at a [related PR elsewhere](https://github.com/rust-random/rand/issues/111), I agree with @wqweto. RtlGenRandom is the way to go here.

Can you explain what exactly is being pulled? As far as I know, the only dependencies the compiler needs are csources.

> But if you download the full release file--it's all there ready to go. By "full release file", do you mean a file attached to a GitHub release, or something...

@ryanmkurtz @caheckman Since Ghidra's internal documentation is a bit sparse on the subject, is there any way for an internal plugin to reformat the C code emitted by the decompiler?...

From looking at the following files: - file I _think_ (and I might be wrong!) that the root of the problem is that Kaniko's [`RunCommand`](https://github.com/GoogleContainerTools/kaniko/blob/main/pkg/commands/run.go#L55) struct currently doesn't handle the...

Some thoughts/comments, which may or may not be entirely related to this issue: - Something the Python and Go standard libraries do is use target-agnostic 'front-end' modules that conditionally import...