-
I think it is weird that silk page can be access when `DEBUG=False`,
and I add a new setting `SILKY_INTERCEPT_FUNC = lambda r: settings.DEBUG`
So, for avoid silk be accessed in prod env,I have to de…
-
I'm using silk with django 3.1 and python 3.9
The problem is when I use profiler on any of my views, my request page becomes like this:
![silk0](https://user-images.githubusercontent.com/11308498/…
-
AFAICT this relates heavily to https://github.com/yaml/yamlscript/issues/140.
I stopped by the matrix chatroom and had a quick chat about this + we decided to move to GH issues so that it isn't los…
-
I am playing FTB Continuum and have set up a Silky Miner to run. I have moved the quarry about 8 times now and gotten plenty of ores. I have even gotten 2 Charged Certus Quartz, but no regular Certus …
-
My settings are:
```
SILKY_PYTHON_PROFILER = True
SILKY_META = True
SILKY_AUTHENTICATION = True # User must login
SILKY_AUTHORISATION = True # User must have permissions
SILKY_PYTHON_PROFILER_…
-
**Please submit only one feature request in one issue!**
If it is UI/UX related, don't post how a single aspect of the UI should be changed, rather in which use-case you felt
the UI is lacking or …
-
All I can see is the cProfile dump, and a link to download the .prof file. There's no visualization graph, only the cProfile dump. Otherwise, Silk is silky.
I have these lines in my settings.py:
…
-
A guinnoa salad has a silky, smooth, insulating head; what effect does this have on $\frac{BURP}{min}$ (where $BURP$ is beer user received pleasure metric)
-
### Describe the Bug
Tools from Tinkers Construct that are meant to act as shears do not always function with deployers. The Kama, which always acts as shears, functions correctly, but Daggers, Sword…
-
Hi! First of all thanks for creating this library!
I have a case where I increment an integer like this:
MyModel.objects.filter(pk=101).update(counter=F('counter')+1)
When using silk with SILKY…