-
An observation based on the `unumpy` code
https://github.com/Quansight-Labs/uarray/blob/1fc6b68cbfbac12b6ff041a6a1a584feeaa8d2a8/unumpy/multimethods.py#L335-L338
If the `out` parameter is coerced …
-
### Ideas for expressing: this namespace is necessarily required but not explicitly used (loading specs, loading a foreign lib, multimethods, etc).
#### Problem
The problem is that some tooling …
-
snl-atdm-issue
I just tried upgrading Spack by pulling the Spack 'develop' version:
```
cf9de05 "multimethods: avoid calling caller_locals() in Python 3 (#13238)"
Author: Todd Gamblin
Date: …
-
After upgrading to Lacinia 0.33, my schema fails to validate. The reason is that I'm using vars instead of functions as my resolvers, thus allowing me to just reevaluate my resolver in the REPL, witho…
-
## Problem
Blaze does not support [FHIR's authorization for resource access control](https://www.hl7.org/fhir/security.html#binding).
Every deployment of Blaze may have unique authorization pr…
-
## Adding new arguments to functions
**Problem**:
Currently, `__ua_function__` takes its arguments by the standard python `args, kwargs` pair. However, I think this creates a problem under maintenan…
-
Currently, the README says:
> Sorbet does not allow us to define multiple signatures for a function.
But it seems to work for Enumerable#first for instance, and the definition in Sorbet uses mul…
-
As reported on the Nim forum here: https://forum.nim-lang.org/t/4486#27999, I was asked to file this as an issue here:
```
type
SNodeAny = ref object of RootObj
SNode[T] = ref object o…
-
Thanks for making formative! I've found it very useful so far.
I noticed the `bootstrap3-horizontal` form is broken. What would it take to fix it?
```
;; Broken
#_(defmethod render-form :boots…
-
Passing nil to the multi-method breaks the code, e.g.
MyClass
{
set x(String s)
{
}
}
public program()
{
auto o := new MyClass();
…