cool-guy-dev

Results 8 comments of cool-guy-dev

hey @jstrieb i have a question about where the password is being stored in the client side?(is it inside the url itself)?

> Hopefully this answers your question! Thanks jstrieb for the answer,it really helped me.

hey @jstrieb ,i have a doubt about encryption,is it possible to encrypt a string(length < 280chars) to an encrypted string of length

> could you please tell me the issue in some detail. probably the different response objects like: - file response - streaming response etc.

@victorccaldas I made an implementation of a tkinter video player where you can also play **AUDIO and VIDEO** simultaneously.[github page](https://github.com/cool-dev-guy/tkintervideo) ``` pip install tkintervideo ``` ```python from tkintervideo import player...

> Yes 👍 you can use everything from langchain ! hey @toukoum I was trying to use langchain with g4f with agents,but its not working. eg: openai-tools are not working...

hey,just for info,using android studio for it is very much easy(based on lazyfoo sdl2 tutorial)(its outdated but it also works for newer sdk,ndk versions and some small debugging as mentioned...

This is probably not an issue with `ttkbootstrap` instead its caused due to a mistake in the `datetime` code: ```python my_date = '4/14/1980 1:01PM' # Add a space between the...