-
z/OS V2.3 XL C/C++
Appears to be right at the end of the build process; creating the jdk images. I no longer have the output files for debugging, but I can easily generate or possibly supply acces…
-
Wharf can not handle github.com/zyedidia/micro/v2
All I did to port the package was add zos tags and create files for zos.
```
ZHILONG@ZOSCAN59 [~/demo/micro2/micro]go work init .
ZHILONG@ZOSCAN59…
-
# Installation information
- operating system:osx
- zos version `zos --version`:zos 0.1.6 (development#dee6412ab5b2f1bfb2630caea7701ccc6e8bd7ac)
- target zero-os version `zos ping`: "PONG Version…
-
com.opslab.util.ZIPUtil at line 21
give a solution
```
try {
ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(dest));
zipFile(file, zos, "");
zos.flush();
zos.close();
…
-
This repo states that it is deprecated in favor of the zos monorepo, but current zeppelinos documentation still references it (e.g. https://docs.zeppelinos.org/docs/deploying.html). Can you clarify it…
-
### What happened?
when the app ask you to Confirm seed Phrase ,you must Type 3 random words from your seed phrase but if type same word three time the app accepts and goes to next step.
http…
-
Running `zopen upgrade -y` (with `meta 0.8.1`) showed the following error when upgrading the `git` package:
```
Processing package: git
parse error: Invalid numeric literal at EOF at line 1, colu…
-
Today we don't have a clear migration strategy for a project between two major zOS versions. If there is a change in a zos-lib contract (such as ImplementationProvider, Directory, App, Release, Packag…
-
Error in argument parsing in the CLI: string args containing dashes cause error. For a given `Contract` with an initializer argument of type `string`:
`zos create Contract --args string-withDash`
…
-
Currently only logic contracts are verified. We should verify the proxy themselves as well.