Results 49 comments of Ivan Gonzalez

[Gridsome is waiting on vue-meta to support Vue 3 in order to release its new version](https://github.com/gridsome/gridsome/issues/1289#issuecomment-728976016). Maybe a minimum viable support for vue 3 before making breaking changes? I think...

Moreover, in the docs they seem to have the same values ![image](https://user-images.githubusercontent.com/4014888/172099632-6d2f54f0-bd77-40c7-89cc-cd443d448ac0.png) but in [`config/colors.t`](https://github.com/windicss/windicss/blob/67802fe9af47ebcbebd5c5ee4e5cefc740e39506/src/config/colors.ts) they don't

add this to your settings ``` "workbench.colorCustomizations": { "[Night Owl Light]": { "editorInlayHint.foreground": "#49546a", "editorInlayHint.background": "#b5d9d648", } } ``` ![image](https://user-images.githubusercontent.com/4014888/181011465-8e8b03ad-d8a4-430c-b909-0b52fe853730.png)

Actually that utility does what I was referring to not crontab. Awesome!

When the inputs are different length, for example: `[(1, 28, 28), (1,)]`; the nowadays implementation throws `TypeError: can't multiply sequence by non-int of type 'tuple'` and a warning ``` numpy\core\fromnumeric.py:87:...

> > > @cour64 Instead of `create` then `save`, have you tried simply `save`? Like: > > ``` > const myEntity = myEntityRepo.save({ name: 'x', email: 'y' }); > >...

> @franzos @scratchmex Did you resolve your issue? To be honest I don't remember. This was long ago :/

Nothing yet? This is really necesary :( 2 years later and nothing

@mattip do you mind having a look at this?