Clouds
Clouds
We both hold the view that `x -> sin(x)` is the same as `sin`, so there's no logical problem. The only question here is shall we support this corner case...
Workaround, run the snippets before `GI.play` ```julia import StaticArrays Base.setindex(a::StaticArrays.SMatrix, x, i::Int64, j::Int64) = Base.setindex(a, x, LinearIndices(a)[i, j]) ```
Any update on this?
Is there another way to do this? introduce a new built-in keyword `BOUNDARY` which is similar with word boundary in regex which takes zero-length input and matches 1. previous token...
it's introduced by https://github.com/almond-sh/almond/blob/56c788d354efa1384d3468e792f4e723c65654c0/modules/shared/kernel/src/main/scala/almond/kernel/install/Install.scala#L141-L143 I wonder why staff like `C:\foo` would fail according to the document https://docs.oracle.com/javase/tutorial/essential/io/pathOps.html
is it possible to recognize silence by extra semicolon in every line? like this: ```scala val a = 1 val b = 2 val c = 3; ``` would output...
In no way serious, > new crate serde2 that works with existing serde impls to ease adoption This would not work, since the output of `#[derive(serde::Serialize)]` would generate code like...
@juntyr just said what I'd like to say.
Is it still blocking after https://github.com/GuillaumeGomez/sysinfo/pull/287 was merged
I love this solution, with some small suggestions. Should we use `` in every case, it seems more consistent, and less broken to current code. I know that let `D`...