Jakub T. Jankiewicz

Results 1032 comments of Jakub T. Jankiewicz

What about duplicate the library API with BigInt, there is no need to have all the code for operations if you can use native JS operators like `add` can be...

Just one more reason to switch to jest. I've committed my package lock file and now my repo is marked as vulnerable.

The problem is that no one can use it if it doesn't have a license. This is because in most countries everything is copyright (all right reserved by default). That's...

BTW: I'm creating [list of JSON-RPC implementations](https://github.com/jcubic/json-rpc-list) and I can't add your project it doesn't have a license.

If you want to reproduce this issue, You can install MacOS in VirtualBox, here is article how to do this https://techsviewer.com/install-macos-sierra-virtualbox-windows/ , on GNU/Linux is the same you only need...

I use this in my package.json: ``` "angular-datepicker": "https://github.com/g00fy-/angular-datepicker.git", ```

you're right, it's just a workaround, because it seems that this library is not maintained anymore.

This is old but I just found it, it's not good to use jQuery Terminal with server tty because jQuery Terminal is mainly for javascript based commands or simple ajax....

jQuery terminal have a map for that key combo and it return false to prevent browser action but it don't work. I think it was working in some browser that's...