-
When building a CapyPDF releases I now get the following error on Windows:
```
Traceback (most recent call last):
File "C:\python\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", …
-
I'm trying to build my project using pyinstaller and am running into a "library not found" error for docx2pdf. I'm not sure what is causing this problem. Have you used pyinstaller with docx2pdf? An…
-
## Bug description
I'm trying to implement a React application for legacy browsers using the @fortawesome/fontawesome-svg-core and @fortawesome/react-fontawesome libraries. However, I came across t…
-
My .sublime-build file looks like this:
```json
{
"target": "terminus_open",
"auto_close": false,
"title": "Python 3.6",
"timeit": true,
"post_window_hooks": [
…
-
When keyboard is up and toast position is bottom, it's covered by keyboard! Is it possible to come upon keyboard view? (Specific Android Device)
-
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x…
-
Was thinking it'd be nice to have kellnr hit a webhook or run a script upon successful publish, notifying of newly published crate/version to something like Slack.
jfro updated
6 months ago
-
When installing the library under python 3.12, the library "pyFFTW" raises an error during installation:
```
Collecting pyfftw>=0.13.1 (from ScintSuite)
Using cached pyFFTW-0.13.1.tar.gz (114 kB)…
-
### 🐛 Describe the bug
import torch.nn as nn
import torch as th
# If using CPU as the device, the following codes run perfectly
rnn = nn.LSTM(10, 20, 2).to(device="cpu", dtype=th.bfloat16)
inpu…
-
LogCabin currently uses a mixture of Travis CI, pre-commit hooks, and a hookmatrix script.
The pre-commit hooks:
- \+ are pretty extensive
- \- must be set up and configured on every dev box
Travis …