Pedro Henriques dos Santos Teixeira

Results 20 comments of Pedro Henriques dos Santos Teixeira

Ok, I thought it could be a regression. In a JS-only environment, I managed to use datascript-mori to wrap the entity API, to try workaround the js API returning different...

Hello, did you consider `javax.measure`? I was having a look at it, there's a reference implementation already

Hi @callicoder, could you add a license? Can we assume MIT or Apache like license? Thanks

Hi, I was checking out this library, and did notice it attempts to download content from https://json-schema.org/ -- in my use case, I would need application to work offline.. so...

At the moment there's a network exception, so AFAIK the library wouldn't really work in offline mode.

Is there any way to continue using mapped paths (to avoid relative paths) and avoid these internal errors?

Had the same issue. Manually moving the class definitions before they are referenced seems to fix the compiler issue.

I ended up running a fix script that re-order the file, posting here in case might be usefull for someone else (you'd have to replace some of it): `post-antlrts.sh` ```sh...

btw, I created this issue in the Babel repo for something that affects this library right now: https://github.com/babel/babel/issues/7736 > i.e. currently antlr4ts does not work in @babel/typescript (Babel 7)

I'm having the same issue with typescript 2.7.1 Disabling tslint did not fix, only re-ordering the classes definitions in the generated file.