-
Although Spring Data MongoDB has support for MongoDB comments (e.g., `Query.comment(String)` and `@Meta(comment = "...")`) I'd like to see that support extended to support a use case I'd like to imple…
-
I've been using your project for a few months as part of a pipeline designed to reconstruct attack scenarios from heterogeneous raw logs (Windows and Linux). So far I've made a wrapper for Zircolite, …
-
## Description
I wondered if there was any missing indexes that might be slowing down the responses and discovered [Database Consistency](https://github.com/djezzzl/database_consistency) gem.
Th…
-
http://wp-cli.org/
Possibly as part of the buildpack?
This gives us the following features:
1. Unit test support
2. a Wordpress shell
3. Easy plugin installation
4. DB import / export
-
The default port of exist-db is 8080. Unfortunately this port is widely used by other services.
It would be handy if you could configure the default port during the installation process as part the in…
zopyx updated
2 years ago
-
just adding an idea for premium utilities (not to add to development yet)
- get logs of the channel and summarize into site
questions (real time ingest, or is there any api whre we can retriev…
kesar updated
4 months ago
-
For a table that looks something like:
| filename | version | foo |
|--|--|--|
I am looking to write a query that returns, for each given filename, the row with greatest version for that filena…
-
`from diagrams import Diagram
from diagrams.aws.compute import EC2
from diagrams.aws.database import RDS
from diagrams.aws.network import ELB
with Diagram("Grouped Workers", show=False, directio…
-
When a web page loads completely, a screenshot of the full screen (not just the visible part) needs to be captured and sent as a compressed image to the DB
-
Currently we use long-lived sessions that get extended when the user performs an action. In order to better manage sessions, we could switch to an OAuth flow where we have a short lived session with a…