kfreezen

Results 10 issues of kfreezen

I'm trying to build the latest version of your CurlThin library for a project I'm maintaining. Could you give me an example of a build command using build.py or explain...

The goal of this PR was to reduce the number of times the proxy generated a leaf certificate for a website. Feel free to pick it apart. I am using...

This allows us to intercept and allow or deny a websocket request. There is currently no way to read the websocket data flow.

Proposed fix for #141

I ran across this bug while using pyte to strip control codes from output for an expectation script. The two codes are * DECKPAM - Set alternate keypad mode *...

All the other steps in the tutorials work for me (oauth1/request, oauth1/authorize) but when I try to get a permanent access token, all I get back is an HTML response...

I've just been looking at minicartjs recently for an ecommerce website that sells fabric (by the yard). Now there are lots of people that want half a yard or a...

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug V1
unconfirmed

Added a multipart encapsulation for sending attachments to a SOAP server. Some examples of the current public facing API for attachments: ```python client = zeep.Client("wsdl-string") client.service.wsdlService(param0, param1, attachments=[open("attachment-file", "rb")])) ```...

## Change Summary Fixes regression documented in pydantic/pydantic#9235, which was introduced in upgrade to pyo3 v0.21 ## Related issue number pydantic/pydantic#9235 ## Checklist * [ ] Unit tests for the...

ready for review