Sebastian Sastre

Results 33 comments of Sebastian Sastre
trafficstars

Ah, I've overlooked and opened `ObjectiveSmalltalk.xcodeproj` instead. I see `objective-smalltalk.xcworkspace` build both projects. Now when I build `objective-smalltalk.xcworkspace` goes well until this 1 error: 'ObjectiveSSH/SSHConnection.h' file not found

Thanks for the follow up Marcel. When doing that, it complain about lack of team for signing the build. I've set my personal team and when retrying the build, I've...

Seems to expect that lib to be in `/usr/local/Cellar/libssh/...` and I don't have it there. Is a version of SSH you installed with brew?

Thanks @mpw that seems to have helped a lot because the build now goes a long way. Now I'm stuck with: `error: Build input file cannot be found: '/Users/seb/git/Objective-Smalltalk/stsh/stsh-Prefix.pch' (in...

I've thought that. I did that cleaning and rebuilt but got the same. It could be the version because I've installed an older one for a specific iOS version that...

[![](https://img.shields.io/badge/RAM-001B57)](https://en.wikipedia.org/wiki/Random-access_memory) [![](https://img.shields.io/badge/Sqlite-003B57?logo=sqlite&logoColor=white)](https://www.sqlite.org/index.html) [![](https://img.shields.io/badge/PostgreSQL-316192?logo=postgresql&logoColor=whit)](https://www.postgresql.org/) [![](https://img.shields.io/badge/MongoDB-4EA94B?logo=mongodb&logoColor=white)](https://www.mongodb.com/) [![](https://img.shields.io/badge/redis-CC0000.svg?logo=redis&logoColor=white)](https://redis.io/) [![](https://img.shields.io/badge/UnQlite-003127?logo=unqlite&logoColor=white)](https://unqlite.org/)

Hold on a min, why Go HashMap when you could Rust HashMap? 🤭 https://github.com/sebastianconcept/memoizer

@juliendelplanque @VincentBlondeau I see some not having any logo and still listed there, Dart and Perl are two examples

See [stateful traits](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Traits.md#stateful-traits) ```smalltalk Trait named: #Mapless uses: {} slots: { #data } package: 'Mapless-Core' ```