Wade Bourne
Wade Bourne
As with #9, you need the env variables which i haven't provided yet. As of now, this is not dev friendly at all, as it requires upwards of 15 env...
That's because you don't have the right .env variables. I haven't documented those yet.
I'm not working on ASBv2 anymore, instead I've opted to re-write the bot in Go. I over-complicated things quite a bit w/ ASBv2 and didn't feel like working on it.
The mod does seem to work with v1.0 but we're getting this issue occasionally when saving the map: ``` 2427.751 Error ParallelScenarioSaver.cpp:114: Saving scenario failed: The mod graftorio (1.0.25) caused...
@TimVroom do these fix the issue that I pointed out?
Also worth noting: `Error.captureStackTrace` is only a part of v8's full stack trace api which also allows you to manipulate how the stack traces are rendered via `Error.stackTraceLimit` and `Error.prepareStackTrace`....
> Concerning that typing checks are passing for this, since this appears to be missing a type annotation for the `conflictWhere` option in the `BulkCreateOptions` interface. There's no tests on...
> Wanted to note here that this feature doesn't seem to properly support the `underscored: [true/false]` model option. If you call `init` for a model and list fields using camel...
Worth noting that sqlite can also use this. I've got PRs for both `Model.bulkCreate` (#13420) and `Model.upsert` (#13411). I also created an issue specifically for `Model.upsert` at #13412.
Update on this: I ended up implementing this in a fork, but IIRC there was an issue I had w/ it (I believe it was around the logic upsert uses...