Kevin Fischer
Kevin Fischer
I see... I was just asking since it seems to contradict an intuitive reading of the documentation ( https://dry-rb.org/gems/dry-initializer/options-tolerance/ ). So it would maybe be good to add a section...
@nestorsalceda Just mentioning you to be safe... Sorry if you're busy I'm also thinking about implementing a JUnit formatter (for CircleCI integration) soon in addition to the two Pull Requests...
#131 has a more comprehensive fix to this problem I think, so this one could be closed
Looks like a good start to me, though from my point of view there is still a bit of work to do before this will work - I think you...
Unfortunately for me in Japan this is during a normal workweek at 1:30 am so most probably I will not be able to join, though I would be interested! But...
With the current implementation using AST transformation this is quite difficult to do in a naive way as far as my understanding goes. The resulting module (including the imports and...
Similar problem here on Mojave. Both `neu run` and the built application crash with this message. ``` (node:43527) UnhandledPromiseRejectionWarning: dyld: lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow Referenced from:...
It should probably be better documented, but I'd personally prefer if the server_context is not passed as a useless argument if I don't need to use it in the tool......
Sounds like the metaprogramming implementation can be definitely improved then... 👍🏻 if the tool call has a kwargs splat it should include server_context in there definitely
I also thought a bit about a possible interface... and my idea so far was 1. add a method like this to the `Server` ```rb def support_notifications(transport, tools_list_changed: false, resources_list_changed:...