-
Updated
May 9, 2020 - Python
interface
Here are 141 public repositories matching this topic...
-
Updated
Oct 17, 2019 - Python
What component is this about ?
Documentation
What is happening ?
There's no documentation for EXTERNAL_AUTH: https://github.com/ansible-community/ara/blob/7a192ac1b7541465d9e799ab96e3db48861cdd16/ara/server/settings.py#L80
What should be happening ?
There should be docs about it an
-
Updated
Jul 1, 2020 - Python
-
Updated
Jul 14, 2020 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Jul 13, 2020 - Python
Instructions show npm install via apt-get: https://scirius.readthedocs.io/en/latest/installation-ce.html
surius-docker use debian:latest as its base: https://github.com/StamusNetworks/suricata-docker/blob/master/Dockerfile
npm fails using the instructions from "read the docs." It would be great to have the install instructions updated as the install on debian:jessie appears to have other inst
Setting Memory Limit
After i set memory limit in LXC-Web_Panel, i get this error.
lxc-start 1458216455.373 ERROR lxc_cgmanager - cgmanager.c:cgm_setup_limits:1378 - call to cgmanager_set_value_sync failed: invalid request
lxc-start 1458216455.373 ERROR lxc_cgmanager - cgmanager.c:cgm_setup_limits:1381 - Error setting cgroup memory:lxc/redis limit type memory.memsw.limit_in_bytes
lxc-start 14582
-
Updated
Aug 1, 2019 - Python
-
Updated
Jul 25, 2019 - Python
Write and test a function that takes file content and returns it with @deal.raises added to all functions.
def attach_raises(content: str) -> str:
...Example
Before:
import deal
def f1():
...
@deal.raises(ValueError)
def f2():
...
@something
def f1():
...After:
import deal
@deal.raises() # here it is adde-
Updated
May 12, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Jul 21, 2019 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Jun 19, 2018 - Python
-
Updated
Feb 12, 2020 - Python
-
Updated
Jul 1, 2020 - Python
Fatal Python error: Cannot recover from stack overflow.
Current thread 0x00007f4ceb3d7600 (most recent call first):
File "/home/fox/Data/Projects/XboxDev/xboxpy/xboxpy/interface/if_xbdm.py", line 20 in xbdm_read_line
File "/home/fox/Data/Projects/XboxDev/xboxpy/xboxpy/interface/if_xbdm.py", line 31 in xbdm_parse_response2
File "/home/fox/Data/Projects/XboxDev/xboxpy/xboxpy/interfa
Improve this page
Add a description, image, and links to the interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))