Philippe Manzano

Results 127 issues of Philippe Manzano

I tried simple Hourglass example from https://www.gamasutra.com/view/feature/176033/the_designers_notebook_.php and got: ` res://addons/kakoeimon.godotmation/GodotMation_Edit.gd:85 - Invalid get index 'type' (on base: 'Timer').` Do you have working examples?

Thanks for this project! I get this error on Godot 3.1: ``` SCRIPT ERROR: GDScript::reload: Parse Error: A constant named 'number' already exists in this class (at line: 4). At:...

Hi there, I was trying your project on glitch and succesfully created a poll. But as I try to vote from different browsers and IPs, I see that only one...

Hello again, This is a brilliant project but hard to install :) OK, I think I'm getting to the end of the install. My neo4j comes without password. When I...

I had to tweak Dockerfile to make it work: ``` FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive RUN add-apt-repository ppa:ondrej/php && \ apt-get update && \ apt install -y software-properties-common && \ apt-get...

Hello, First of all thank you very much Michael for sharing such a useful tool! I starred your project despite being depreciated because it worths it. It's sad to the...

It works fine with npm run dev, but when I build it, I get `document.getElementById("app-props").textContent) is null` Looks like a race condition, JS is executed before `id="app-props"` (django-svelte) populated the...

Hello, I'm trying hard to make it work locally :) HTTP seems to work: ``` ──────────────────────────────────── 🎉 Flow is ready to serve! ──────────────────────────────────── ╭────────────── 🔗 Endpoint ───────────────╮ │ ⛓ Protocol...

I tried install your package on a fresh new svelte+vite install and pasted your code into App.svelte but first, it seems to refuse the COMPONENT script: ``` const COMPONENT =...

Hi, I followed the steps from https://github.com/OSVR/OSVR-Docs/blob/master/Integrating-Game-Engines/WebVR/webvr.md, I could open secvrity, I see HMD rotation in FF (main screen, not in HMD extended mode) for 1 sec, then tab crashes....