Results 35 comments of arily

```js hljs: { theme: 'night-owl', // light darkTheme: 'another-theme', // dark } ``` then generate another set of styles for dark mode ```scss .dark\:{ &hljs { &...styles } } ```...

```javascript const [res] = await this.drizzle.insert(schema).values({ data: value }) res.insertId // is this what you are looking for? ```

@phayes I think it's due to yaml being parsed into js objects instead of being edited directly.

> [@arily](https://github.com/arily) - I noticed that. I'm a bit confused about how I might go about fixing this. Any specific pointers and direction would be appreciated. use `parseDocument` in [yaml](https://www.npmjs.com/package/yaml)...

send only the last value, or merge the session options would be more reasonable.