Stephen Belanger

Results 391 comments of Stephen Belanger

> I'm not sure if this solution is the best path forward, due to my concerns in https://github.com/crystal-lang/crystal/pull/15616#issuecomment-2821634509. As far as I understand, this mechanism only works for class variables....

I would like to add https://github.com/nodejs/diagnostics/issues/634 to the topics to discuss today.

Seems no one showed up today. I would appreciate if members could please look at #634 and comment async if you approve of the transfer of import-in-the-middle to our ownership...

Added the SQL schema to the original issue for clarification.

I'm getting this too with: - napi -> 3.0.0-beta.5 - napi-derive -> 3.0.0-beta.5 - @napi-rs/cli -> ^3.0.0-alpha.84

It appears to actually be generating it _in the wrong place_. With 2.x, I have a project using cargo workspaces with the napi-rs module in _one_ of the crates within...

Ah, good to know. 🙂 What about the output location? Is that configurable somehow? Or could it somehow detect when it's in a workspace? It worked with 2.x, not sure...

That seems to have done it. I now [have everything working](https://github.com/platformatic/php-node/pull/31) with the current v3 beta. 🙂

Could possibly wrap the ack callback in socket.io. https://github.com/socketio/socket.io/blob/7e35f901b8b60605b6cde94467033921ab582fc5/docs/API.md#socketoneventname-callback

@H4ad Yes, the same concern applies. It is, in my opinion, problematic that it was ever possible to start seeing events for a given task partway through its lifecycle rather...