Lee Langley
Lee Langley
Am I right in thinking that the only reason this is failing is because the tests are also being run against PHP 5.6 and 7? Laravel >= 5.6 only supports...
So it's the addition of `"beyondcode/laravel-dump-server": "^1.2",` in the composer.js file, because that requires PHP >= 7.1? Is that required for Laravel 5.8 (I'm assuming so)? If so, it may...
I'm experiencing this issue as well. It's been like it for several hours at least.
@staudenmeir this looks good, is there any chance of getting it working with ascendants as well? I have a Model, which has a `node` relationship. `node` is a nested set...
Is this the same as discussed on this ticket? https://github.com/dice-roller/rpg-dice-roller/issues/222
As a follow-up of this; There is a branch where what's discussed in #222 is in progress, but not yet complete. If it is what you're after, I can add...
I've been making some headway with the description functionality, as mentioned in #222. If you could take a look at this comment: https://github.com/dice-roller/rpg-dice-roller/issues/222#issuecomment-1129337379 and let me know if it's what...
The package is currently 1.4MB The biggest part of the package is the compiled JS, which is compounded by the fact that we've got both ESM and UMD versions as...
So it looks like not publishing the uncompressed files is a no-go, as it can make it difficult for devs to use the library, if they need to do thier...
I can't seem to get the mathJS library working with Jest - it complains about unexpected `export`. I think it's because the mathJS library is defined as an ES5 package,...