Vatsal Manot

Results 48 comments of Vatsal Manot

@ahoppen would love to know if there's any estimation available regarding a fix, this is a showstopper for our team! 🙏

@ahoppen given that `Package.swift` supports platform conditionals (i.e. `#if os(macOS)`), I'd imagine that a temporary patch for Apple platforms (perhaps one pointing to XCFrameworks just for Apple platform builds) would...

[This solved the problem in my case.](https://github.com/sveltejs/vite-plugin-svelte/issues/23#issuecomment-830871578) > closing here as the original issue can be solved with relative configFile option added in 1.0.0-next.8: `svelte({configFile:"../svelte.config.js"})`

+1 for SPM support!

What dark magic do you speak of @pNre? It is currently impossible to provide public extensions to generic classes from foreign modules. To till this date, no workaround has been...

> This is a known issue, there is a fix coming very soon with the v2.2 release. Sorry for the troubles and thanks for your patience. Is there a workaround...

@dougdew64 unfortunately I don't think Swift can interoperate with MLX as it currently stands, hence this question when I opened this issue: >I understand that C++20 is the blocker here,...

@dougdew64 @douglasdew (am assuming you're both the same person here haha), I don't think an ObjC wrapper around the MLX C++ code, further wrapped by another Swift layer would be...

> @vmanot Regarding C++17, what kind of build errors have you received when attempting to build mlx with C++17 specified as the language dialect? @dougdew64 it's not something that can...