-
Users have to explicitly load the Zinc adaptor themselves when using Seaside. E.g.:
```
Metacello new
baseline:'Seaside3';
repository: 'github://SeasideSt/Seaside:master/repository';
load: #…
-
Seaside-Tests-Pharo20-Core and Seaside-Pharo20-Tools-Web
-
: https://github.com/magritte-metamodel/magritte
-
I wonder if we really need all those groups from Seaside:
https://github.com/magritte-metamodel/magritte/blob/master/source/BaselineOfMagritte.package/BaselineOfMagritte.class/instance/baseline310C…
-
Hi,
Here is the revised code which produces the error:
> Error in { : task 1 failed - "'x' must be numeric"
```
library(caret)
library(tidyverse)
library(tidymodels)
data(okc)
okc % …
rczen updated
5 years ago
-
Since there is no way to load it I guess it's useless. If I'm right, I propose to remove it.
-
Here's the error from [travis run](https://travis-ci.org/GsDevKit/GsDevKit_home/jobs/483527855):
```
...finished :: newExtent -s /home/travis/build/GsDevKit/GsDevKit_home/server/stones/travis1/produ…
-
I have the impression that most users do not need the JSON group for a basic Seaside application so I wonder if it should be in the default group?
Maybe I am missing something that make it interest…
-
Loading Parasol in Squeak v5.2 fails, with an error stating:
```
Error: This package must not be used. It was split in 2015 into: WebClient-Seaside-Adatpor and WebClient-Seaside-Tools-Development
…
-
`VOSeedVersionGenerator` still uses `makeSeed` to generate version (related to #83 and #90).
```Smalltalk
newVersion
^UUIDGenerator new makeSeed
```
This causes an error because an instance o…