BitFrosty

Results 22 comments of BitFrosty

Possibly related to https://github.com/pawn-lang/compiler/issues/618 ?

Yeah custom types (structures) in pawn would be awesome. Not to mention functions overloading (but thats probably way to far)

> OK, I've not read too carefully yet - I'll get to that. But one thing is that I really don't think that whatever the feature is should hide the...

You yourself said that in pawn, anything more then one cell is an array, and arrays are passed by reference. That is said in pawn docs and thats how we...

These seems more like streamer feature then YSF

Oh, well in that case it makes sense implementing it. Maybe a bit of topic, but cant streamer just use raknet for such things?

Osmosis is library for node.js, not the browser's (client) javascript.

If you are on windows, make sure you have installed VS compiler, python and correctly configured nodegyp. Its known problem, and not just for osmosis but any package that needs...

Can you please check npm version? 5.6.0 and 5.8.0 had some bugs where decent amount of packages failed to build/install. 6.0.0 fixed them for most people, but some edge cases...

Try removing (deleting) node_modules folder and doing clean install of packages after that (`npm install`)