Re: [MBS] NSWorkspaceMBS.iconForFile way too buggy

2020-01-21 Thread Christian Schmitz
> With this method, trying with the same folder as the “old” way (which > contains only 25 files), each call to obtain an icon takes around 4-5 seconds, Sounds like something is broken. Have you tried to reset the icon database? > Clearly, the NSWorkspace way isn't the good one for my needs (i

[MBS] NSWorkspaceMBS.iconForFile way too buggy

2020-01-21 Thread Marnaud
Hello, In the past, I used FolderItem.IconFamily to get icons of files/folders inside a given folder and stored that into a file (using a BinaryStream). This was really fast, used very low CPU and the resulting file were compressed; all was nice. Now that IconFamily is gone, I use the NSWorksp

Re: [MBS] Debugging CURLSMBS calls

2020-01-21 Thread Maximilian Tyrtania
Let me rephrase my question: How would I have to set up my call so that it mimicks the successful terminal call curl --request PATCH \ | => --url https://api.zoom.us/v2/users/someUserID \ | => --header 'authorization: Bearer MyJWT...' \ | => --header 'content-type: application/json' \ | =>