Skip to content
#

streaming

Here are 3,255 public repositories matching this topic...

srs
winlinvip
winlinvip commented Jun 2, 2022

最近我发现有个趋势哈,就是ARM server越来越多,但是ARM好像不像x64平台那么好识别,总是有各种各样的arm识别不了。如果SRS能出ARM的docker镜像,那会比较容易跑起来。

现在SRS的docker实际上只支持了x86_64架构,所以在ARM和其他CPU上是没法跑的,参考SRS。其实镜像是可以支持多个架构的,参考手动打多CPU架构镜像

Manually

首先,新建一个Dockerfile,它的FROM是带ARCH前缀:

ARG ARCH
FROM ${ARCH}debian:bu
good first issue help wanted
yaauie
yaauie commented Feb 1, 2022

Logstash information:

Please include the following information:

  1. Logstash version: 7.16.3 (with unverified reports of similar behaviour on 7.15)

    Looking through our case history there were examples of this issue happening after upgrading to 7.15 and higher. The odd behavior is this appears to be intermittent in most cases, and the cases closed out without resolution. Confirmed

flink-learning

flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》

  • Updated Jun 4, 2022
  • Java
akka
nuclear
DrTexx
DrTexx commented Apr 7, 2022

Hi there :)

Would really love if when enter was pressed in the search bar

  • The history menu would close/disappear
  • The app switched to the search results page by itself

Believe this would be a really great UX enhancement 💯

May potentially also boost the app's accessibility for people with impairments :)

Thanks!

enhancement good first issue
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

good first issue
redpanda

Improve this page

Add a description, image, and links to the streaming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming topic, visit your repo's landing page and select "manage topics."

Learn more