Laurynas Alekna

Results 9 issues of Laurynas Alekna

What `json()` actually does - it deserializes JSON into a Python object. So the docstring below must be wrong: https://github.com/psf/requests/blob/fab1fd10d0b115e635b9ef1364f8444089725000/requests/models.py#L894-L918

ReDoc viewers are unable to see full list of default values when long list of default values is in use. Also default value `` seems to be overlapping with other...

Few deprecation warnings. FYI. ```python /usr/local/lib/python3.8/site-packages/riprova/async_retrier.py:141: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead self.on_retry = asyncio.coroutine(on_retry) if on_retry else None ``` ```python /usr/local/lib/python3.8/site-packages/riprova/async_retrier.py:279: DeprecationWarning: The...

Hi, I know that Gotify is pretty opinionated but I'll try my luck. I'm looking to switch from Pushover to Gotify as I prefer in-house hosted solutions for reliability and...

### What happened? Terraform v1.2.8 wants to re-create `hcloud_server` after `server_type` is changed manually and server is re-imported. ### What did you expect to happen? I expected no forced replacement...

bug

See https://interactivebrokers.github.io/tws-api/tick_data.html for more information.

enhancement

Code: ```go func marketData(c *cli.Context) error { var err error ibwrapper := &Wrapper{} ctx, _ := context.WithTimeout(context.Background(), time.Second*30) ic := NewIbClient(ibwrapper) ic.SetContext(ctx) err = ic.Connect(c.String("api_host"), c.Int("api_port"), 0) if err !=...

enhancement

- update channel to latest - success with ubuntu 24.04