iphydf

Results 78 comments of iphydf

I'll see about installing Windows 11 this weekend so I can test it.

Is it possible to put the wart traverser implementations in the same project as the checker is checking? I can compile a traverser inside the project/ directory along with the...

Is there any plan to support this?

For anyone who wants to use literate haskell (in latex mode) with stylish-haskell, I wrote [this script](https://github.com/TokTok/hstox/blob/master/tools/format-haskell). It works for my use case and isn't forgiving if your format isn't...

Just cross-posting from #179: Do you think we could make this configurable in case I don't want to name my .github repository ".github"? The main reason for that is that...

The solution is probably similar. TBH if I look at the github API docs, it doesn't look like they have support for this (the API call is something like `/.../:branch/...`,...

FYI: https://hackage.haskell.org/package/network-msgpack-rpc-0.0.5/docs/Network-MessagePack-Client.html#v:execClient implemented this.

We're using the C version of the library. Size limit is an option (if implemented in the C version), but it's a bit crude, because when you're actually reading large...

https://github.com/msgpack/msgpack-c/blob/63511f29dbac8a1200a7653e561055e82e43d391/include/msgpack/v2/create_object_visitor.hpp#L199 The c++ version allocates the whole array at once, as well. The code to pointed at is the parse buffer (which is indeed managed with exponential growth), not the...

@BanzaiMan any news on the suid binaries?