-
I installed all dependencies and preprocessed a txt (tried to with the provided shakespeare.txt). However `train.lua` throws some error. What could be the cause of this?
```
➜ torch-rnn git:(master)…
nylki updated
6 years ago
-
@SuperSandro2000
Commit 7c4f9e0e249902418c1b5e42b0e4cdefd04917ac broke X applications for me. Since then it is impossible to execute any X application in the Plasma Wayland session. Plasma X11 work…
-
In [wlroots#3541](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3541) the hardcoded list of EDID manufacturers was replaced by `udev_hwdb_new` which is not implemented on FreeBSD:
h…
-
## Description
STRefs should inline into local mutable variables.
## To Reproduce
Use an STRef, and observe the generated code.
## Expected behavior
STRefs are never inlined.
-
It would be nice to be able to specify the location of the portaudio lib for people that want to use a specific location and/or version. At present the code just uses whatever ctypes find_library disc…
-
I'm using FFI 1.14.2, Ruby 2.7.2, ARM64 build
I think this the same issue with typhoeus/typhoeus#667
here are logs
[ruby_2020-12-23-052054_Jasl-Mac-mini.crash.log](https://github.com/ffi/ffi/…
-
To have one exception for every `GIT_EXXX` all of them inheriting from `GitError`, use a consistent naming, e.g. `GIT_EINVALIDSPEC` would become `GitInvalidSpecError` or maybe just `InvalidSpecError`.…
-
Support for FFI would be nice.
-
### Description
This bug is found after angr's new type inference algorithm was deployed.
### Steps to reproduce the bug
```py
>>> import angr
>>> proj = angr.Project("target_o3", auto_load_libs=…
-
## Use case
A constructor of a class of that I wrote needs data from the ApplicationDocuments directory.
Since the path_provider plugin only supports asynchronous operation, and async functions c…