Christian Karl Bernasko

Results 10 comments of Christian Karl Bernasko

I'm intending to build an npm package, could you help me to build textlive.js. I created a docker container to build textlive.js which can be found [here](https://github.com/chrisber/texlive.js/blob/build-with-travis/Dockerfile). Currently I'm running...

I added the log file please have a look. [log](https://api.travis-ci.org/jobs/96548003/log.txt?deansi=true) ``` find texlive -mindepth 2 -name texmf.cnf -exec cp {} ./pdftex-1.40.11/src/texk/kpathsea \; cp ./binary/pdftex-1.40.11/build-pdftex/texk/web2c/web2c/{fixwrites,web2c,splitup} pdftex-1.40.11/build-pdftex/texk/web2c/web2c/ cp: target `pdftex-1.40.11/build-pdftex/texk/web2c/web2c/' is not...

I would prefer a docker container for building it. If you could provide the commands I would contribute the Dockerfile

A while ago I could compile V8.net for mac osx, at that time only ia32 (x86) mono was available. Maybe it is possible to compile it to ia64 (x64) by...

You are right on this, saddly its a known issue, have a look at: - [v8dotnet osx](https://v8dotnet.codeplex.com/discussions/578781) - [v8dotnet linux](https://v8dotnet.codeplex.com/workitem/1273) - [gitter](https://gitter.im/chrisber/v8dotnet/development-mono) Debugging the gives an exceptions at [ObjectTemplateProxy::RegisterNamedPropertyHandlers](https://gist.github.com/chrisber/60d89ddf39907ffbdde1) What...

Could you please have a look at the [binaries](https://github.com/chrisber/v8dotnet/releases/tag/v0.4) that I have complied for OSX, seams to be working now. I also have created an [addin for osx](https://github.com/chrisber/typescript-addin/releases). I could...

I currently build v8dotnet on x86 and updated the releases. On windows I build the typescript addin with the type Any CPU and added the x86 libraries of v8dotnet. On...

This is nice hoping this will bring web development with Typescript+Angularjs and Asp vNext on Linux and Osx further. I added my thoughts about the addin into the issue description....

For the problem to have a x86_x64 for Linux, this will not work see the answer [here](http://stackoverflow.com/a/9915355/2212899). I read something about [dll maps](http://www.mono-project.com/docs/advanced/pinvoke/dllmap/) in the mono docs. I will have...

Ok then I will use the default SharpDevelop code formatting in monodevelop. :+1: