-
I found the cause of the problem with PhotoGrabber crashing on 64 bit. PhotoGrabber will crash on 64 bit if Sanity is not installed. After installing Sanity it started working again on both of my PC's…
-
### The problem
I configured switchbot integration.
It reads correctly the battery and open/close state.
When I issue the command to open or close, it simply doesn't work.
### What version of Home…
-
## The Need
Time and time again, there have been requests from the community to support some form of _"grouping together cache entries"_, primarily for multi-invalidation purposes.
Here are some…
-
We previously put the purescript-in-purescript self-hosted compiler project on hold even though it was functional, because the generated JS was too slow. Rewrites might be a good way to speed it up, b…
paf31 updated
5 years ago
-
https://privatebin.info/
-
**PROBLEM SUMMARY**
When using the provider with a TPP endpoint that has multiple backends behind an AWS ALB fails as the stickiness is not observed.
**STEPS TO REPRODUCE**
Authorize yourself…
-
See the discussion in https://github.com/bluesky/tiled/pull/560#issuecomment-1702776738 -- recapped here.
We should add a test that covers the use of `serialization.xarray.serialize_netcdf()`. It m…
-
When a lot of plots have to be generated multithreading could help.
At the moment it does not work half of the time. (tested with gr backend)
```julia
using Plots
@Threads.threads for _ in 1:…
-
We should investigate whether we can get support for mathematical equations into ceylondoc. The syntax would be:
``` ceylon
"Solves a quadratic equation using the well-known quadratic formula:
$$x_…
-
## Background
In sqlite3, if you [set `uri=True`](https://docs.python.org/3/library/sqlite3.html#sqlite3.connect), you can pass query param arguments to the underlying database, including [options …