-
Updated
Sep 10, 2020 - JavaScript
streaming
Here are 2,115 public repositories matching this topic...
Migrate all SBT dependency configs in Dependencies.scala to LibraryManagementSyntax type vs string
Watchlist
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Aug 11, 2020 - Java
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Sep 13, 2020
Description of Improvement
Currently, the only way to delete an album from the favorite albums tab is to click on the album to go into the album page and unstar it as seen in the second screenshot.
As show on the first screenshot below, there is no option to delete it in
It's possible I'm misunderstanding something, but...
When you send media to a track with no peers, you get io.ErrClosedPipe back. Many of the examples use this to suppress unimportant error messages.
When you send data to a data channel that is closed, you get data channel not open.
It would be nice if data channels also returned io.ErrClosedPipe in this situation, for consistency.
-
Updated
Sep 14, 2020 - Python
this issue should be taken seriously
-
Updated
Sep 3, 2020 - Go
-
Updated
Sep 10, 2020 - C++
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)
tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad
-
Updated
Aug 31, 2019 - Clojure
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.wImprove this page
Add a description, image, and links to the streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streaming topic, visit your repo's landing page and select "manage topics."


These configs are part of the "adding Logstash to filebeat modules getting started experience" and therefore its very likely the first time a user will see a LS config.
For the best experience we should add a fair few comments to better inform what is going on. The user sees the nested field reference for the first time and there is a try three grok pattern scheme with two mutate renames that w