-
### What happened?
When using expansion service with Beam SDK 2.41.0, the type inference is failing with the following exception,
```
Traceback (most recent call last):
File "/opt/twitter_mde/pa…
-
**Type of request**
- [x] I'd like to add something to the OTM 5 spec
- [ ] I'd like to change something in the OTM 5 spec
**Is your feature request related to a problem?**
If so, please des…
-
During working on #297, my idea was something like this:
1. There is a file reading resolver e.g. `:File/Read` which will have structure as,
```clojure
(dataflow :ReadCSV {:File/Read {:FileName "" …
-
Attributes can be attached at different level such as `observation-level`, `time series-level` and `sibling-level`.
(see example at https://sdw.ecb.europa.eu/datastructure.do?datasetinstanceid=120)
…
-
**Hello, I tried to use CodeQL's global taint tracking. I have tested variables/functions/pointers and have good results. But when I tried to trace the C language structure, I found that taint trackin…
-
## Step 7: Finding the jQuery plugins
In this step we want to detect the jQuery plugin assigned to our property,
so basically the right hand side of the assignment in our previous example:
```javas…
-
### What it does
This lint catches reads into a zero-length `Vec`. For instance, it should flag code like this:
```rust
let mut data = Vec::with_capacity(len);
r.read_exact(&mut data)?;
```
In gene…
-
When working with really large result sets, it may be preferable to stream the data instead of materializing a list.
Both NPoco and Dapper already support this:
- https://github.com/StackExchange/dap…
-
A basic observation that started with our CONCUR 2016 paper and influenced the approach in our ICFP 2017 materialises again in this setting. Rather than starting with a meet-preserving "hole-propagati…
rolyp updated
2 years ago
-
fractl now supports a `:contains` construct (in the context of UI). On the backend, for RBAC, this construct should imply cascading of permissions.
For example,
`Customer-a` contains `Account-a1`…