Dario Vladović

Results 28 issues of Dario Vladović

Currently check for updates fails due to redirect to grab appcast gets redirected.

This PR brings in following changes: - added `.editorconfig` - updated `.gitignore`, ESLint & Travis CI config - removal of `npm` leftovers - completed migration to `yarn` - upgrade of...

This PR brings in support for generators. 🎉 (stacked onto #23)

This resolves #195 by supporting following scenario: ```sh $ NPM_CHECK_INSTALLER=yarn npm-check ``` Also if `yarn`'s lockfile has been found it will be used as default package manager 🎉

Alters module resolution algorithm to support importing modules relative to the root directory. Root directory may be one of: 1. Current working directory if `wren` is running in a REPL...

List of implemented commands: - `.clear` - clears screen - `.exit` - exits REPL - `.help` - prints help message - `.save` - saves all evaluated commands in the current...

Define `WREN_PATH_MAX` recursively using `PATH_MAX` or use a fallback. Handle `UV_ENOBUFS` error (provided buffer is too small to store resolved path).

This script automates updating libuv by reducing it to the following command: ``` python util/update_libuv.py ```