Lennard Berger
Lennard Berger
Well in my environment it doesn't, as from the pip log you can see that out of the box it builds an arm with PEP 517. This is the expected...
@Bresenham try: ``` pip3 install cython pip3 install --force-reinstall --no-cache-dir --no-use-pep517 onnx ```
@MartinMuzatko and I will be trying this weekend to embed bsf into [Electron](https://electronjs.org/) by passing a native handle to `bsf`. If all goes well and this can be used, it...
This would be extremely useful. However it is already possible to capture these events when you use puppeteer (my current workflow). What can be done to bring implementation forward? Should...
As far as I can tell one would need to include the response data here, https://github.com/sitespeedio/chrome-har/blob/master/index.js#L462 Should I open a PR to get it rolling?
@soulgalore I actually realised that `response.body` is not part of the actual Chrome DevTools Protocol specification (see https://chromedevtools.github.io/devtools-protocol/tot/Network#type-Response). However it can be accessed via the API (https://chromedevtools.github.io/devtools-protocol/1-3/Network#method-getResponseBody). What I will...
hey @soulgalore sorry for not checking back with you in a while. So implementing is quite trivial, but our stack actually moved away from `HAR` and thus I don't have...
@Dj-jom2x if you obfuscate strings you will need a mechanism to deobfuscate said strings at runtime. You would likely put this mechanism in your obfuscated JAR making it very vulnerable...
Could you add a minimal example with a POM or Gradle to reproduce? You should assume that collaborators of this project do not necessarily know Spring Boot.
It would probably be best to add a regex here so the users can configure it to their liking