-
# Feature request
## Introduction
One thing I often find myself wanting to do is track whether a value (usually a string) has passed certain criteria, and not have to check it over and over agai…
-
I was wondering if Flow supports variadic generics or would support them. I'm trying to achieve the this but I can't figure out how to do it.
``` js
type Components = {[_: string]: Class}
```
The ma…
-
# Motivation
There are a number of things that make using parquet+arrow feel like writing Python in Rust syntax today:
- Everywhere one needs to deal with `&dyn Any`s that must be downcasted to …
-
Consider the following models:
``` python
class OKB_Article(models.Model):
VISUALIZATION_CHOICES = (
('is_private', 'Privado'),
('is_public', 'Publico'),
)
id_record = mod…
-
Vulnerable Library - jackson-databind-2.7.0.jar
General data-binding functionality for Jackson: works on core streaming API
Library home page: http://fasterxml.com/
Path to dependency file: /pom.xml…
-
**TypeScript Version:** 2.1.1
**Code**
```ts
class Animal {}
class Cat extends Animal {}
class Kitten extends Cat{}
function foo(a: A) { /* */ }
```
**Expected behavior:**
Th…
-
So I have a custom Action on one of my Odata controllers where I post a set of data of type T and I get back a set of results of type Result
Essentially what we do is something like this ...
```…
-
Hi!
I was just looking at your[ Drug Repurposing Tutorial](https://pykeen.readthedocs.io/en/latest/tutorial/understanding_evaluation.html#example) and wondered about the results I was getting. Then…
-
Let me rephrase to make sure I got it right, since I'm new to ifc :)
If I understand your idea correctly, we end up with 3 paths:
1. If `value` is an `IfcProperty` or its subclass, then we just ap…
-
*Related to https://github.com/godotengine/godot-proposals/issues/112 and https://github.com/godotengine/godot-proposals/issues/4364. This proposal's text is taken from one of my [comments](https://gi…