Michael Michailidis

Results 22 comments of Michael Michailidis

Although a late reply, I have developed a similar solution, so it might be interesting to join forces on this one. Have a look at my repo...

The name attribute is definitely missing from the example code and without that it will not work at all. Adding it did the job for me.

Yep, same problem... ```bash ../node_libraw.cc:28:53: error: no matching member function for call to 'ToString' v8::String::Utf8Value filenameFromArgs(info[0]->ToString()); ~~~~~~~~~^~~~~~~~ /Users/mmick66/Library/Caches/node-gyp/12.6.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments...

Thing is, it used to work. I do not know what changed in the OS since the last few updates...

I do not have an index.js

I followed the recipe from #12 of the discussion forum. It is for the packager to start with babel-rc having already been imported (I guess)...

Could you please show me your log message?

I have not built it for SwiftUI, that is true. If however you would like to add this support and do a Pull Request I would be forever grateful ;-)

Thank you for your comment. What do you mean that the dates go missing?

I did check it. It must be a styling thing. It does not do it in the default project. Are you using the latest version?