-
The experimental decompilation feature in VS 2017 15.8 Preview 3 has proven to be quite nifty for enabling use of code in place of documentation in large projects that share code as binaries (like VS)…
-
### What is the problem?
When using `__ray_terminate__.remote()`:
```python
import ray
ray.init()
@ray.remote
class A():
def __init__(self):
import atexit
def f(*a…
-
Some examples:
![Screenshot 2024-11-15 at 5.02.47 PM.png](https://raw.githubusercontent.com/oolongwater/pe/main/files/ddddc8a6-3f58-46c3-87ca-50970ca55585.png)
![Screenshot 2024-11-15 at 5.03.10 PM.p…
-
Hi
I'm using the ftflow_pcap sample code and I can see that there is a code the generates JSON:
ndpi_flow2json(ndpi_struct, ndpi_flow,
k->ip_version, k->protocol, k->vlan_id,
…
-
Hello Scipy Team,
Is it possible to expose the low-level special functions from scipy.special.cython_special as C symbols in a shared library (e.g., libscipy_special.so), similar to how libraries l…
-
### Describe what happened
* Use the sample program below
* run `pulumi up` to apply it
* run `pulumi up` a second time without make any code changes
You will notice the following diff being propose…
-
Hi all,
Below is the code operating on an Arduino RP2040 Nano Connect. I am facing an issue with WiFi/MQTT reconnection portion of my code. When WiFi and MQTT are connected, the code functions as …
-
If going through the motions to reinvent the wheel and already having access to a parser, why not make it uniquely advantageous and practical?
One of the biggest problems with bash and traditional …
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### On what operating system are you seeing the problem?
macOS (Apple/arm64)
### VS Code version
1.94.1 (Universal)
###…
-
# Summary
CI needs to block PRs that have new lines of code but no test coverage.
# Motivation
Code should be unit tested.
# Proposal
Require >30% coverage. Low enough to not be obnoxio…