अभिषेक

Results 7 issues of अभिषेक

I'm getting this error: Django settings: ``` DATABASES = { 'default': { 'ENGINE': 'django_cassandra_engine', 'NAME': 'practice', 'TEST_NAME': 'practice', 'HOST': '10.71.19.90', 'OPTIONS': { 'replication': { 'strategy_class': 'SimpleStrategy', 'replication_factor': 1 } }...

python -m pip install -U 'channels[daphne]' ![image](https://github.com/django/channels/assets/37928721/a1cfaac9-b619-48cb-91d0-6559ec3a122f) Gives Error: Tested on Windows ERROR: Invalid requirement: "'channels[daphne]'"

I tried Ray and Dask and both failed to work from celery task. Is there any way to use Modin inside Django celery task ? [stackoverflow](https://stackoverflow.com/questions/78128100/unknown-issue-with-celery-and-modin-pandas-task-execution-stuck-and-no-error) **For Dask the error...

question ❓

In cytoscape-graphml.js, 3 variable (xml, $xml, $graphs) were not declared properly. This was causing error in Angular project. It works when we use angular.json to import cytoscape js , cytoscape-graphml...

### Discussed in https://github.com/StackStorm/st2/discussions/6205 Originally posted by **Abhi5h3k** May 24, 2024 ## SUMMARY I have encountered an unexpected behavior while working with StackStorm workflows involving encrypted data stored in the...

Rule engine runner needs access to keys since workflow action definitions (Jinja templates) can reference secrets. Using **core.st2.IntervalTimer** caused Error: "Failed to render parameter \"passwords\": [Errno 2] No such file...

This PR adds [CellularLab](https://github.com/Abhi5h3k/CellularLab) to the Code examples section. It's an open-source Android project demonstrating how to: - Use CMake + JNI to integrate native C/C++ libraries (iPerf3) - Build...