-
Currently Runnables accept an `interface{}` as their Job payload. This causes issues with type coercion, and it simply a bad pattern for the long term.
I propose the concept of a `Superfunc` which …
cohix updated
3 years ago
-
**EDIT FROM JEFF: despite what this says, we already support strongly-typed flags, but with typescript 3.x I think it would also be possible to support args**
As of now, when I try to lookup what v…
-
## 🚀 Feature request
### Current Behavior
Currently, Fields are just generic magic black boxes where `any`thing goes. When I started implementing a solution using this framework, I did so on the…
-
This is less of a fundamental/large-in-behavior change and more a very bitrotty change with possibly not-really-deduplicating-that-much changes that hopefully still make the code more manageable.
#…
-
HI,
What is NUnit way of providing strongly typed test data without declaring custom class for each test?
I mean in simple cases like this:
```cs
public class OrderServiceTest
{
public a…
-
From https://github.com/microsoft/msbuild/issues/2272#issuecomment-532264659
cc @rainersigwald
### Steps to reproduce
```
git clone https://github.com/PowerShell/PSScriptanalyzer
rm global.jso…
-
Hi! I'm currently working on a new talk for the 2013 No Fluff Just Stuff tour entitled "Programming with Immutability." I was very pleased to find JIRM, as one of the primary questions that I get when…
-
See:
https://github.com/Polymer/lit-element/issues/808
https://gist.github.com/difosfor/ceeb01d03a8db7dc68d5cd4167d60637
https://github.com/Polymer/lit-element/issues/896
https://43081j.com/2020/1…
-
Some issues with using a dict:
* `dimensions` isn't validated against `TypedArray.bytesLength`. I can set arbitrary dimensions (like `[4,4,4]` to a Float32Array that only has 1 element.
* Hard to cr…
-
Is it possible to make `usePromise` strongly typed?
Currently it's
```typescript
function usePromise (
promise: (...inputs: any) => any,
inputs: Array,
lifespan: number = 0
): any
``…