-
HTTPResponse inherits from io.IOBase, meaning it's iterable. By python's documentation this means it iterates over lines in the response.
The problem is that it calls IOBase's readline, which in tu…
-
```
CyanogenMod-7.1.0-RC14-11.08.29-Milestone
What steps will reproduce the problem?
1. Register sip account. (for example sipnet.ru)
2. Allow phone to receive incoming calls.
3. Get a battery drain
…
-
It's possible that we have a contract that has a function taking in an address (`u64` value).
```
contract;
abi Foo {
fn bar(addr: u64);
}
```
Then we have a script that calls this fu…
-
Operations on porttypes/bindings can have Input, Output, and Fault types. There can be multiple Output and Fault types. There can technically also be multiple Input types but I think this is disallo…
-
### Discussed in https://github.com/zephyrproject-rtos/zephyr/discussions/60743
Originally posted by **joekane101** July 24, 2023
I am converting this to an Issue for @joekane101 to gain more visi…
-
@uxcitizen noticed that there are several spots in this plugin using React's `dangerouslySetInnerHTML`.
https://github.com/Automattic/liveblog/search?q=dangerouslysetinnerhtml&unscoped_q=dangerousl…
-
See https://github.com/Rust-for-Linux/linux/pull/483#discussion_r722518188
A CI job could ensure that there are no `dbg!` (or `pr_info!`, etc.) calls left in pushed code would be a nice addition to…
-
### Description
if you [accidentally get the arguments for game_set_speed() the wrong way around], it sets gamespeed to 0 but runs the game at plaid.
### Expected Change
it shouldn't do tha…
-
We have a need to pass query string params to a DELETE call via `$destroy`. Would you consider allowing them to be passed in similar to `$fetch`?
The API we're calling also has a need to pass query s…
-
We are working on Ruby 3.3 support for the next release (24.2).
Any help is appreciated whether it is:
* implementing one of the Ruby 3.3 changes in TruffleRuby, and ensuring it is tested in specs…