-
Using bin/ftpdrb on macOS with ruby 1.4, Activity Monitor shows ruby using 6 threads and 100% of a CPU. Is the server doing a lot of polling? In my configuration, there are 3 active server connections…
-
- PEG是Parsing Expression Grammar的简写,是一种解析表达式语法,类似正则表达式上下文的语言。
- https://github.com/cisen/peasy
- https://www.douban.com/group/topic/48074063/
cisen updated
5 years ago
-
On investigation of issues around performance during high packet ingestion rates, I noticed that on all validators I have access to (including two on mainnet and one on testnet; versions 1.17.28, 1.17…
-
Tried on curent main branch
Traceback
```python
PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator
Running Debug|x64 interpreter...
== CPython 3.13.0a0 (heads/…
-
The latest prometheus image seems build from a image with debian 11 image
gke.gcr.io/gke-distroless/libc@sha256:4f834e207f2721977094aeec4c9daee7032c5daec2083c0be97760f4306e4f88
we identify it by loo…
-
# Crash report
### What happened?
There is a segmentation fault with simple code snippet:
```python
g = (x for x in range(10))
g.gi_frame.f_locals['.0'] = range(20)
list(g)
print("No segfau…
-
https://www.youtube.com/watch?v=4QrZxfgZFDg
This is a very future function.
With this, will be possible to parse declaratively and easyly all of C, python and other syntax-ambiguous languages.
…
-
When typing graphql queries the "Code Helper" process immediately jumps to 100% and stays there for a very long time. From the looks of things every keypress in a graphql fragment is triggering an up…
ghost updated
5 years ago
-
When I'm using TAUI with some data generated for NL, it uses 400% CPU constantly.
Here's the config:
```
{
"grids": [],
"networks": [
{
"name": "Redesign",
"url": "https:…
abyrd updated
6 years ago
-
ERROR simple_market_maker:372] Rates from provider are Unknown - skipping for KIIRO-BEP20/KIIRO
Since token is pegged to coin it doesn't lookup the token rate to use from coin. Would assume this w…