-
# Compatibility Report
- Name of the game with compatibility issues: Microsoft Flight Simulator
- Steam AppID of the game: 1250410
## System Information
- GPU: R9 390
- Driver/LLVM version: 4.6…
-
![Screenshot 2024-11-15 165931.png](https://raw.githubusercontent.com/telferang/pe/main/files/68b1b87e-452f-4764-abee-77df7ebb6f7d.png)
A user may miss out a digit when inputting the water intake. In…
-
I'm trying to use QM to log from some plugins I'm developing and it never logs anything. In fact it appears to be silently causing the plugin functions to fail. I know because adding BugFu logging ste…
-
### Initial checklist
- I searched [issues](https://github.com/search?q=user%3Asyntax-tree&type=issues) and [discussions](https://github.com/orgs/syntax-tree/discussions) and couldn’t find anything…
-
### Bug summary
If a graphql query includes an **optional** `where` clause which filters on a relation (e.g. `Form(where: { opportunity: { id: { _eq: $opportunityId} } })`) and the variable associ…
-
```
2024-08-08 13:36:29+0200 [Broker,6,127.0.0.1] worker '' attaching from IPv4Address(type='TCP', host='', port=)
2024-08-08 13:36:29+0200 [Broker,6,127.0.0.1] Got workerinfo from ''
2024-08-08 13…
-
It is an open question whether forward progress delegation happens at data-flow granularity, driven by futures, or at agent granularity, driven by executors. From an implementation point of view, the …
-
Some databases support deferrable columns (marked with DEFERRED). Is there any way to mark somehow entity property so it will map with DEFERRED in `OnModelCreating` override?
https://begriffs.com/p…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
```
go version go1.7.1 darwin/amd64
```
A sample code:
```go
package…
-
**If we want to catch the close event and destroy the window we get en error only when the window is minimized!**
That's because function `function _Close(popupWindow)` tries to un-minimize it that…