-
## Background
With Source Typed, it is now possible to teach strong typing at an introductory level. Naturally, it extends to modules, something that students interact with a lot in Source Academy.…
-
As of today, cantorpairs is a git submodule of prefscript declared with
git submodule add git@github.com:balqui/cantorpairs.git cantorpairs
a/ It is unclear what happens if I now clone it with h…
-
There are a lot of useful functions in this library for defining laws, but they're not exposed at all. I'm thinking mostly of things in `Hedgehog.Classes.Common.Laws` like `congruency`, `lawWhere`, et…
-
Are there any plans to write a C interface for vinecopulib? C++ is great for this sort of stuff, but writing code in Python/Julia/MATLAB that link to vinecopulib is going to be very challenging if the…
-
The Tensor backend is unscalable. Most apparently, it completely lack type safety. Rewrite the backend to make it type safe where possible.
Areas that come to mind:
1. create named wrappers for …
-
From d77db7e1bbf9e0c5f6053d906fb7a0844c85db2c Mon Sep 17 00:00:00 2001
From: Yao Xiao
Date: Thu, 5 Sep 2024 15:08:23 -0400
Subject: [PATCH 1/3] [explainer] Add interestGroups() method to shared stora…
-
**Is your feature request related to a problem? Please describe.**
Sometimes when searching, it can be useful to limit search within certain criteria:
- excluding all files that are offline (on a …
-
[InstanceFilter](https://crates.parity.io/frame_support/traits/trait.InstanceFilter.html#tymethod.filter) can be used to create filters on pallet functionality in a runtime. You can use them to proxy …
-
**What is the feature you'd like to have?**
I want the various Debug Info loaders to create named/typed local variables within functions for the debug info formats that supply this information. This …
-
It would be really nice if the serialization functions used internally by the pickle support were exposed as direct functions. Basically I have a use case where I'd like to serialize the raw parameter…