-
A tracked trait impl give `inner_fn_name_` as ingredient debug name. We should pick the name of the original trait impl, not the `InnerTrait` trait impl generated by `salsa::tracked` macro.
```rust…
-
### Code
```rs
fn main() {
let mut x = None;
let y = x;
let z = Default::default();
let mut w = (&mut x, z, z);
let a = (&mut None::, y, None::
-
Currently it doesn't update the imports of the fn it's inlining.
Questions:
- How should it handle non `pub` items?
-
Is there a way to access the values learned by a fitted feature specification?
Like the mean and standard deviation learned by the `scaler_standard()` function, or
the values for vocabulary of categ…
-
I don't exactly know if this is in scope for this project, but is it possible to add a fourth fnmode which makes the Fn key toggle? Most of the time I'd like to use the media keys without the Fn key, …
-
Related to #23, the other question I'm interested in asking the fsm is, given the current state, what inputs _would be valid_. This would allow me to return to the user in the `409` the statement: you…
-
Starting from:
https://fnproject.io/tutorials/Introduction/
and utilizing:
https://github.com/fnproject/fdk-go
-
Dibs. Starting this one 9/13/18 based on these k8s install instructions:
https://medium.com/fnproject/fn-project-helm-chart-for-kubernetes-e97ded6f4f0c
and this tutorial, which upon first readi…
-
enhancement request to develop some new functions that generate values, they may be static and are never changed once created or they may be dynamic and are updated on each cloud formation stack updat…
ghost updated
4 months ago
-
Consider the following undocumented methods:
```julia
inverse_image_fn(f::Map(ModuleIsomorphism)) = f.inverse_image_fn
inverse_fn(f::MapWithSection) = image_fn(f.section)
inverse_fn(f::MapWithRetr…