-
### Description
Getting `A server error occurred` randomly when developing locally. I've inspected the web.log where I found the attached error:
```log
2020-09-30 08:35:22 [-][-][-][error][craft…
-
I think it will be cool if kint shows its call time, near to call trace. Something like this:
![Screenshot_161](https://github.com/kint-php/kint/assets/34918480/fdafd85f-cfd4-4728-8b84-b6440ccc0f53)
…
-
Found by @BrennaCarbno.
The actual error is:
```python
File ~/dev/mcnpy/mcnpy/input_parser/input_reader.py:25, in read_input(input_file, mcnp_version)
23 problem = mcnp_problem.MCNP_Problem(inp…
-
**Describe the bug**
For those users in the EU region continuing to have issues.
**System details**
- Home Assistant version: 2024.8.2
- alexa_media version (from `const.py` or HA startup lo…
-
This Lua code:
```lua
local buf = require"string.buffer".new()
local foo = ("foo"):rep(2)
for i = 1, 60 do
buf:set(foo:sub(1, 2))
end
foo = nil
for i = 1, 5 do
collectgarbage()
end
asse…
-
lkrg can not detect and defense the "looney tunable" exploit for glibc with default installation.
root@VM-58-17-ubuntu:~/lkrg-0.9.7# sysctl -a| grep lkrg
lkrg.block_modules = 0
lkrg.heartbeat = 0…
-
### PHP Version
8.2
### CodeIgniter4 Version
4.4.3
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Wind…
-
Hi, Mike!
I simplify [the reproducer](https://github.com/LuaJIT/LuaJIT/issues/980#issuecomment-1510434729) you mentioned in #980 to the following:
Simplified reproducer for the TNEW:
```s…
-
Hello,
In the following code, `vm_compute` does not normalise the term and `native_compute` fails.
The problem seem to arise when using native integers through functors.
```coq
Module Type K.
…
-
Please apply the same fix as done for NCCL for the kbool limitation
follow this update
https://github.com/pytorch/pytorch/commit/366c014a7799f0b7bbc258fd6c271dadb99d1de0#diff-43cb0f438d3eb35dec…