-
Challenges:
- uprobes only works with VMA's backed by files while the code cache of the (Hotspot) JVM uses an anonymous region
- uprobes [apparently doesn't allow the code memory region to be writab…
-
We are looking for a way to solve the problem of lambdas being [invoked multiple times for the same event](https://stackoverflow.com/questions/32064038/aws-lambda-function-triggering-multiple-times-fo…
-
Many fatals. Two primary causes
- treating the difference of two pointers as an int `12>C:\work\forks\cc65\src\ca65\instr.c(1892,32): warning C4244: 'return': conversion from '__int64' to 'int', poss…
pm100 updated
11 months ago
-
First off, thank you so much for your hard work on this project. I'm very excited to have Yarn PnP integration in our projects.
**What package is covered by this investigations?**
[Electron](h…
-
## Expected Behaviour
It should be possible to deploy functions independently into two separate openfaas stacks in the same swarm while avoiding name collisions.
## Current Behaviour
I have two o…
-
### Current Terraform Version
```
Terraform v1.1.6
on linux_amd64
```
### Use-cases
I am using the `optional` keyword to define an object with two properties, which are both optional, bu…
-
We have a Service Loader Mediator spec. But it is not built into the framework and currently depends upon weaving.
I would like to explore adding support directly unto the framework for the Servic…
-
Invalidation is the major threat to useful precompilation, and aside from outright piracy (which is rare) it overwhelmingly comes from poorly-inferred calls that are handled without using runtime disp…
-
Hello guys, i'm looking for some help...
I'm not an expert and i have literally 0 knowledge on how SIP or VoIP works.
What i'm trying to achieve is what an ignorant like me might call a Proxy (a…
-
I'm a bit confused as to the purpose of using `ErrorType` as the type for the `Error` case of `Result`. Doesn't this mean that if I wanted to pull an `NSError` out of the enum, I would have to cast it…