-
Hi,
I've been testing streaming responses example from http://zerorpc.dotcloud.com/ website and there seems to be a small problem when i set node.js as server and python as client. Oposite configurat…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I'am trying execute this:
```
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
from kivy.lang import Builder
from plyer import camera
import time
Builder.load_string('''…
-
@Cartmanishere
Thank you for this amazing script. It seems to not be working currently
[*] Using JSEngine for generating links
PyJs_anonymous_1_
PyJs_anonymous_3_
Traceback (most recent ca…
-
### Description of Issue
exclude_pat not working when providing a list of glob patterns
For the below state:
```
copyfiles:
file.recurse:
- name: /opt/path/
- source: salt://temp
…
-
Some of the recent work on the submission client has revealed that it can be difficult to add new features to it due to the way it is currently designed. This issue is for an open-ended discussion abo…
-
## Description
Do not use a mutable like `list` or `dictionary` as a default value to an argument. Python’s default arguments are evaluated once when the function is defined. Using a mutable default …
-
## Steps and tasks
#### Step 1
- [x] Use pybind11 to generate a python compatible DLL that can replace cint.py
- [x] Generate a python binding that compiles and links against CBash as static library
-…
-
I think I discovered a bug in how `%run` works with argv. `%run` will expand glob patterns even when quoted.
### Demo:
First, in terminal:
$ touch foo.txt
$ touch bar.txt
The…
-
When I send a single line to terminus, it's working fine.
Whenever I send multiple lines to terminus, either for cmd.exe or python, "%cpaste -q ... --" is artificially added to my code.
I am runni…