-
**Faikin hardware**
Using this ESP32 dev board, flashed with `Faikin-S1` from `release/` https://www.amazon.com/dp/B0DG8JFY3C
There's a pinout diagram on the amazon page.
**Daikin hardware**
…
-
-
### Reproduction
```swift
// Module 1
public struct E1: Error {}
public func f1() throws(E1) {}
// Module 2
import Module1
func f2() throws {
f1()
}
```
Changing `public func f1(…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not repro…
-
### Summary
A new contract could be used to precisely express which parts of a parameter/global of mode IN OUT are modified/preserved by a subprogram. It would be interesting to also allow expressi…
-
### Summarize the issue
Recent changes altered the value shape of symmetric rank-2 tensors, being rank-1 with shape `(dim * (dim + 1)/2, )`. This means that interpolation of objects with shape `(di…
-
This is a known issue from AB3 and is meant to be fixed as stipulated
Steps to reproduce:
- `help` to open up the help pop-up
- minimise window
- press F1 or from the tabs above, click on help
- No h…
-
This is a known issue from AB3 and is meant to be fixed as stipulated
Steps to reproduce:
- `help` to open up the help pop-up
- minimise window
- press F1 or from the tabs above, click on help
- No h…
-
Examples:
```python
%load_ext autoreload
%autoreload 2
import pyfixest as pf
data = pf.get_data()
#fit = pf.feols("Y ~ i(X1) | f1", data = data)
#fit.predict(newdata = data.iloc[0:100]…
-
Hi , I’ve been using the cosine_similarity_loss function from your repository, and I’d like to suggest a small modification to improve its consistency in reflecting loss values.
Current Implementati…