-
Why is the license for this library different than most other Java libraries that Amazon produces? The licenses are not exactly compatible with Apache projects (see https://issues.apache.org/jira/brow…
-
We have been using the KCL for the 9 months or more in our production and staging near-real time pipeline. We use a Ruby, Java, and Python KCL-based clients, so our Kinesis data pipeline is polyglot. …
-
I am new to planning and I found the link to the site from the read_me file from ICAPS for checking the demonstration file. The link for the getting stared is missing.
-
to add a file called test.py
test if the RDF code is correctly done for different crystal systems.
-
I am facing the following issue when running a KCL consumer against a LocalStack instance:
```
[INFO ] 2021-07-15 17:30:34.019 [software.amazon.kinesis.coordinator.DiagnosticEventLogger][task-1] Dia…
-
The defaults in the 2.x configuration to use Fan-out and detailed Cloudwatch metrics can be very surprising when migrating from 1.x, which does not do either of those things. We noticed a significant …
-
import unittest
class TestCircuitSolver(unittest.TestCase):
# Testing Ohm's Law functions
def test_calculate_current(self):
self.assertEqual(calculate_current(10, 5), 2)
…
-
The app gets stuck when I open a project, citing that the "Machine API is not discovered". No model appears, but the code is visible.
![Screenshot](https://public.blob.zoo.dev/bc42153d-274c-487f-a9…
-
It's useful to have access to URDF file generated from the xacro description (e.g. [PyBullet doesn't support loading from xacro, only URDF](https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N…
-
I tried to run the kinesis click_stream_sample, the producer is working fine but the consumer has an issue.
The issue is that when I'm trying to run the command `kcl-bootstrap -e -p ./sample.propert…