-
### Problem
Working with collections is verbose and difficult. For example, I want to filter blog posts and return the ids:
```
// BEFORE
public shared ({caller}) func allPosts() : async [Nat]…
-
### Description
I've been playing with Joern recently to identify format string vulnerabilities in C code using data flow tracking with `reachableByFlows`:
```scala
val sink = cpg.call.name("fp…
-
I've just made the following mistake in the midst of some processing code.
foo['a'].replaceAll('a', 'b');
The replaceAll method, despite its name, is a pure function.
This should have resulted in a…
-
Just wanted to share this with the community as I couldn't find an example when searching via google
In my setup I have these devices
1 - 303Mhz Hampton Bay Fans ( RCSwitch )
2 - 315Mhz GE Ceil…
-
I found that `StringPrototypeSplit` is not safe, so we should introduce `SafeStringPrototypeSplit`.
```js
const StringPrototypeSplit = Function.call.bind(String.prototype.split);
// prototype p…
-
We don't want users to use Telegraf so we should figure out a better way to do this.
Reference link to test :
- https://github.com/prometheus-community/stackdriver_exporter
-
@tmat brought up a scenario where they would find it very useful if StreamJsonRpc supported passing delegates as arguments over JSON-RPC.
We already support passing `IProgress` (and other [exotic …
-
```
Seeing how well this project works, I'd like to see headset supported later on.
This would be a nice addition
```
Original issue reported on code.google.com by `kytechne...@gmail.com` on 31 De…
-
Since this seems to be more active than the Mitosis code base that this is based on I'll add this here :)
As things stand there is no encryption on the gazell code being used here. Using the in bu…
-
## Low Risk Issues
### `_executeSwaps()` requires a specific order of swaps if the same asset is involved
Consider the following chain of swaps (): A(1)->B(2), C(1)->B(2), B(5)->D. If the specified o…