-
### Describe your bug here. If you are modding, try testing your bug in a clean version of the engine instead. Also, if you're using an older version of JSE, please try the latest version/action build…
-
sometimes (probably because of ads doing shenanigans in the page) the `frameId` is not in the frame tree. When that happens inside `FrameManager.#onFrameNavigated()`, the call to `_frameTree.getById()…
-
I can't track why it's happening but I am unable to start a project using `postgres` 16 with the `drupal11` recipe.
When using the `drupal10` recipe, it's working expectedly.
My versions:
```
@…
-
On April 1, courses should have an option to convert their office hours queue into an office hours stack! Just for fun :)
-
Title says it all.
Crashing randomly while joined on server. Didnt test in solo.
Heres part of stacktrace:
`java.lang.NullPointerException: Cannot invoke "net.minecraft.client.resources.model.Baked…
-
With recent versions of the software, activating the laser pointer in hybrid or optical tracking modes results in detection of the laser beam as a false target. I don't remember this being as big of a…
-
Steps to reproduce:
1. By accident I made `phoneCode` callback to always return the same resolved promise.
2. And did not return `true` from `onError` callback.
3. Then I invalidated code by sendin…
-
Hello,
I am experiencing significant damage to my reputation and suffering due to the unauthorized distribution of illegal recordings of myself in a state of undress.
and I sent you the links by e…
-
Some of our notebooks set bang strings in `cmds` that are not actually used in any effect and thus have no effect.
E.g. the strehl ratio in https://github.com/AstarVienna/irdb/blob/dev_master/MICADO/…
-
V1:
```ahk
gosub Label1
MsgBox, % "global msg"
Return
Label1:
var := 5
if var < 5
return ; this return can fool any attempt to detect end of block
MsgBox, label/func msg
Return…