-
```
local res = {}
for j = 1,10000 do
for i = 1, 100000 do
table.insert(res, i)
end
print(#res)
end
```
leads to filling up all rss memory
there supposedly should be guards or …
-
Underwhelmed by your demanding, undemocratic, disparaging way of working. When someone can't see your point you prefer to call them stupid, rather than realise that you have not provided actual eviden…
-
We currently have a few example parsers. In order to test the project and make it useful, other formats can be implemented. Here is a list, if anyone wants to try it:
- **text file formats**:
- [x…
Geal updated
2 months ago
-
For reasons unbeknownst to me, the last commit (66ea62889e0e0c8439409365e70e2679c502abc0) completely broke the loading of RSS Guard plugins:
```
$ flatpak run io.github.martinrotter.rssguard//stab…
-
## 🐛 Bug
When I send a series of inputs of a different max_length to jit, it allocates ~200 megabytes and never frees it.
Valgrind does not catch the leak, but it's there.
[standalone_jit_memory_…
-
-
With the default code, when I do a `vagrant up`, chef fails on s0 (mongos). Below is the stack trace.
Also, for the config servers, the admin users are not created and I cannot log in. For the mongod…
-
```
Process: Outlander [20288]
Path: /Applications/Outlander 2.app/Contents/MacOS/Outlander
Identifier: mcbride.Outlander
Version: 0.8.0 (1)
Cod…
-
The 32 bit linear memory model has all kinds of drawbacks and limitations. There are several memory proposals but imo they don't really solve those problems, and somewhat complicate the bytecode and t…
-
When trying to do a manual installation on a Mac M1(Big Sur v11.6). On the step number 4 " Install required dependencies, and other setup" I get the following error when executing this command line: `…