Aurelien Ribon

Results 14 comments of Aurelien Ribon

I saw that in `dist/sdk.js`, you expose `asc` as `require('assemblyscript/cli/asc.js')`, for the Node version. Does this mean that `dist/asc.js` is only meant to be used by browsers? If so, it...

The current `dist/asc.js` should be useable from the CLI, on master and on this branch too, as it still tries to require `ts-node` and inject stuff. That aside, not being...

More background: if webpack is able to infer that `dynrequire === require`, it is because of the minifier: ```js // Original source code const dynrequire = typeof __webpack_require__ === "function"...

Related to this issue, `asc.js` cannot be required on Observable. Another solution I though of was to generate two versions of asc.js, one for the CLI, and one just for...

True indeed. That's because I was fed up with wordpress so I quickly rewrote the blog with nodejs. However, I removed many pages in the process, like projects demo pages....

I'll add it as soon as possible guys, promised :) I shifted from this project to a startup job but I want to give it more love once again.

UTE is not bound to any framework, so you can use it to create animations for anything, even console-based apps. UTE is meant to animate Java Objects. As long as...

The project is a bit dusty, the documentation is still hosted at google code. However, have a look at this wiki page: https://code.google.com/archive/p/java-universal-tween-engine/wikis/GetStarted.wiki In this page, I wrote the code...

I see. I'm not anymore familiar enough with LibGDX to guide you with that. At the time I was working on it (3 years ago), it did not have such...

Indeed `process.env` is heavily used in A LOT of web-apps, likely the majority of them. The entire JS ecosystem is built on top of old libraries that appeared at the...