#localdev
Explore tagged Tumblr posts
Text
Mit tanultunk ma
Tartoztam néhány munkaórányi idővel az ördögnek, amit most, az esti műszakban dolgoztam le. Remélem kvittek vagyunk.
Az SQLAlchemy 1.x -> 2.x átállás sírós lesz.
Ha a localdev és a localdocker környezetek konfigurációi nem egészen azonosak, abból fejvakarás lesz.
Megtanultam az SQLAlchemy reflection feature-t használni
0 notes
Photo

Llamas! 🐑 I'll be hanging out at the AYBOnline Booth area Saturday morning at @c4_winnipeg showing off #PropagandaLlama the very cool game I got to work on with @spacewagongames and @electricmonks ! Come demo the game and say hey! Location note: AYBOnline space is in Hall D (third floor) close to frontier Larp. . . . . #indiegames #localdev #spacewagongames #electricmonk #gamedev #llama #llamagame #propaganda #puzzlegame #art #artist #digitalart #3dmodel #zbrush #maya #pixologic #games #womeningames #c4winnipeg #convention #demo https://www.instagram.com/p/BpX6qDhAgXK/?utm_source=ig_tumblr_share&igshid=x4nsrr704l31
#propagandallama#indiegames#localdev#spacewagongames#electricmonk#gamedev#llama#llamagame#propaganda#puzzlegame#art#artist#digitalart#3dmodel#zbrush#maya#pixologic#games#womeningames#c4winnipeg#convention#demo
0 notes
Text
Pulling an svg symbol into your custom LWC component
I was experimenting with building out a Salesforce LWC component from scratch, based on the Lightning Design System’s example Path, but when I ran it in the nifty LWC Local Development Server the expected check mark did not show up. Turns out, the path to svg symbol change when you are running locally. For example, the check mark moves from “/assets/icons/utility-sprite/svg/symbols.svg#check" to "/assets/localdev/icons/utility-sprite/svg/symbols.svg#check".
It took me forever to track down a supported way to account for this change, but I finally found a clue at https://github.com/salesforce/base-components-recipes/blob/master/force-app/main/default/lwc/iconUtils/iconUtils.js
In your <component>.html
<svg class="slds-icon slds-icon_x-small" aria-hidden="true"> <use xlink:href={href}></use> </svg>
Then in your <component>.js
import { getToken } from 'lightning/configProvider'; ... href = getToken("lightning.utilitySprite") + "#check";
0 notes
Text
Pemanfaatan Teknologi Utk Kemajuan Perusahaan
Artikel saat ini akan mempercakapkan mengenai beberapa manfaat web - web yang bisa Anda rasakan di waktu modern berikut. Saat ini ditemui beberapa ladenan pembuatan website yang sanggup Anda manfaatkan untuk membuat website cocok dengan predisposisi. Kecanggihan teknologi yang tersedia saat ini menghasilkan Anda pun harus siap bersaing paling utama menghadapi reformasi zaman yang sangat segera. Bagi Anda yang telah mempunyai usaha tentunya sudah tidak asing lagi memanfaatkan teknologi sebagai perangkat promosi. Sungguh, salah satunya dengan perantara website yang dapat diakses secara mulus dan percuma oleh seluruh penduduk Nusantara bahkan hingga dunia.

Terdapat banyak sekali moral teknologi bagi Indonesia, malahan saat ini menganeksasi revolusi usaha keempat. Computer menjadi sel wajib yang harus terselip di dalam kehidupan manusia, intim di seluruh lini kehidupan. Begitu pula secara kehadiran website yang mampu menunjang roh, apalagi secara kemajuan handphone yang terus mengalami kemajuan.

Bagi Dikau yang punya perusahaan tentunya peran situs - situs sangat primer bagi perurutan bisnis Dikau. Manfaatkan jasa pembuatan situs - situs untuk memproduksi usaha Anda semakin maju. Banyak sekali moral yang bisa Anda dapatkan misalnya sederajat media propaganda yang percuma dengan korban yang luar biasa luas. Dunia maya sudah merambah ke segala dunia, sebelah seluruh orang di wilayah ini mengakses internet. Manfaatkan website guna media promosi untuk menyenggau lebih banyak konsumen bahkan mencecah mancanegara. Peningkatan mutu & kualitas daripada produk yang Anda jual pun dapat dilakukan melalui web - web. Menjadi kian dekat untuk menyapa konsumen guna memenuhi berbagai hajat yang meronce perlukan. Dengan perantara nabi website, Anda dapat memperkenalkan perusahaan Anda secara kian luas maka itu lebih banyak yang mengetahui. Dikau dapat memproduksi localdev indonesia company profile yang menarik di web - web Anda dengan demikian konsumen mampu mengetahui beserta lebih interior. Kehadiran web - web akan menciptakan produk Anda semakin ringan terjual secara pangsa pasar yang lebih luas juga. Jadi, manfaatkan jasa pabrikasi website yang berkualitas serta profesional keistimewaan meningkatkan daya produksi dan level penjualan komoditas dari kongsi Anda jadi lebih indah lagi.
0 notes
Text
It's crucial to supporting small-scale farmers (the main source of food for the world’s hungry) to improve their incomes, #FoodSecurity and access to markets, including local markets. #SDG1 #LDCs #LocalDev pic.twitter.com/zanl8gELXr
— UNCDF (@UNCDF) February 7, 2020
0 notes
Link
Salesforce Lightning Web Component – Local development with Salesforce Real-time data In this post & video to described about the local development for the Lightning web component and access salesforce real-time data using lightning-datatable with apex class and Lightning web component build, run & test it in our Local server. Prerequisites to Configure Local development for Lightning web component: http://theblogreaders.com/salesforce-lightning-web-component-local-development-prerequisites-demo/ DEMO: Video 1: Configure Salesforce Org with Visual SFDX: Create Project SFDX: Create Project with Manifest SFDX: Authorize an Org Configure Lightning Web Component with Local Development Server (LWC dev server) sfdx plugins:install @salesforce/lwc-dev-server sfdx plugins:update sfdx force:lightning:lwc:start Video 2: Salesforce real-time data access using LDS, UI API & Apex Class Resources: Trailhead – https://trailhead.salesforce.com/en/content/learn/projects/quick-start-lightning-web-components Announcing LWC Local Development Beta – https://developer.salesforce.com/blogs/2019/10/announcing-lwc-local-development-beta.html Local Development (Beta) – https://developer.salesforce.com/tools/vscode/articles/lwc/localdev GitHub Repo – https://github.com/sakthivelsfdc/lwc/tree/master/force-app/main/default/lwc/lightningDataTable The post Salesforce Lightning Web Component – Local development with Salesforce Real-time data appeared first on TheBlogReaders.com.
0 notes
Text
RT @brentwpeterson: Dear @magento developers. What is more important for local development on your machine #magento #localdev #devops #development #softwaredevelopment (Please RT!)
Dear @magento developers. What is more important for local development on your machine #magento #localdev #devops #development #softwaredevelopment (Please RT!)
— Brent W. Peterson (@brentwpeterson) August 3, 2019
from Twitter https://twitter.com/fbeardev
0 notes
Text
Modric beats Ronaldo, Salah to best player award
Telegraph Sport Modric was named Best Fifa Men’s Footballer of the Year at a ceremony in London, beating Mohamed Salah and an absentee Cristiano Ronaldo to the top prize. Ronaldo had won the award for the last two years, but Modric’s exceptional 2017/18 season was deemed to have surpassed the Portuguese’s dominance. {“uid”:0.6384448831468101,”hostPeerName”:”https://www-telegraph-co-uk.cdn.ampproject.org”,”initialGeometry”:”{\”windowCoords_t\”:0,\”windowCoords_r\”:360,\”windowCoords_b\”:600,\”windowCoords_l\”:0,\”frameCoords_t\”:919,\”frameCoords_r\”:336,\”frameCoords_b\”:1019,\”frameCoords_l\”:16,\”posCoords_t\”:919,\”posCoords_b\”:1019,\”posCoords_r\”:336,\”posCoords_l\”:16,\”styleZIndex\”:\”\”,\”allowedExpansion_r\”:40,\”allowedExpansion_b\”:500,\”allowedExpansion_t\”:0,\”allowedExpansion_l\”:0,\”yInView\”:0,\”xInView\”:1}”,”permissions”:”{\”expandByOverlay\”:true,\”expandByPush\”:true,\”readCookie\”:false,\”writeCookie\”:false}”,”metadata”:”{\”shared\”:{\”sf_ver\”:\”1-0-29\”,\”ck_on\”:1,\”flash_ver\”:\”26.0.0\”,\”canonical_url\”:\”https://www.telegraph.co.uk/football/2018/09/24/best-fifa-football-awards-2018-live-updates-including-luka-modric/\”,\”amp\”:{\”canonical_url\”:\”https://www.telegraph.co.uk/football/2018/09/24/best-fifa-football-awards-2018-live-updates-including-luka-modric/\”}}}”,”reportCreativeGeometry”:false,”isDifferentSourceWindow”:false,”sentinel”:”0-11630034197698104″,”width”:320,”height”:100,”_context”:{“ampcontextVersion”:”1809142227020″,”ampcontextFilepath”:”https://3p.ampproject.net/1809142227020/ampcontext-v0.js”,”sourceUrl”:”https://www.telegraph.co.uk/football/2018/09/24/best-fifa-football-awards-2018-live-updates-including-luka-modric/amp/#referrer=https%3A%2F%2Fwww.google.com&_tf=From%20%251%24s&share=https%3A%2F%2Fwww.telegraph.co.uk%2Ffootball%2F2018%2F09%2F24%2Fbest-fifa-football-awards-2018-live-updates-including-luka-modric%2F”,”referrer”:”https://www.google.com”,”canonicalUrl”:”https://www.telegraph.co.uk/football/2018/09/24/best-fifa-football-awards-2018-live-updates-including-luka-modric/”,”pageViewId”:”9314″,”location”:{“href”:”https://www-telegraph-co-uk.cdn.ampproject.org/v/s/www.telegraph.co.uk/football/2018/09/24/best-fifa-football-awards-2018-live-updates-including-luka-modric/amp/?amp_js_v=a2&_gsa=1&usqp=mq331AQECAFYAQ%3D%3D#referrer=https%3A%2F%2Fwww.google.com&_tf=From%20%251%24s&share=https%3A%2F%2Fwww.telegraph.co.uk%2Ffootball%2F2018%2F09%2F24%2Fbest-fifa-football-awards-2018-live-updates-including-luka-modric%2F”},”startTime”:1537820290517,”tagName”:”AMP-AD”,”mode”:{“localDev”:false,”development”:false,”minified”:true,”lite”:false,”test”:false,”version”:”1809142227020″,”rtvVersion”:”011809142227020″},”canary”:false,”hidden”:false,”initialLayoutRect”:{“left”:16,”top”:919,”width”:320,”height”:100},”initialIntersection”:{“time”:2462.7000000036787,”rootBounds”:{“left”:0,”top”:0,”width”:360,”height”:600,”bottom”:600,”right”:360,”x”:0,”y”:0},”boundingClientRect”:{“left”:16,”top”:919,”width”:320,”height”:100,”bottom”:1019,”right”:336,”x”:16,”y”:919},”intersectionRect”:{“left”:0,”top”:0,”width”:0,”height”:0,”bottom”:0,”right”:0,”x”:0,”y”:0},”intersectionRatio”:0},”domFingerprint”:”750536325″,”experimentToggles”:{“canary”:false,”expAdsenseA4A”:false,”a4aProfilingRate”:false,”ad-type-custom”:true,”amp-access-iframe”:true,”amp-apester-media”:true,”amp-ima-video”:true,”amp-playbuzz”:true,”amp-story-navigation-performance”:true,”chunked-amp”:true,”amp-auto-ads”:true,”amp-auto-ads-adsense-holdout”:false,”amp-auto-ads-adsense-responsive”:false,”version-locking”:true,”as-use-attr-for-format”:false,”a4aFastFetchDoubleclickLaunched”:false,”a4aFastFetchAdSenseLaunched”:false,”pump-early-frame”:true,”amp-live-list-sorting”:true,”amp-sidebar toolbar”:true,”amp-consent”:true,”amp-img-native-srcset”:true,”amp-story-v1″:true,”amp-carousel-scroll-snap”:false,”expAdsenseUnconditionedCanonical”:false,”expAdsenseCanonical”:false,”faster-bind-scan”:true,”font-display-swap”:true,”amp-date-picker”:true,”linker-meta-opt-in”:true,”url-replacement-v2″:true,”user-error-reporting”:true,”no-initial-intersection”:true,”no-sync-xhr-in-ads”:true,”doubleclickSraExp”:false,”doubleclickSraReportExcludedBlock”:false,”inabox-rov”:true},”sentinel”:”0-11630034197698104″}}” height=”100″…
Modric beats Ronaldo, Salah to best player award was originally published on Sportika News Kenya
0 notes
Text
RT @foomanNZ: MT @ext_dn I'm favoring the usage of a Docker image with a MySQL 5.7 server. With a little trick, you can run the entire MySQL installation in tmpfs. It can't be faster! https://t.co/V8ucNfrEwB #Workflow #LocalDev
MT @ext_dn I'm favoring the usage of a Docker image with a MySQL 5.7 server. With a little trick, you can run the entire MySQL installation in tmpfs. It can't be faster! https://t.co/V8ucNfrEwB #Workflow #LocalDev
— Fooman (@foomanNZ) June 24, 2019
from Twitter https://twitter.com/fbeardev
0 notes