-
I believe that entries in feeds expire after 60 days. It would be great if this timescale could be configured in the settings - I'd want it much longer. It could also be more visibly displayed on the …
-
We are migrating our service from Net Framework to Net-6.0 and found that below list of Performance Counters that we monitor in Net Framework are not present in Net 6.0
1. Gen 0 Promoted Bytes/Sec
…
-
Related to https://github.com/luin/ioredis/issues/1582
In a Redis Cluster, 3 masters + 3 slaves, if you send the reads commands to the slaves by default they will answer with a "MOVED" response, re…
-
The following debug info is for this [function](https://source.chromium.org/chromium/chromium/src/+/main:media/capture/video/win/video_capture_device_factory_win.cc;l=182-199?q=LoadMediaFoundationDlls…
-
Work is being done to introduce a `Tensor` and supporting types. Due to often representing slices of multi-dimensional memory, there is quite a lot of additional data that needs to be tracked beyond w…
-
FlashMQ doesn't support subscription identifiers. This is unfortunate, as: my client spends far too much time disentangling the topic and finding the subtask(s) that want the data.
What would it ta…
-
Would be awesome if we could get the option to add badges before usernames.
_(possibly with an option to enable/disable them)_
Currently only `minechat` and `frontend-horse` have any badges as far…
-
vI have configured the AWS lambda and gateway but Github web hook during PULL Request event POST call returning the below error:
**POST Response code :** 422
**POST Response Body :**
```
HttpErr…
-
There may be situations in which it is reasonable to expect multiple Publishers to be present at the same time for a single Trackable id. An example of this is a situation in which delivery driver has…
-
`periodical` currently supports `every:` and `start:` when it comes to parameters that control its time sequences. I think of these as
```ruby
# :every object
periodical :remind_users, every: 5.…