Tito
Tito
Hello Howard, first thank you for this beautiful library. I have only one simple question. I have tried to build the library as mentioned in the section Build & Test...
special object properties "__class" and "__interfaces" When tranpiling java to javascript jsweet is creating for every class a special object properties called __interfaces and __class. i.e. from [here](https://github.com/cincheo/jsweet/blob/master/doc/jsweet-language-specifications.md#interfaces) "This interface...
I have noticed a behaviour that i can not explain thus i am asking this question. To me it seems that the behaviour of append and prepend differs. I would...
Hello Daniel, i am trying to build the ByteBuffer however i am having trouble running npm run build the script complains about the ByteBuffer.js missing in the src/wrap-node.js file before...
Hello would like to ask the following question: Is would it be possible to implement a method which is comparing 2 bytebuffer values on equality i.e. something like bufVariable.equal(anotherBufferValue :...
I am trying to use the ByteBuffer.js in typescript. I have downloaded the typescript definitions i.e. the index.d.ts from [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/bytebuffer/index.d.ts) and i did the same for the Long.js it all...
I am apologies for the simple question but is there any Definition Files that can be used in order to leverage this project from TypeScript?
I have open a question i.e. in the moment the context is being generated: context = SpringApplication.run(new Object[] { WebSecurityConfig.class, VanillaWebConfiguration.class, WebConfiguration.class }, new String[] { "--security.basic.enabled=true", "--security.user.name=username", "--security.user.password=password", "--serverPrincipal="...
Hello Christopher, first thank you for those hello world mail Extention. I was trying to test those mail Extention yesterday and found that the simplest one i.e. Hello world one...