-
### Description
Flow used to be able to proxy classes of 3rd party packages (it used to be the default until we introduced the `includeClasses` Setting). Apparently this is not used a lot, but it c…
-
The parnet node is eagerly instantaiated when mapped in order to determine the FQN for the proxy.
The only viable solution I can think of is mapping a closure as the value, forcing the user to do the…
-
2024-09-03 17:57:36 | INFO | 56 | 0539908084 | Taps stopped (not enough energy) …
-
I am trying to use websockify to proxy between local port 5901 and a different remote machine's port 1234, but getting this odd error:
```
$ python.exe -m websockify 5901 1.2.3.4:1234 --cert ..\secr…
-
In the AWS service definition you're using as a source for this, there's a ["members" field](https://github.com/aws/aws-sdk-js/blob/master/apis/iam-2010-05-08.normal.json#L6753):
```
"ListUsersRes…
-
* **I'm submitting a ...**
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **What is the current behavior?**
When using the proxy tool, using `c…
-
### Description
When passing a CryptoKey object from a parent component to a child component the LWC engine wraps these in Proxy objects. When using the proxy wrapped crypto keys with SubtleCrypto th…
-
```
I enhanced serializable objects using Guice and Interceptor.
When I try to Serialize this objects, I have a
java.io.NotSerializableException: com.google.inject.cglib.proxy.NoOp$1
```
Original i…
-
If proxy requires authentication (replies with 407 status), then NPE arises.
The stack trace:
```
[info] java.lang.NullPointerException: flowPublisher
[info] at java.base/java.util.Objects.requ…
-
To allow methods of cached objects (e.g. a compas datastructure) to be used on-the-fly without necessarily having to write a proxy wrapper function to work with the cached object to be loaded from the…