Jacob Bolda

Results 82 comments of Jacob Bolda

How do we want to version (if at all) the validation app? it doesn't exactly track 1-to-1 with `tauri.js`, does it? Since other deps could affect it as well.

For the "version" of the app, should we adopt the tauri core version number then? As tauri.js will mostly be a light wrapper, it seems fine to mirror the core...

I was playing some with this concept in [`gatsby-theme-bulma` component](https://github.com/jbolda/gatsby-theme-bulma/blob/master/packages/gatsby-theme-bulma-homepage/src/Hero/components/HeroLayout.js) and relying on Gatsby node to pick up templates based on which packages were installed. Might give you some direction...

I believe that is technically the tauri app shell version: https://github.com/Akryum/guijs/blob/master/packages/%40guijs/tauri-app/src-tauri/Cargo.toml#L3 I am not certain how to see the guijs version myself.

@gurupras do your custom templates have any Tauri "elements" in them? It sounds like you are looking to layer on the Tauri part of it atop your existing template. Is...

## Pulling Thoughts From Discord. This is a lovely compilation of information. The "Flows" will be especially helpful in designing the entry points. Note that we do have an [RFC...

Did this error happen _after_ it was generated with `create-tauri-app`? It looks like the error happens when you attempt to start it up after it was generated. Does the error...

@zkochan, looks like you implemented it in a fork. It would be amazing if we could possibly PR and implement it back here. 🙏

@dagda1 I think if you clone frontside.com and delete the bigtest.tsconfig.json you should be able to reproduce. I meant to say that in the OP but apparently missed it.

I believe with the addition of https://github.com/thefrontside/bigtest/pull/715 that we could version the docs including the typedoc API whenever we are ready.