@3d_family_shop@TheReturnOfLCF@BambulabGlobal "In response, we’ve made the decision to implement an optional LAN mode feature, to provide advanced users with more control and flexibility. Under the updated LAN mode (...)"
The important part is the "In response"
react-native-tcp-socket is receiving full SSL/TLS support 🎉
react-native-tcp-socket API now imitates #Node net and tls APIs. Working on a #ReactNative TCP/SSL/TLS unified API!
#OpenSource#DEVCommunity
https://t.co/9IkTgLICz7
Happy to see 1k weekly downloads on #NPM on react-native-tcp-socket! 🎉
I started this project a year ago and am glad to have helped other developers with their #ReactNative projects. Source code on #GitHub: https://t.co/9IkTgLICz7
#OpenSource
I have developed w/ @pablotix20 an example of how to generate images of cat faces using a Deep Convolutional Generative Adversarial Network (DCGAN).
Check the source code: https://t.co/QH8bBlSL5T
#AI#100DaysOfCode#DEVCommunity
Here are some #cats:
Every #bitcoin transaction uses around 950kWh of electricity, that's about x4 times what it takes to travel from #Madrid to #Paris in a Tesla Model 3. Cryptocurrencies must shift towards more sustainable blockchain techniques to be widely accepted. https://t.co/HsWmYee3xQ
I have built a lightweight JSON UDP socket API written in #JavaScript for #NodeJS. It provides a simple protocol on top of UDP to send/receive JSON objects. I hope it is useful!
#NPM: https://t.co/lzT3AAdGhg
Source code: https://t.co/UwD6f1SKdY
#OpenSource#DEVCommunity
Project Carbon uses neural networks powered by #tensorflow fed with data coming from multiple sources to realiably predict electricity prices. #EVs and many other appliances can take advantage of this to reduce charging costs and CO2 footprint. https://t.co/CvMmCxuaGE
Important notice for #ReactNative library developers! As of #Xcode 12, if your podspec depends on the "React" pod, your library will fail to link.
HOW TO FIX IT: Update your podspec dependency from "React" to "React-Core".
More info on #GitHub: https://t.co/VdmAB6LqKd
I have created a little widget to display your #GitHub profile embedded in any website. It is written in pure #JavaScript and retrieves data from your profile and shows it up directly on your website.
Source code: https://t.co/c18RWX2pyF
#opensource#100DaysOfCode#DEVCommunity
If you are building a #JavaScript package for @npmjs (or any other package manager), it would really help our friends from #TypeScript a lot if you added a *declaration file*.
(It will also make it easier for #VSCode and other IDEs)
1/3
After getting your *declaration.tsconfig.json* file ready, you can just automate this process with your #CI system with a few additions to your *package.json* scripts:
Run `npx declaration:build` and you will be greeted with nice declaration files in your /lib/types folder
3/3