Mustafa Akın

Results 24 issues of Mustafa Akın

I see the change here, however I do not know how to use it. https://github.com/AngularClass/angular-websocket/commit/fac7d4504c746d3ed4529afaa4cb698b9e7aee63 I need to send ArrayBuffer's thru it.

Hello, we have the following query with IN clause that is returning empty results: ``` SELECT * FROM users WHERE name IN (SELECT name FROM roles) ``` However, the same...

good first issue

Consider data: {"name": "bucket-1", "options": {"encryption": true} } {"name": "bucket-2", "options": {"encryption": true, "versioning": false}} And query: SELECT * FROM myTable WHERE options = {'encryption': true} The ability to compare...

enhancement

We can probably use counters to count events that match certain criteria so that people can see if something is increasing or not.

enhancement
good first issue
help wanted

Has anyone done this safely?

good first issue
help wanted

The configuration is done via a file, in K8s a ConfigMap is mounted. However, when you change a ConfigMap, it is not reflected in Pod without a restart. So, this...

Ideally, counts and processing times should be counted per sink type and name.

enhancement
good first issue

Not sure how to handle this, however for merge-to-master tests, it would be nice to run a mini kubernetes, like k3s and an Elasticsearch (or any other open source sink)...

enhancement
good first issue
help wanted

```bash ➜ hyperkit git:(master) ✗ opam install uri qcow.0.10.3 conduit.1.0.0 lwt.3.1.0 qcow-tool mirage-block-unix.2.9.0 conf-libev logs fmt mirage-unix prometheus-app The following dependencies couldn't be met: - qcow-tool -> qcow = 0.10.4...

I'm building an application that will listen text messages through slack and pass it through to CLI to execute messages. However, as the command object holds contextual data such as...

kind/feature
area/cobra-command
lifecycle/needs-proposal