Boris Lau
Boris Lau
_Note this is only a mitigation fix_ ### Scenario If we only generate the reset link using expiry link and max age, with in the expiry period, anybody with view...
Add nox
This PR add the [nox](https://nox.thea.codes/en/stable/tutorial.html) as a starting environment for getting started with `pandas-vet`. Issue: #86 Changes: - [x] Adding initial nox infrastructure - [x] Edit README to reflect new...
Good stuff, thanks! Needed a feature which allow the variable to listent to changes from localStorage so here it is.
A simple change to allow timeout parameter to be passed to feature implemented in: https://github.com/mhevery/jasmine-node/pull/142 Please do let me know if there's any feedback. Thanks for this great snippet that...
Add support for Vision data for various LLM vendor (Gemini, GPT, Azure OpenAI GPT). This implements feature requested in https://github.com/stanfordnlp/dspy/issues/624 This adds the `is_image` property to `InputField`. We expect this...
While experimenting with GPT4/Gemini, noticed that sometimes the completion will contain the input. In that case, the previous `template.extract` will fail to extract (see `test_single_output_with_noise` test). This provides a fix...
The latest version ~2.4.* is broken on Android. This is due to an oddity in https://github.com/react-native-webview/react-native-webview/issues/356 that the addEventListener needs to be modified for Android WebView. This now fixes the...