-
**Submitting author:** @ConnorStoneAstro (Connor Stone)
**Repository:** https://github.com/Ciela-Institute/caustics
**Branch with paper.md** (empty if default branch): JOSS
**Version:** 0.12.0
**Edito…
-
# Suggestion
It would be nice to have the ability to type check factory constructed source files.
For example, say I create some ASTs like so, where `params.module.body` is some foreign AST that…
-
I have to style Unselected Items which on design looks as follows.
i.e Selected items are white color text where as unselected are slight gray.
But looks like there is property to style select…
-
**What's wrong?**
If Predictions receives inputs from a test set where features have variable names different from the variable names in the training data, it won't recognize the features, and pred…
-
It should rewrite both:
```
foo |> bar
foo |> bar.baz
```
to:
```
foo |> bar()
foo |> bar.baz()
```
Then we can deprecate piping into a variable.
-
Considering the class `CoordSysCartesian`, does it make sense to apply the following edit?
- Create a class `CoordSysVect`
- this class shall have both `__new__` and `__call__` methods
- The current `…
-
## Problem
When handling writing Spark dataframes to datalake storage, the order of the columns in the dataframe is important. For example if a pipeline is appending parquet files in the lake, if t…
-
The R-wrapper is almost complete. What is still missing is the option to specify a subset (selection of the data). This allows you to run SD not on the entire dataset but on a selection, specified by …
-
The syntax, formatting, and language used in echoar.js throws numerous errors and does not work in an 8th wall project with the 8frame framework as of Feb 2024
-
> [via](https://twitter.com/permutans/status/1554988915190370304)
Motivation/rationale:
- Go had/has a popular web tool for changing JSON into a Go spec.
- Handling non-required keys is finicky…