-
I am running esp8266FTPServer on an ESP8266. I have used this library for several years without any issues. I recently had to recompile some old code using the Arduino IDE 1.8.8 plus the newer 2.5 b…
-
# Lines of code
https://github.com/code-423n4/2024-04-renzo/blob/519e518f2d8dec9acf6482b84a181e403070d22d/contracts/Deposits/DepositQueue.sol#L193
https://github.com/code-423n4/2024-04-renzo/blob/519…
-
Due to the use of connection pool by default, the `async with self.pool.acquire()` idiom is required in most of the database methods. The async with hell gets complicated in the case of atomic operati…
-
WSDL Schema Definition:
https://cert-manager.com/ws/EPKIManagerSSL?xsd=1
Service WSDL:
https://cert-manager.com/ws/EPKIManagerSSL?wsdl
Things to do in preparation for production SOAP testing later t…
-
an example help for commands from a library using jhanda:
```
ॐ configure-director
This authenticated command configures the director.
Usage: om [options] configure-director []
--client-id, …
-
Here is a list of API changes floating round my head that could be made before we declare 2.0 final:
# Delegate lifecycle
Presently `CK2FileManager` references its delegate weakly. The number one iss…
-
Everything was working fine until I tried to delete the only table in my project.
Find below the error trace:
`$ awsmobile database configure
`
```
(node:43624) UnhandledPromiseRejectionWarning: …
-
1. Take array of enums instead of string as argument in `@hasRole`.
(Please also keep in mind that roles (permission subsets) can be non-overlapping.)
Current implementation:
```graphql
dire…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 3.2.1
#### Summary
For a ManyToOne association where the owning side (class A) has the onDelet…
-
**Describe the issue:**
When marshalling (serialising) an OpenSAML XMLObject using the `SSOUtils::marshall(XMLObject)` method [1], the Identity Server tries to set the `javax.xml.parsers.DocumentBuil…