-
`caddy_1 | {"level":"info","ts":1665919978.9603379,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}`
`caddy_1 | {"level":"warn","ts":166…
-
```
private final Table> registrations = HashBasedTable.create();
```
This line in abstract registry messed up the registration order of items if another type of registration happens before item an…
-
```
What steps will reproduce the problem?
1. Tab across "A" element, it's impossible to tell where the focus is
What is the expected output? What do you see instead?
A different state, eg; a dotted…
-
```
What steps will reproduce the problem?
1. Tab across "A" element, it's impossible to tell where the focus is
What is the expected output? What do you see instead?
A different state, eg; a dotted…
-
Is this supporting 3.19 at the moment?
One of my item filters raises an error and I'm not quite sure why. It works in game and the POE website when adding it, doesn't state any errors.
This is o…
-
I subscribe to a few twitter feeds through their api:
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=XXXXX
It's common for some people to have a short status + a link to a photo on f…
-
I started exploring the merged SCMD and DDD data to track the completeness of each field, flag products with missing DDD and counted how many hospitals appeared in the data by month. The notebook can …
-
```
#!watchflakes
default
-
I'm not able to connect to AWS iot broker using paho c library. I was able to connect using python paho and mosquitto, but using c/c++ everything is failing. I think that issue is somewhere in SSL, bu…
-
When reading my first DDD Java examples I saw a lot of `List`s:
``` java
class Order
{
private Integer ID;
private Customer owner;
private List ordered;
```
A `List` is an interface like…