-
**What steps did you take and what happened:**
when deploying a kcp with 3 replicas, the controller do reconcile everything, generates the machines etc.. but after doing
```
kubectl get kcp
```…
-
I would like to restructure Chapter 7, to match more closely the order I present things in my lectures. This would involve changing the order of the presentation of the rules, and giving a greater emp…
-
Hey guys,
Thanks for updates to: http://brat.riverscapes.xyz/BRATData/ map.
Chris pointed out (asked) what about the stuff we ran for WFF and SGI workshops in:
- Nevada (Humboldt)
- New Mexico…
-
Please add field for WFF like is for SOTA, DOK...
-
https://drive.google.com/file/d/12a2EcMRPLtcOrjogjCPVXWxkGE77_wfF/view
Problem as seen in video
- on netlify site sometimes a / gets appended at the end which treats the docs page as a folder and …
-
I encode png images to base64 string in Android.
```
BitmapDrawable drawable = (BitmapDrawable) imageView.getDrawable();
Bitmap bitmap = drawable.getBitmap();
//第一步:将Bitmap…
-
In the current set.mm0, shouldn't
def wa (ph ps: wff): wff = $ ~(ph -> ~ps) $;
be instead
def wa (ph ps: wff): wff = $ ~(ph -> ~ ps) $;
because the dynamic parser would not recognize "tilde+ps" a…
-
# 🐛 bug report
## Description of the problem
A Vue/Vuex getter used to display the derived value, but perhaps a recent update displays the string value of the function instead:
![image](https…
-
__UPDATE May 23 202__
Here's a list of the remaining classes:
- [ ] feature_selection.SelectorMixin
- [x] calibration.CalibratedClassifierCV ([#15134](https://github.com/scikit-learn/scikit-lea…
-
The beginning translation from set.mm that I got with mm0-hs fromMM
has suspiscious SVar and App tokens that have no definition
> delimiter $ ( ) $;
>
>provable sort wff;
>
>theorem dummylink…