Miguel Tenant de La Tour

Results 31 comments of Miguel Tenant de La Tour

It seems my libiconv is installed at /usr/local/Cellar/libiconv and I can't seem to install it somewhere else with homebrew... Do you know if libiconv is the problem?

If you're using TypeScript, then you can simply use ```typescript let x: [number, number, number] = [0, 0, 0]; // or in JSDoc-like comments (I believe) the same works /**...

I did [something similar on my fork](https://github.com/PandawanFr/noa/commit/1f97520be01374683667eec2b50c248f7927ffd3) but hardcoded the lighting system rather than using events (especially in `addMeshToScene` on line 252). Is this what you are talking about? If...

Hey @nabilove, if you're looking for a way to get lighting in your world, the [commit I linked above](https://github.com/PandawanFr/noa/commit/1f97520be01374683667eec2b50c248f7927ffd3) allows noa to support multiple lights. This commit does three important...

Hmm, seems like a good way to go about it. With that, I could set the `mesh.receiveShadows` AND add that mesh to `light.includedOnlyMeshes` at once. Some quick questions: Would the...

Haven’t looked into your issue specifically, but the repo I linked in #10 (which you mentioned above) isn’t finished and still uses old notification system for the out-facing API. (i.e....

Hmmm, strange, the code you sent works fine for me on my Intel Macbook Pro (2019, 13-inch) on macOS Monterey 12.1 with Rust 1.58 (stable-x86_64-apple-darwin). It seems like the only...

Are you sure you are not in Do Not Disturb (or other focus mode)? The notification isn't showing up at all on Notification Center either? I re-ran the exact code...

Haven’t looked too much into it, but IIRC this only handles code signing and not notarization, which is required to run apps on Big Sur... Would have to check if...

Alright, I started a [`usernotifications` branch on my fork](https://github.com/Pandawan/mac-notification-sys/tree/usernotifications). I'm just trying things out at the moment but I seem to be hitting some roadblocks due to the little knowledge...