Rami
Rami
# Overview This PR adds emoji art depicting the courier's progress towards the destination:  Additionally, a "get ready" message is sent 7 minutes before the delivery ETA....
I've removed the `@types/long` dependency, in order to avoid the following deprecation warning: ``` This is a stub types definition. long provides its own type definitions, so you do not...
# Overview Given a table with primary key ((_partition1_), _column1_, _column2_), Cassandra and the Node.js have a different behavior. This PR changes the driver to conform to Cassandra's behavior. ##...
## What this PR does / why we need it: The project has multiple calls to `os.WriteFile` which pass the constant [`ReadWriteByUser`](https://github.com/kubernetes/ingress-nginx/blob/712e10d4176da06e28a11eb6f9e2d7a263b887cb/pkg/util/file/filesystem.go#L20) for the permissions argument. Unfortunately, the name is...
# Overview This PR makes Bolt send a monthly digest on the 1st day of every month:  Bolt automatically finds the channels in which there has been...
Trying to iterate over a `Result` object (e.g. one returned by calling `find`) using a "for...of" loop results in the following TypeScript error: > TS2488: Type Result must have a...
This PR includes URL encoding/quoting before adding a link to a finding. The original motivation for this PR is a problem I've encountered with Slack links (which I'll describe promptly),...