Brian McBarron
Brian McBarron
Sorry for the delay. The [Babylon.js vscode extension](https://forum.babylonjs.com/t/new-sandbox-based-asset-viewer-as-a-vs-code-extension/27865) I've been working on took a week longer than I expected. Starting tomorrow, the curve editor will have my full attention.
Hi @julien-moreau ! Some questions for you: 1. We want animations stored in the .babylon file, correct? One of the issues I'm having is finding examples of working animations in...
Update: I figured out my debugger issues with (2). It was two things: 2a. Need to prefix `outFiles` with `${workspaceRoot}`, or the files weren't being found. Maybe this is OS...
(Note: I see now that you're Babylon 5 chore includes updating electron... let me know if there's anything I can do to help with anything on that chore)
Board: Pi 4 Model B - 2GB RAM Kernel: 5.4.72-v7l+ #1356 SMP Thu Oct 22 13:57:51 BST 2020 armv7l GNU/Linux I do plan to contribute the firebase plugin once it's...
Ok, I tracked down the memory alignment issue by using clang. It didn't give me all the information, but I was able to narrow to inside FlutterEngineSendPlatformMessage, whenever a FlutterPlatformMessageCreateResponseHandle...
Hi Hannes, The team that I was developing the Firebase plugins for has since disbanded. It works, although not all of the firebase methods are implemented. I think you've done...
Yes, although it's dated now. The fork https://github.com/bmcbarron/flutter-pi has all of the code I completed. The methods that are implemented do work (our team used it for a short while)....
Here's an quick way to implement the workaround: 1) Rename `+page.svelte` to `page.svelte`. 2) Paste this into a new `+page.svelte`. ```svelte import { page } from '$app/stores'; import Page from...
I've been stuck on a similar bug for two days, and I thought this issue was the culprit (i.e. mutation of modals/isOpen causing spurious component rebuilds). I no longer believe...