-
Code:
```python
import pandas as pd
import numpy as np
from dask.distributed import Client
from dask_sql import Context
client = Client()
cont = Context()
df1 = pd.DataFrame({
'dated': …
-
Hi! First off, thank you for building this library, we were quite excited to get started using it, however, we've run into an issue.
**Issue descripion**
We have our models structured like this:
…
-
Over at https://github.com/vk6flab/contest-logger/issues/20 we have been asking, approximately, "wouldn't it be good if there was a global version of hamcall.dev?".
* You already cover US...
* Can…
-
This issue tries to summarize SQLFlow error examples into 3 types according to #2165
## Error Messages from Go Codebase
Some cases:
``` text
ERROR: runSQLProgram error: GetAlisaTask got a ba…
-
The experimental events-based cache relies on tracking change events for registration entries and attested nodes. The current algorithm relies on the monotonically increasing property of the event ID.…
-
## Environment
DB2 11.5
**Liquibase Version**: 3.5.5 and 3.8.9
**Liquibase Integration & Version**: CLI, maven (version above)
**Database Vendor & Version**: Official IBM DB2
**Operating System Ty…
-
### Version Information
Server Version:
CLI Version (for CLI related issue): hasura/graphql-engine:v2.44.0
### Environment
Self-hosted
### What is the current behaviour?
When running `…
-
### The problem
Hi
I noticed a issue with Huawei S5735 and S6730 series switches. LibreNMS does not populate the Serial field.
Doing a snmp walk under the oid: 1.3.6.1.2.1.47.1.1.1.1.11 finds t…
-
### Lambda
example
```
def lambda_handler(event, context):
return {
"statusCode": 200,
"headers": { "Content-Type": "application/json" },
"body": json.dumps({ ... …
-
In our efforts to test Azure Availability Zone resiliency failure modes, we utilized the .NET reliable web application's codebase. We modified the solution to host it on Azure Kubernetes Service (AKS)…