-
Hi,
My name is Furqan Ahmed and I am using gitonomy to manipulate git commands through php. All other things went fine while using gitonomy except I am stuck with applying and reverting patch. As ther…
-
**Motivation: Why do you think this is important?**
With a scheduled executions, users might expect no more than one execution will be running at the same time (assuming an older run takes a long tim…
-
TODO for today:
* [ ] https://github.com/lfortran/lfortran/issues/2376
* [x] https://github.com/lfortran/lfortran/issues/2372
* [x] merge the two PRs
* [x] update conda
* [ ] cleanup the fastGP…
-
Hi,
I want to get the bboxes frome Yolov9 with this code which works with Yolov8.
Here is thee code that I use for Yolov8:
```
from ultralytics import YOLO
model = YOLO('yolov8n.pt')
…
-
First off, I love pandoc, and every time I read its documentation I learn new tricks it can do :D Thank you for all your hard work!
## Explain the problem
I realize this may not be a pandoc issu…
-
Please answer these questions before submitting your issue. Thanks!
#### What did you do?
go test in encoding/gob
#### What did you expect to see?
Passed tests
#### What did you see i…
-
I hadn't seen this but it's very surprising and should be documented better. Apparently, `*mut T` and `*const T` *aren't* equivalent — if the raw pointer starts out as a `*const T` it will always be i…
-
### Problem
Hi there!
I've found, that when I run NeoVim with konsole's TERMs, it doesn't properly work with alternate screen (or how is it called right way).
It looks like nvim doesn't even star…
-
### Neovim version (nvim -v)
0.5.1
### Vim (not Nvim) behaves the same?
no, vim 8.2.3441
### Operating system/version
Arch Linux
### Terminal name/version
Linux console
### $TERM environment v…
-
```
I've been experimenting with hook.pl, learning how it works, prior to
integrating into my subversion post_commit hook. So far I have not been able
to successfully add commit information to the …