-
2021-11-03 10:40:33,268 - crypto_trading_logger - INFO - Starting
Traceback (most recent call last):
File "C:\Users\19877\AppData\Roaming\Python\Python39\site-packages\urllib3\connectionpool.py", …
-
### Describe the bug
The following shell command run fine in Node 16/14 on an Ubuntu machine, but fail on [WebContainers](https://github.com/stackblitz/webcontainer-core)
```
/tmp/test-dir
> n…
-
### Is this a new Bug?
- [X] I checkd that the bug hasn't been reported before
### Package Name
borgbackup
### Package Version
1.2.0-10
### Device Model
NAS Synology
### Device Architecture
x…
-
The https://travis-ci.org/ncsa/OA4MP build fails with
```
gpg: no default secret key: secret key not available
gpg: signing failed: secret key not available
[ERROR] Failed to execute goal org.apac…
-
I have the following code in my init.el
```
(setq url-using-proxy t)
(setq url-proxy-services
'(("http" . "myproxy.localdomain:800")
("https" . "myproxy.localdomain:800")))
```
Be…
-
When performing a `-connect` command using `s_client`, the default behaviour seems to be to pass the `server_name` SNI extension header, e.g.:
```$ openssl s_client -connect targetserver:443```
…
-
Hello!
i'm trying to learn fasthttp library, and doing some tests, and not all working exactly what i expected =D
For example, i create a host client:
```
var hostClient = fasthttp.HostClien…
-
**Describe the bug**
`go get github.com/securego/gosec/cmd/gosec` succeeds when not using athens. When using athens, the same command fails with a 404.
**Error Message**
Used `myproxy` below to …
-
### Description
Consider the following object with circular references:
```C#
var myClass = new MyProxy
{
Id = 1
};
myClass.Ref = new MyProxy
{
Id = 2,
Ref = myClass // circular reference…
-
Related to #146, I'm currently able to deploy contracts behind ERC1967 proxies but I've a problem with the automatic upgrade.
My proxy contract:
```solidity
pragma solidity ^0.8.7;
import "@op…