Tom Kedem

Results 12 issues of Tom Kedem

I use jwt in header to authenticate as client. However after some retries the token expires and retrying will fail unless I update the token. Is it possible to add...

1. Is it possible to make saving/loading pairing record to the home folder optional? 2. Ideally we could skip writing ssl.txt to the filesystem as well, but it seems python's...

Currently dataframes are displayed without their index columns. Suggested solution: Add another for loop before this one: https://github.com/PablocFonseca/streamlit-aggrid/blob/e329bce74c0df5e4f4eba4d110c9461b578bf3ce/st_aggrid/grid_options_builder.py#L43 With the following code: ```python index = dataframe.index if isinstance(index, MultiIndex): for...

enhancement

If the window rect is not the same as the screen rect the hint position is wrong. **How to reproduce:** Use this example: https://github.com/krkrz/documents/blob/master/TJS2/tooltip.md and add this line at the...

The current latest version doesn't work with python3. Master does work.

Currently the windows rsd tunnel implementation relies on this project: https://github.com/DsoTsin/wintun Which is based on: https://www.wintun.net/ and also adds: 1. Python bindings for wintun 2. Installation of the wetest driver...

help wanted

There are some common lockdown errors that would be nice to have a dedicated exception class: https://github.com/doronz88/pymobiledevice3/blob/3a6113091c59c65f4db5d318e126c09f197a994c/pymobiledevice3/lockdown.py#L532 The list is here: https://github.com/libimobiledevice/libimobiledevice/blob/04c023317f616b4b9588cce8c2da3174a7d2086b/src/lockdown.c#L57 Specificly I've encountered the following that would be...

Hey, I realized now that there is no support for states that are substates. How difficult would it be to support them? Example: `AnimatorAccess.State(AnimatorAccess.stateIdSomSubState); //Cannot find such stateId.`

Currently the generate AnimatorAccess has a default namespace which generates warning if the file isn't in the corresponding directory. I think you could very easily determine the correct namespace by...

Since MacOS 13 it is recommended to bundle launch agents/daemons in the `Contents/Library/LaunchAgents` and `Contents/Library/LaunchDaemons` of the app. See: https://developer.apple.com/documentation/servicemanagement/updating-helper-executables-from-earlier-versions-of-macos PyInstaller only allows bundling files inside the `Contents/Resources` Possible solutions:...

feature
triage