Communicating with spawned and invoked xstate actors in React | by Ismayil Khayredinov | ITNEXTCommunicating with spawned and invoked xstate actors in Reacttagged: x-statereactactors24-07-2020
Guidelines for State Machines and XState | Kyle ShevlinThis exists as a living document to define some guidelines regarding state machines and their usage. These guidelines are by no means exhaustive, but hopefully set you on the right path. It is highly recommended that you read the XState docs for more information.tagged: x-statestatestate-machines24-07-2020
Flutter - Beautiful native apps in record timeFlutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.tagged: uikitchen23-07-2020
node.js - How to set _auth for a scoped registry in .npmrc? - Stack OverflowHow to set _auth for a scoped registry in .npmrc?tagged: 22-07-2020
Fastly Image Optimizer API | Fastly Help GuidesThe Fastly Image Optimizer is a real-time image manipulation and optimization service that drastically speeds up image delivery by serving pixel perfect, bandwidth efficient images to internet users, whatever device they are using.tagged: fastlyimages20-07-2020
Kafka uses common errors and solutions - Programmer SoughtSolution: Modify the value of num.partitions. The number of partitions created by partitions when creating the topic is only valid for the newly created topic. All values should be set as reasonable as possible during project planning. Can also be dynamically expanded through the command line ()tagged: kafka17-07-2020
Error "Could not find the leader" when Kafka server restarts · Issue #569 · SOHU-Co/kafka-nodeclient.loadMetadataForTopics(topics, (error, metadata) => { const err = error || metadata[1] && metadata[1].error; if (err) { logger.warn(`Error getting metadata for ${topics}: ${err.stack || err.message}`, err); throw err; } updateMetadatas(metadata);});tagged: kafka17-07-2020
App Clips - Apple DeveloperApp clips are a great way for users to quickly access and experience what your app has to offer. An app clip is a small part of your app that’s discoverable at the moment it’s needed. App clips are fast and lightweight so a user can open them quickly. Whether they're ordering take-out from a restaurant, renting a scooter, or setting up a new connected appliance for the first time, users will be able to start and finish an experience from your app in seconds. And when they’re done, you can offer the opportunity to download your full app.tagged: progressive-web-appsapp-storeios13-07-2020
Configuring CircleCI - CircleCIThis document is a reference for the CircleCI 2.x configuration keys that are used in the config.yml file. The presence of a .circleci/config.yml file in your CircleCI-authorized repository branch indicates that you want to use the 2.x infrastructure.You can see a complete config.yml in our full example.Note: If you already have a CircleCI 1.0 configuration, the config.yml file allows you to test 2.x builds on a separate branch, leaving any existing configuration in the old circle.yml style unaffected and running on the CircleCI 1.0 infrastructure in branches that do not contain .circleci/config.yml.tagged: circleciv208-07-2020
Worker Threads | Node.js v14.5.0 DocumentationThe worker_threads module enables the use of threads that execute JavaScript in parallel. To access it:tagged: workersthreadsnode07-07-2020
make module context-aware · Issue #1394 · Automattic/node-canvasI've been experimenting with worker threads in node.js recently and noticed that the canvas module does not appear to be context-aware. In other words, the module will load/instantiate once, but as soon as another thread attempts to require canvas for it's own use, the following error is thrown:tagged: canvasthreadingnode-canvas07-07-2020
Worker Threads with TypeScript - Node.js TypeScript #12The Node.js and JavaScript are often perceived as a single-threaded but in this series, we prove that it is not entirely true. Node.js creates threads when performing Input/Output operations. Not only that, but we can also create additional processes. While the above does not count yet as multithreading, in this article we begin to cover the basics of TypeScript Worker Threads and explore how they work and compare them to other ways of running JavaScript in parallel that we’ve used so far.tagged: nodethreads07-07-2020