László van den Hoek
László van den Hoek
**Describe the bug** If your Windows home directory contains "special" characters, you need to manually fix your `PATH` variable after the Powershell installer finishes. Also, you must change the default...
The Java API of `PartitionWith` takes a function that yields a `scala.Either`. Constructing that from Java is cumbersome. `Either.cond` comes close but by-name laziness is not retained. I would like...
### 🚀 Feature Request If I run `predict()` on an image, as per the [YOLO-NAS quickstart](https://github.com/Deci-AI/super-gradients/blob/master/documentation/source/YoloNASQuickstart.md), it yields an `ImagesDetectionPrediction`, which has a `save()` method that takes an `output_folder` argument:...
I'm currently evaluating FDP. In the process, I have attempted to install the killrweather app as described here: https://developer.lightbend.com/docs/fast-data-platform/1.3.1/user-guide/sample-apps/index.html#fast-data-platform-killrweather The documentation points to the `README.MD` in this repository: https://github.com/lightbend/fdp-sample-applications/blob/develop/apps/killrweather/README.md That...
This is an alternate version of https://github.com/danny-avila/rag_api/pull/150, with two differences: - make the `chunk_size` parameter configurable using the `EMBEDDINGS_CHUNK_SIZE` parameter - also apply this to Azure OpenAI endpoints (I'm currently...
This fixes #99 and #100. I also added two TODO's for #101, which is not so trivial.
https://x.com/CifarettoStan/status/1920073783798341644 `"parody_commentary_fan_label": "Fan"` Gives error when deserializing: `Value error, must be one of enum values ('None', 'Parody', 'Commentary') [type=value_error, input_value='Fan', input_type=str]`
If you try to deserialize a tweet that is a quote tweet of an account that you have muted, then that fails because this is in the JSON: ```json "tweetInterstitial":...
As described in #99. This requires some more analysis so creating a placeholder issue for it now.
ArticleResult.cover_media is defined as required here: https://github.com/fa0311/twitter-openapi/blob/main/src%2Fopenapi%2Fschemas%2Ftweet.yaml#L1435 But here is a tweet that doesn't have it: https://x.com/Steve_Yegge/status/1948284140757057763 This causes a deserialization error when attempting to fetch the tweet.