Simon Warta
Simon Warta
I was especially thinking of the copyright header in the clcache.py file. I think this should be extended with every non-trivial change to that file.
+1 for working on Botan as a curl TLS backend. > I would feel really stupid linking to curl and then sucking in openssl as a dependency, if I am...
We're also looking at [C++ Requests](https://github.com/whoshuu/cpr) but there is [no progress in TLS support](https://github.com/whoshuu/cpr/issues/31) for 2 years.
I never worked with `MemoryView` before, but looking at the PR it seems that - Only copy from host to guest is supported via `MemoryView::copy_from`, not guest to host. -...
Hey there! Great to see this moving in the board. The ticket was moved to **Ready to Merge** and **🎉 Done** but there is not PR linked. Is it done...
Great, thanks. Looking forward to it.
So you propose changing `CompiledFunction`'s `CompiledFunctionFrameInfo` type from `lib/compiler/src/function.rs`? Because the code you linked only occupies memory during compilation, right?
> as simple as replace the `mark_range_with_trap_code` contents with And then adapt the logic that reads the information assuming all following offests have the same trap code? Or is only...
Why would you want to escape forward slashes? They can only occur in JSON strings where they are perfectly valid JSON (and JavaScript, right?): ```json { "foo/bar": "spam //////////////////"} ```...
Thanks for the answers. I continued the research a little bit to understand _why_ this is a problem. This [is described in this StackOverflow answer](https://stackoverflow.com/a/4748651/2013738) and the linked documents. It...