-
root@Logstashtest001:/usr/share/logstash/bin# sudo ./logstash --path.settings /etc/logstash/ -f /etc/logstash/conf.d/syslog.conf
Using bundled JDK: /usr/share/logstash/jdk
Sending Logstash logs to …
-
I am very interested in the read-only tables feature. I have seen promising results in a microbenchmark (https://github.com/LuaJIT/LuaJIT/issues/248#issuecomment-269988067) and now I am testing with a…
-
Has there been any work on a standard way for modules to generate new WASM functions and tables, and then use them via references?
-
[Job](https://mihubot.xyz/runtime-utils/EgUWIiPA) completed in 20 minutes 5 seconds.
https://github.com/dotnet/runtime/pull/108579
### Diffs
Diffs
```
Found 367 files with textual diffs.
Summary …
-
Would be great if Scryer can call libraries written in Rust.
-
```python
import torch
class TestModule(torch.nn.Module):
def forward(self, features, features_len):
# assumes batch_size == 1
eos_mask = torch.arange(features.shape[1]).eq(…
-
- [x] Checked for duplicates
### Describe the bug
```
$ ./cling -x c
***************** CLING *****************
* Type C code and press enter to run it *
* Type .q to exit …
-
Hello. I am encountering an issue while running a small Python program with PyPy, which results in an RPython traceback and a core dump. Below is the program.py:
```python
import dis
func = lambd…
-
## Steps to Reproduce
1. Build & Run repro code
Only reproduces on windows. Disabling simd optimizations fixes it.
```
using System;
using System.Numerics;
namespace repo_uum_29388
…
-
# tl;dr
Better error messages and documentation for what can and cannot be `jit`ed would be great. Current behavior is "black box." See https://github.com/google/jax/issues/953#issuecomment-50711972…