Manuel Spagnolo

Results 30 issues of Manuel Spagnolo

Hello! I am hoping to be able to play with my PS3 controller, so I'm giving this libraries a try. I can smoothly run `cmake .` (even though skipping tests),...

Hello everyone, I'm experiencing an issue while trying to lazy load files during tests. I have this **subscription** module which is a submodule of my **app** module (which has _oc.lazyLoad_...

Hello 👋 I think I have found a bug: the CSS does not appear to be parseable. I have patched this in a project, but maybe some other people may...

Currently is impossible to use `import` syntax (unless you transpile the files first, converting them to `require` syntax). The reason is namely [this line](https://github.com/shikaan/titef/blob/d37ddea2393eba2005daf49345ecef5aef2dea5f/src/cli/index.js#L55)

enhancement

Things like ``` titef -r dotenv/config ./test/amazing.test.js ``` are not working because we are not currently supporting the `-r` flag

bug

We need to create an ESLint environment in order to have globals like `suite` and `it` recognized by ESLint. See https://eslint.org/docs/user-guide/configuring#specifying-environments

enhancement
good first issue