Eugene Zakharov

155 posts

Eugene Zakharov

Eugene Zakharov

@fnc12_en

Software guru, horse eater, bald headed

Kazakhstan Katılım Eylül 2018
65 Takip Edilen31 Takipçiler
Eugene Zakharov
Eugene Zakharov@fnc12_en·
Hey @warpdotdev . Can I get a push notification on my iPhone when Warp is done on my mac? My script is downloading 30Gb so I need to be notified when I am AFK. Thanks
English
0
0
0
59
Eugene Zakharov
Eugene Zakharov@fnc12_en·
and execute unit tests right from your IDE! • Optimized serialization: Removed unnecessary parentheses—fewer bytes mean lower memory consumption. • More constexpr functions for better compile-time evaluation.
English
1
0
0
22
Eugene Zakharov
Eugene Zakharov@fnc12_en·
sqlite_orm v1.9.1 A new release of the legendary sqlite_orm library! 🚀 This is a minor release—no uber features, but compared to other minor releases, this one is the least minor of all the minor ones!
GIF
English
1
0
0
36
Eugene Zakharov
Eugene Zakharov@fnc12_en·
Wrote a small test code for platformer on Playdate in pure C with @cursor_ai . It took just one hour. If this is our future then I love it
English
0
0
1
24
Eugene Zakharov
Eugene Zakharov@fnc12_en·
Well this C++ update looks pretty good
Eugene Zakharov tweet media
English
0
0
0
34
Eugene Zakharov
Eugene Zakharov@fnc12_en·
Hey people! sqlite_orm v1.9.1 is going to be published soon with a small pile of fixes/features. Stay tuned!
English
0
0
0
48
Eugene Zakharov
Eugene Zakharov@fnc12_en·
I realized this by the linking error that no dependency symbols were found for this lib (it has 4 dependencies). I will do it tomorrow, today I worked hard. I will tell you what I got in the end next time!
English
0
0
0
11
Eugene Zakharov
Eugene Zakharov@fnc12_en·
I took the binary lib, put it in the folder proj.ios_mac/ios, added it to CMakeLists.txt in the command target_link_libraries, generated the project again, and it seems the lib got into the target!
English
1
0
0
18
Eugene Zakharov
Eugene Zakharov@fnc12_en·
But it turned out that the product is located in the Derived Data folder known to every iOS dev (admit that you have deleted this folder 300 times!).
English
1
0
0
13
Eugene Zakharov
Eugene Zakharov@fnc12_en·
But if you build swift-package (it's just a folder with Package.swift file in the root and Source folder), there are no Products. That is, you have compiled the lib, good for you, take a pie from the shelf. But where to get it is not your concern.
English
1
0
0
12
Eugene Zakharov
Eugene Zakharov@fnc12_en·
I need it to at least start, and then we'll figure something out (even if I write my own package manager on top of axmol, I'm ready for anything). In the end, I built the GoogleSignIn lib from the iOS repo and started looking for the Products folder to find the binary.
English
1
0
0
22
Eugene Zakharov
Eugene Zakharov@fnc12_en·
And there is no such folder. Kurwa! Anyway, previously, when through Xcode build libs and applications the result of compilation necessarily put in the Products folder in the Project Navigator window (this is a section of the window with the tree object files).
English
1
0
0
13