Alexis Tyler

Results 166 issues of Alexis Tyler

I keep getting `Uncaught TypeError: Cannot add property async, object is not extensible` when trying to pack my library with bili. I hope I'm using the settings correctly. I'm trying...

[](https://issuehunt.io/r/xojs/xo/issues/238) When using xo on a single file no errors are shown if said file is ignored in xo's settings. ``` ➜ agenda git:(master) DEBUG=xo xo test/fixtures/addTests.js xo Using local...

enhancement
help wanted
:dollar: Funded on Issuehunt

```shell ➜ core git:(master) ✗ xo app/plugin-manager.ts JSONError: JSON Error in /Users/xo/code/unraid/core/package.json: 162 | "import/resolver": { 163 | "node": {}, > 164 | }, | ^ 165 | "jsdoc": {...

[](https://issuehunt.io/r/xojs/xo/issues/220) I'm on OSX with a case insensitive file system. The directory is `Medusa` with a capital `M`. ``` ➜ medusa git:(feature/add-default-vue-route) ✗ xo ~/code/medusa/vue/src/log.js ../medusa/vue/src/log.js:1:17 ✖ 1:17 Casing of...

bug
:dollar: Funded on Issuehunt

[agenda-rest](https://github.com/agenda/agenda-rest) has just joined the Agenda org so we'll be looking into cleaning up the code to use ava and xo just like the other packages we maintain. After this...

enhancement
help wanted

Currently if users got the release tab they have no clue what's changed between releases. Any chance you could start adding those?

enhancement

Refreshing the page after loading a bundle causes this. `Uncaught application error`: ```invalid state ---- Error: invalid state at component (https://www.bundle-buddy.com/static/js/main.708ec90e.chunk.js?__WB_REVISION__=3f1d03f9d4c3b47f8276:1:122921) at Gi (https://www.bundle-buddy.com/static/js/3.2ccf6d4c.chunk.js?__WB_REVISION__=c923091d24e9532e2239:2:149980) at mu (https://www.bundle-buddy.com/static/js/3.2ccf6d4c.chunk.js?__WB_REVISION__=c923091d24e9532e2239:2:196386) at cl (https://www.bundle-buddy.com/static/js/3.2ccf6d4c.chunk.js?__WB_REVISION__=c923091d24e9532e2239:2:188919)...

Because of this line the sql file ends up checking the relative location in this case it's `dist` instead of `node_modules`. Maybe inline this so it can be bundled? Or...

I'm trying to get pkg working with esm and I've hit an issue which I can't seem to trackdown the source. ``` TypeError: this._checkModeProperty is not a function at Object.Stats.isFile...

bug

I had to kill the `node -r esm` require as it never finishes. ``` bash-4.4# node > var resolveDir = require('resolve-dir'); undefined > resolveDir [Function: resolveDir] > (To exit, press...

bug