Brian Sperlongano

Results 318 comments of Brian Sperlongano

> It looks like there's a primary key that makes no sense @pnorman can you elaborate on this? I added the offending index so I'd like to understand what I...

I re-ran the test build several times in CI and it errored on the same test case each time. I ran the test suite locally on my Ubuntu and it...

The issue is at: ```javascript expectGloss("en", "L’Aquila", "L'Aquila", "L’Aquila", "L'Aquila"); ``` Is it possible that we're seeing some kind of difference in unicode diacritic processing between javascript versions that could...

I'm exploring the root of this issue on the L'Aquila test case over in #908. If I can isolate the issue, what I would plan to do is to restructure...

> > Right now we are hard-coding the epected label and gloss > > This is a good thing, in my opinion. We need to know when the expression yields...

Fix in #909. Problem is upstream in node on ubuntu, so let's just not use that version.

Dumb question, how do the three output artifacts get made available to end-users? Does `npm publish` just take care of that or do we need to designate artifacts in the...

I think for github CI artifacts, we can use https://github.com/actions/upload-pages-artifact and just add a section to the ubuntu builder that points to the output jar files. Probably easiest if the...

The addition of: ```json "transpileOnly": true ``` Is what seems to have broken this build, based on a diff inspection.