4r73m190r0s

Results 10 issues of 4r73m190r0s

When I run ``` python ".\sqldeveloperpassworddecryptor.py" -d -p "" ``` I get this outcome ``` sqldeveloperpassworddecryptor.py version 2.1 [+] encrypted password: [+] db.system.id value: Usage: sqldeveloperpassworddecryptor.py [options] Version: 2.1 sqldeveloperpassworddecryptor.py:...

I ran `gradlew` and build was successful. But, I didn't get any JAR artifact, and I don't see any changes. What is the actual output of Gradle build that is...

I tried to build jPOS with `.\gradlew build` and my build failed for unknown reasons. How can I debug it so I know where the building failed?

I have this weird issue that I do not know what triggers it. For example, if I have query `SELECT * FROM TABLE_`, where `_` is the cursor position, and...

I successfully connect to my local Oracle Database XE 21c, to the default PDB called `XEPDB1`. But, every time I connect, I get an error >Connected with driver oracle ()...

My `mason.lua` file that `lazy.nvim` loads: ```lua return { "mason-org/mason.nvim" -- Adding any of these lines, or both of then, does not solve the issue cmd = "Mason", lazy =...

### I've searched open issues for similar requests - [x] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [x] Yes ### Problem description When I open...

installation-issue

I want to connect JDT LS to Spring Tools LS in order to use them both inside Neovim. VSIX file from [Spring Tools GitHub](https://github.com/spring-projects/spring-tools) contains JAR file inside `language-server` directory,...

### Affected version 3.2.0 ### Bug description Executing `mvn org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains` works, and returns all JDKs installed on my machine, but I don't know how to cinfigure Maven to use Java...

bug

README files says that >Themes can be changed in three ways: >Setting config.theme to the desired theme. >... So I did this in my config using Lazy as package manager:...