Code Monkey home page Code Monkey logo

nexusjs's People

Contributors

gitter-badger avatar pytlesk4 avatar voodooattack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nexusjs's Issues

Please change the license

I'm no legal expert, but it was explained to me that GPL means that even derivative work that doesn't even change the original code would be contaminated by GPL license and become open source no matter what.

FileSystem sync operations ?

I'm working on a CommonJS require functionality based on ESM module, example:

import cjs from "module";
const require = cjs(import.meta.dirname);

const mod = require('some-module');
// require.cache
// require.resolve

and while I know JSC exposes readFile I am trying to target NexusJS too (beside browsers) but I cannot find anything like readFileSync or statSync

CommonJS is inevitably based on synchronous load so ... is there any plan to make it possible ?

setup help: requesting explicit list of dependencies to install

On Ubuntu 16 it's tricky to figure out which dependencies are needed. Can we put a list together in the docs?

I know of these: libicu-dev

open issue: cmake script can't find curl even though libcurl3 is installed

open issue: apt install boost-all-dev on Ubuntu 16 is installing a too old version of boost (1.58). Are you getting boost 1.62 from source?

CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):
Unable to find the requested Boost libraries.
Boost version: 1.58.0
Boost include path: /usr/include
Detected version of Boost is too old. Requested version was 1.62 (or
newer).

Support `fetch` for HTTP requests

A lot of libraries out there are geared towards the browser which has globals for interacting with the OS. I think it would be useful to provide some of these globals to make it easy to reuse libraries between the Nexus and the browser.

fetch is a great candidate since a lot of es6 libraries are going to be using it for any requests they do.
Websocket would be another great candidate.

Ingore the hatred from StackExchange

The hatred for JavaScript that they have is incredible. Keep up the good work and do whatever the fuck you want to do. Write whatever you want, don't let their negative, subtle, asinine remarks get in your way. I was appalled reading the thread and seeing all the hate towards JavaScript. They spend more time complaining about JS than actually doing things constructive in their lives. It's pretty sad.

OS X: Build failure, creating a static library

On OS X, I get this:

[email protected] ~/W/G/n/build $ ninja -j 16
[828/1358] Linking CXX static library lib/libjs_bundle.a
FAILED: lib/libjs_bundle.a 
: && /usr/local/Cellar/cmake/3.13.4/bin/cmake -E remove lib/libjs_bundle.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc lib/libjs_bundle.a   && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib lib/libjs_bundle.a && :
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
	ar -m [-TLsv] archive file ...
	ar -m [-abiTLsv] position archive file ...
	ar -p [-TLsv] archive [file ...]
	ar -q [-cTLsv] archive file ...
	ar -r [-cuTLsv] archive file ...
	ar -r [-abciuTLsv] position archive file ...
	ar -t [-TLsv] archive [file ...]
	ar -x [-ouTLsv] archive [file ...]
[843/1358] Building CXX object build/webkit/Source/bmalloc/CMakeFiles/bmalloc.dir/bmalloc/Scavenger.cpp.o
ninja: build stopped: subcommand failed.

Any idea how to fix this?

Native add-on ABI

A native-addon ABI and a build system for the package manager should be proposed.

Please use this issue to discuss this aspect of the project.

submodule problem

Submodule 'vendor/beast' (https://github.com/boostorg/beast.git) registered for path 'vendor/beast'
Submodule 'vendor/webkit' (https://github.com/WebKit/webkit.git) registered for path 'vendor/webkit'
Cloning into 'vendor/beast'...
fatal: reference is not a tree: 9dc9ca13b9c08c1597d05bcf6c19be357e426041
Cloning into 'vendor/webkit'...
fatal: reference is not a tree: c7e2ef8fc3620c4c90f2b3262c41a34d1812fc85
Unable to checkout '9dc9ca13b9c08c1597d05bcf6c19be357e426041' in submodule path 'vendor/beast'
Unable to checkout 'c7e2ef8fc3620c4c90f2b3262c41a34d1812fc85' in submodule path 'vendor/webkit'

Release schedule

Hi is there any Release Timeline or something else when does it finished to try on production Projects.

thx for Info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.