-
Add support fro `zj`, `zk`, `[z` and `]z`.
-
I guess it's already planned, but is someone working at it?
suunr updated
8 years ago
-
It's possible to define a reasonable `NFData` instance for any `Foldable` type. We can offer a suitable `rnf` to help.
``` haskell
data Unit = Unit
instance Monoid Unit where
mempty = Unit
Unit …
-
I realized that we can special case the meta-ops depending on the operators passed into them. The specific motivating example I have is `*F`.
We can first of all make the multiplicative identity be `…
-
```python
union_ti = pd.DataFrame()
n = round(ds.pandas_df.__len__() / k)
errors = [0 for i in range(k)]
for i in range(k):
diff_df_union_ti = ds.pandas_df.loc[~ds.pan…
-
When the focus is in a variation which hasn't any sub-variation, could you please add a feature to fold the variation into one node?
When the focus is in a folded node, could you please add a feature…
-
https://codelabs.developers.google.com/codelabs/android-camera-foldables?hl=ja#0
https://github.com/android/large-screen-codelabs
# refs
https://github.com/LeoAndo/development-conference-memo/iss…
-
Let's consider such code:
```c++
constexpr bool constant_bool() { return false; }
int mcdc_with_constant(bool a) {
if (a && constant_bool()) {
return 1;
} else {
return 0;
}
}…
-
Hey there.
In https://github.com/typelevel/cats/pull/3299 (I think. at least in 2.4.x) tuples gained a `Foldable` (among others, naturally) instance, which only considers the right-most element.
…
-
Hey,
I've been using your language server for quite a while now and it's a blessing for my daily work. One thing which is bugging me though, is the fact that, by default, VSCode code folding is onl…