-
I noticed that the `launch` parameter in `d3dx.ini` wasn't working to auto-launch the game.
The `pyinstaller` built exe and the python script should be updated to read from the ini with a simple ch…
-
Hi all,
Not an issue with the program, but more of a request. I tried several regex searches after reading the python guide in the readme, but nothing work. Does anyone have a well written guide fo…
-
**Describe the issue**
When I try to create a Function APP, with HTTPS Requerid Enable, the checkov fail with error when I try to scan using the PLAN FILE in JSON Format.
We already test with the …
-
### Description
If a build system specifies the process to execute by `"shell_cmd"` in general and by `"cmd"` in a platform specific path the latter one is ignored.
The following example shows a…
-
Hi, I couldn't find a way to open a ticket for the [digiimport script](https://gitlab.com/steviehs/stevemisc/-/blob/master/digiimport.py) here: https://gitlab.com/steviehs/stevemisc
The script work…
-
File example:
```
```
Command:
`python linkfinder.py -i s.html -o cli `
outputs nothing
Solution:
Changing reqular expression by adding dot to filename regex.
from:
`([a-zA-Z0-9_\…
-
## Steps to add new template
To add a new template, we recommend this workflow:
### 1. Copy existing template to new file
Find a template that is roughly similar to what you need and copy it …
-
See:
https://github.com/moment/luxon/blob/d1372798e253f29ac000f988ad7c7c707d88a173/src/zones/fixedOffsetZone.js#L39
and compare with:
https://docs.python.org/3/library/datetime.html#strftime-…
-
### Is your feature request related to a problem? Please describe
In Python 3, UTF-8 is the default source encoding.
Statements such as `# coding=utf-8` in the first two lines of a program are not…
leezu updated
2 years ago
-
I always get floating point exception while I'm using SubMConv3d.
Here is my test code:
```py
import torch as th
from spconv.pytorch import SubMConv3d, SparseConvTensor
xyz = th.randint(0, 32…