Glenn Pierce

Results 29 issues of Glenn Pierce

I have an example below which schedules three functions / closures to run at the same time. However, they don't seem to run async. Is this by design ? Are...

I can only seem to run with nightly-2017-06-29 later versions give I think the issue is fixed in https://github.com/zslayton but not your local fork. error: use of unstable library feature...

If you are interested I need a basic parser / evaluator to perform simple maths on vectors of data. Why trying to learn your code I made a port to...

If I have a pyfunction like ``` #[pyfunction] fn get_data(py: Python, sensor_id: i32, start_datetime: &PyDateTime) -> PyResult ... ``` that calls into_coroutine for a async block I get F: Future...

Sorry if I have missed this but is there a way to read response headers. I need to access these to do some scram authentication. I see methods like readHeaderValue...

Hi I am having trouble reading multiple registers in this case. I am reading 6 registers with the following ``` let result = client.read_holding_registers(2048, 6).await; ``` This returns ``` Ok([10,...

awaiting feedback

Hi asking here as I think it is a technical build issue that wouldn't be answered well on the qa site. Hope that is ok. Thanks. Hi I have some...

Is there a way to install a on click or double click handler for the legend items. I can't see an example. Thanks

I am trying to port my code to pyo3_asyncio 0.15 from 0.13 And it all compiles. However, when I try to call an async main method in my python script...

### ⚠️ Please verify that this bug has NOT been reported before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to...

bug
need-reproduce-steps