Genadi Saltikov

Results 9 issues of Genadi Saltikov

The command: curl -jksSLH 'Cookie: oraclelicense=accept-securebackup-cookie' -o /tmp/java.tar.gz http://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz is downloading HTML content titled "Error Page 404" from Oracle I am not sure why, has Oracle stopped serving JDK8?

help wanted

README.md lists it as well but its not there... somoene forgot to commit?

Hi, I was using your sample project as a reference point, and it works great - as a full springboot context load, which takes even 30 seconds on actual prod...

### SUMMARY When running in Docker locally and attempting to connect to another DB also running in docker, the instructions are not clear enough, to help onboard new users, we...

size/XS
doc

**I have tried the following solutions**: https://clickhouse.com/docs/en/faq/troubleshooting/#troubleshooting-installation-errors **Installation type** Packages, docker, single binary, curl? I have started using the quick start binary for Mac, figured out Clickhouse-ODBC bridge is missing,...

question
question-answered
comp-darwin

I am trying to figure out why my Simple JSON Datasource plugin, is not getting anything from this json generator. According to this: https://github.com/grafana/simple-json-datasource#simple-json-datasource---a-generic-backend-datasource There is a list of several...

### Describe the Bug I am testing out Pyrefly, and so I have a class like this: ```python class Tenant(TenantBase, table=True): registrationDate: datetime | None = Field( default_factory=lambda: datetime.now(timezone.utc), sa_type=DateTime(timezone=True),...

User

### Describe the Bug I have stumbled into the problem that if I have a file called `test_tenant_service.py` file, and in it: `from tenant_service import TenantService` which would give error:...

User

I am testing locally using mcr.microsoft.com/mssql/server:2022-latest docker image, and the database works except, apparently the JSON data type is missing. The screenshot is taken from SSMS 20.2 According to the...