-
There is currently no fluent way of handling exceptions in a `Stream`. While `Stream` extends `AutoCloseable` and provides an `onClose(Runnable)` hook for actions that are to be taken before the actua…
-
## Willingness to contribute
The MLflow Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature (ei…
-
According to AWS doc: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_HealthCheck.html
[ "CMD-SHELL", "curl -f http://localhost/ || exit 1" ] is the simplest way to do health check
H…
-
Automate local in-memory dynamodb start to simplify writing integration tests. It can also be used as an alternative to mocking the fluent API.
Something like:
```
await using var inMemoryContext…
lezzi updated
2 years ago
-
When i call above function I got a Forbidden exception.
The ad client application has the following rights:
![image](https://user-images.githubusercontent.com/4865355/105865186-f4e05900-5ff2-11eb-…
-
### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
While there is a URL to link to the artifacts of…
-
I am using Flogger API to log details in my spring boot controller, I am using below dependency for logging:
```
com.google.flogger
flogger-slf4j-backend
0.7.4
…
-
I'm not quite sure if this is the right place to ask this question, but as far as I know this project has most in common with building modern Windows-like UIs using web technologies.
Is there any …
-
**Describe the bug**
If I have a RecordValidationFilter with `forwardPartialRequests` enabled, and a producer that is producing lots of zero-ack produce requests we are leaking memory.
1. We put…
-
The JavaScript Intl API supports `formatRange` on both Intl.DateTimeFormat and Intl.NumberFormat. As far as I know these methods are not represented in the builtin functions in fluent.js. Would it be …