Results 346 comments of Simonas Kazlauskas
trafficstars

Ah, so I was looking at a wrong place, I was expecting `call_indirect` to do some runtime checks, but I wasn’t finding any references to runtime checks and traps. Turns...

Today the wording of the spec says that we only want to charge fees for instructions that appear in the source originally and not those that are produced as a...

Another example of an genuine problem that came up. This time with stack heights. In particular this is what the specification says: > Every time the implicit stack is modified...

When making requests from node/nodered with this library I'm now receiving 404s. Making a `curl` query for something like `http://www.nordpoolspot.com/api/marketdata/page/10?currency=,EUR,EUR,EUR&endDate=20-06-2024` still works however (probably load balancer and/or A/B test things.)

The emphasis was probably on _v1_ and not whether it is or isn't nordpool...

No, there is not, though notably this is not necessarily a fundamental limitation, but basically an extent of what is supported by the loader (also known as interpreter, dynamic linker,...

The behaviour doesn't sound expected, but at the same time this likely doesn't have anything to do with the implementation of libloading and more so with the specifics of your...

Yeah, this is unfortunately a platform behaviour that you will need to figure out how to work-around yourself.

I think it is important that this API returns the `K` value that was supplied to the function. Right now it is `Drop`ped internally and the key from the entry...

I don't mind this lint landing right now, but I can imagine a future where both attributes on the same function make quite some sense: symbol aliases. That way we...