-
https://github.com/tendermint/tm-db/blob/master/prefixdb_test.go#L120
For each iteration you are going through values [0; len(mine)) **for key := range mine {**
and allocate slice of 4 bytes **bs …
-
-
What it the purpose of DB.INTLIB.PPL_GRAPH? WHy pipeline_id is not used in all DB.PPL.\* instead of graph_id?
-
At the moment too much logic is in the command, this makes it duplicate and hard to reuse/share
-
How might we standardize our approach to handling "business logic" such that we have a consistent pattern across projects?
Take this contrived example:
```ruby
def update
if @post.update(pos…
-
@jsheaven/easybuild is a production dependency, and it has Typescript as a production dependency too. Just these two packages weight 85 Mb. Since I'm trying to use this library on a AWS Lambda functio…
-
## Issue
In the current implementation, the controllers contain all the business logic (e.g., DB queries, scraping), making it hard to test and maintain.
## Expected
The controllers should be…
-
As this project started relatively small, the business logic for sending commands to HA and process internal "HUE only" commands is now contained into the Hue api. It's time to move this intro separat…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of the COMET-SDK
- [x] I have searched [open](https://github.com/STARIO…
-
Hello,
We are planning to use Solid Queue to schedule tasks for future execution. However, we have some use cases where we might need to cancel enqueued jobs before they run.
While we could incl…