Silvio Bernardinello

Results 11 comments of Silvio Bernardinello

Great library. Java samples would be very appreciated. How can you transform a JavaRDD to a HBaseTable? In Scala, it would be ``` rdd.toHBaseTable("mytable") ``` thanks to implicit conversion. But...

Hi, I just used `const screenWidth = Dimensions.get('window').width;` `` I'd have preferred a 100% option, but it doesn't seem to work

Hi cool! BotConfig class actually represents the conversation flow, made by states and relationships (the actual graph). Please consider that Spring Boot support has been integrated, so now it's very...

Have a look at the [new services](https://github.com/besil/kobot/tree/kobot-2-jdbc-sql/src/main/kotlin/cloud/bernardinello/kobot/services) I'm considering to remove actors, since testability is a bit clumsy. While using spring @async features, we could have same performance (on executors)...

Working on the jdbc-read, I had to change some interfaces. Due to these changes, now it should be also more straightforward to add Redis: now the MemoryLayer is an interface...

useful service: https://wit.ai

Related [SO question](https://stackoverflow.com/questions/78812274/vscode-pylance-fail-to-import-specific-class) opened by me

I tried, but issue persists

Thank you @heejaechang Changing my settings.json from ``` ... "python.analysis.packageIndexDepths": [ { "name": "", "depth": 10, "includeAllSymbols": true } ], ... ``` to ``` ... "python.analysis.packageIndexDepths": [ { "name": "",...