-
I am trying to install ibm-db with downloaded cli driver in my classpath. (IBM_DB_INSTALLER_URL) Getting below error when I am install npm install ibm_db command. Please help with this. Stuck here for…
-
Hi,
Are there any plans to support Node version 10? Trying to install `ibm_db` with version 10 fails.
Here is the logs output when running `npm install ibm_db`
Details:
NPM@5.6.0
NODE@10.0.…
-
when I develop vscode plugin ,
i want to import ifxnjs@6.0.7
debug extension , this is error report : "A dynamic link library (DLL) initialization routine failed" 。
ifxnjs is Informix native …
-
**Describe the bug**
in a java project, on a method, I run the command `xref-find-references` emacs shows: `wrong type argument: hash-table-p, nil`
**To Reproduce**
in a java project. run `xr…
-
Just tried to `require 'vips'` using a spring-enabled rails project and it segfaults
```
[1] pry(main)> require 'vips'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin…
-
In new `lsp` interface, bash lsp server is unable to start and returns this error while opening any `bash`, `sh` and `zsh` files. The legacy interfaces work.
GNU Emacs 26.1
macOS Mojave
```elis…
-
I get this error:
C:\Users\Brayan Suárez M\Desktop\test_server>npm install ibm_db
> ibm_db@2.2.1 install C:\Users\Brayan Suárez M\Desktop\test_server\node_modules\ibm_db
> node installer/driver…
-
This morning the google-cloud-ruby project had an [issue opened for a segfault](https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues/1843) using the most recent 3.5.0 gem. It appears the se…
-
#### Description :octocat:
Error using `query-replace` and `query-replace-regexp`.
#### Reproduction guide :beetle:
- Start Emacs
- Create the file test.py
- Enter the character `im`
- M-x q…
-
I can't use BindParameters to filter results using a string, only works if the field is a number.
```javascript
conn.query("SELECT * FROM table WHERE field = '?'",
['test'],
(err,…