Brian Hay

Results 8 comments of Brian Hay

I'm not using profiles and didn't import anything. Why I think my tag list is incomplete (only a subset) is because it is. I can navigate to individual entries and...

I'm seeing something similar but when there's only one occurrence of a tag, the note containing that tag doesn't show up in the search results when clicking the tag.

Actually the issue is not limited to just one instance of a tag. I'm seeing it when there's multiple instances. There doesn't seem to be any pattern (that I can...

> Need to finish creating the depth texture support. @CedricGuillemet in relation to your comment above, is the depth texture / depth renderer supported in Babylon Native at this point...

Hi @CedricGuillemet yes that post was from me :-) I tried your proposed temporary workaround and it worked!

It's a pretty basic Svelte, Vite/Rollup, TypeScript setup. Relevant details from package.json: ``` { "name": "my-project", "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview" }, "devDependencies":...

I'll see if I can replicate it in a smaller repo. I do have more info though - it seems production (default Rollup) builds work just fine, but it's only...

Thanks for the great advice and links @petersalomonsen !