-
Your simple example, a little bit modified:
```javascript
var rangeList = ["A1", "B2", "C3:D4"];
var spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
var r = RangeListApp.getSpreadsheet(spread…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR47596](https://bugs.llvm.org/show_bug.cgi?id=47596) |
| Status | NEW |
| Importance | P release bl…
-
So we have a method named `secret_bytes` instead of more intuitive `serialize` to alert the caller that the value is secret and needs to be handled with care but at the same time we have the `[..]` op…
-
I'm trying to count the number of geometry primitives (point, linestring, polygon) per element. Is there a better / more direct approach than this?
``` r
wk_size
-
Hi @jcmgray, I'm currently using your awesome package to automate my experiments and noticed a problem related to pickling certain data types. While the cloudpickle backend of joblib should work fine …
-
Request by lars :)
Probably a global attribute would be enough. Some convention for a name and then just a list of hex strings would be enough. Multiple color maps should be supported.
-
See the markdown file with the details of this report [here](https://github.com/code-423n4/2023-10-zksync-findings/blob/main/data/hunter_w3b-G.md).
-
A portion of the community (and of the core team) sees one or more of the following features as important for programmer ergonomics:
- keyword-based parameters (as opposed to position-based parameters…
-
Currently, our CV looks like:
```python
cv.mass
cv.energy
cv.momentum
cv.species_mass
```
This is great as it is, but this general data structure is also directly used by the visualization …
MTCam updated
3 years ago
-
Instead of having several different names for read methods based on types, why not have just a single set of overloads on `read` based on the type and let the compiler decide? My thoughts are to use a…